Skip to content

Class Argos::EdgeInfo

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

int Argos::EdgeInfo::VertexAInd;

Index of the first endpoint.


variable VertexBInd

int Argos::EdgeInfo::VertexBInd;

Index of the second endpoint.


Public Functions Documentation

function EdgeInfo

Construct an EdgeInfo from two vertex indices.

Argos::EdgeInfo::EdgeInfo (
    int vertexAInd,
    int vertexBInd
) 

Parameters:

  • vertexAInd Index of the first endpoint.
  • vertexBInd Index of the second endpoint.


The documentation for this class was generated from the following file include/mesh/TopologicMesh.h