MeshConnection class
#include <FAST/Data/MeshVertex.hpp>
A connection between two or more vertices in a Mesh.
Contents
Derived classes
- class MeshLine
- Line of a Mesh.
- class MeshTriangle
- Triangle of a Mesh.
Constructors, destructors, conversion operators
- MeshConnection() protected
Public functions
- auto getEndpoint(uint index) -> int
- auto getEndpoint1() -> int
- auto getEndpoint2() -> int
- auto getColor() -> Color
- void setEndpoint(int endpointIndex, int vertexIndex)
- void setEndpoint1(uint index)
- void setEndpoint2(uint index)
- void setColor(Color color)