Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Interfaces.IEdge Interface Reference

A edge represents a connection between two vertices inputs and outputs in a pahtway More...

Inheritance diagram for Greet.DataStructureV3.Interfaces.IEdge:
Greet.DataStructureV3.Entities.Edge

Properties

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...
 

Detailed Description

A edge represents a connection between two vertices inputs and outputs in a pahtway

Property Documentation

Guid Greet.DataStructureV3.Interfaces.IEdge.InputID
get

"Destination" end of the connection

Guid Greet.DataStructureV3.Interfaces.IEdge.InputVertexID
get

"Destination" end of the connection

Guid Greet.DataStructureV3.Interfaces.IEdge.OutputID
get

"Source" end of the connection

Guid Greet.DataStructureV3.Interfaces.IEdge.OutputVertexID
get

"Source" end of the connection


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