Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Entities.Edge Class Reference
Inheritance diagram for Greet.DataStructureV3.Entities.Edge:
Greet.DataStructureV3.Interfaces.IEdge

Public Member Functions

 Edge ()
 Creates an empty edge where Guid are all zeros More...
 
 Edge (Guid outputVertexGuid, Guid outputGUID, Guid inputVertexGuid, Guid inputGUID)
 Creates an edge and defines references to vertices and IOs More...
 
override bool Equals (object obj)
 Returns true if two instances of an Edge have the same attribute values If inputId, inputVertexId, outputId, outputVertexId are the same returns true. More...
 

Properties

Guid InputID [get, set]
 
Guid InputVertexID [get, set]
 
Guid OutputID [get, set]
 
Guid OutputVertexID [get, set]
 
- Properties inherited from Greet.DataStructureV3.Interfaces.IEdge
Guid InputID [get]
 "Destination" end of the connection More...
 
Guid InputVertexID [get]
 "Destination" end of the connection More...
 
Guid OutputID [get]
 "Source" end of the connection More...
 
Guid OutputVertexID [get]
 "Source" end of the connection More...
 

Constructor & Destructor Documentation

Greet.DataStructureV3.Entities.Edge.Edge ( )

Creates an empty edge where Guid are all zeros

Greet.DataStructureV3.Entities.Edge.Edge ( Guid  outputVertexGuid,
Guid  outputGUID,
Guid  inputVertexGuid,
Guid  inputGUID 
)

Creates an edge and defines references to vertices and IOs

Parameters
outputVertexGuidVertex "Source" for the edge
outputGUIDOutput of the vertex acting as "Source" for the edge
inputVertexGuidVertex "Destination" for the edge
inputGUIDInput of the vertex acting as "Destination" for the edge

Member Function Documentation

override bool Greet.DataStructureV3.Entities.Edge.Equals ( object  obj)

Returns true if two instances of an Edge have the same attribute values If inputId, inputVertexId, outputId, outputVertexId are the same returns true.

Parameters
objObject to compare to
Returns
True if attribute values are the same

The documentation for this class was generated from the following file: