Skip to content

Class Argos::FaceInfo

ClassList > Argos > FaceInfo

Lightweight face descriptor for public API use. More...

  • #include <TopologicMesh.h>

Public Attributes

Type Name
std::vector< EdgeInfo > edges

Public Functions

Type Name
FaceInfo (std::vector< EdgeInfo > edges)
Construct a FaceInfo from a list of edges.

Detailed Description

Reports the list of edges that form a topological face.

Public Attributes Documentation

variable edges

std::vector<EdgeInfo> Argos::FaceInfo::edges;

Edges composing the face.


Public Functions Documentation

function FaceInfo

Construct a FaceInfo from a list of edges.

Argos::FaceInfo::FaceInfo (
    std::vector< EdgeInfo > edges
) 

Parameters:

  • edges The edges forming the face.


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