Class Argos::EdgeInfo
Lightweight edge descriptor for public API use. More...
#include <TopologicMesh.h>
Public Attributes
| Type | Name |
|---|---|
| int | VertexAInd |
| int | VertexBInd |
Public Functions
| Type | Name |
|---|---|
| EdgeInfo (int vertexAInd, int vertexBInd) Construct an EdgeInfo from two vertex indices. |
Detailed Description
Reports the two vertex indices that define a topological edge.
Public Attributes Documentation
variable VertexAInd
Index of the first endpoint.
variable VertexBInd
Index of the second endpoint.
Public Functions Documentation
function EdgeInfo
Construct an EdgeInfo from two vertex indices.
Parameters:
vertexAIndIndex of the first endpoint.vertexBIndIndex of the second endpoint.
The documentation for this class was generated from the following file include/mesh/TopologicMesh.h