
Public Member Functions | |
| Real | ComputeWeight (Vector3< Real > const *positions) |
| VCVertex (int v) | |
Public Member Functions inherited from gte::VETManifoldMesh::Vertex | |
| Vertex (int vIndex) | |
| virtual | ~Vertex () |
Static Public Member Functions | |
| static std::shared_ptr< Vertex > | Create (int v) |
Public Attributes | |
| bool | isBoundary |
| Vector3< Real > | normal |
Public Attributes inherited from gte::VETManifoldMesh::Vertex | |
| std::set< std::shared_ptr< Edge > > | EAdjacent |
| std::set< std::shared_ptr< Triangle > > | TAdjacent |
| int | V |
| std::set< int > | VAdjacent |
Definition at line 55 of file GteVertexCollapseMesh.h.
| gte::VertexCollapseMesh< Real >::VCVertex::VCVertex | ( | int | v | ) |
Definition at line 507 of file GteVertexCollapseMesh.h.
| Real gte::VertexCollapseMesh< Real >::VCVertex::ComputeWeight | ( | Vector3< Real > const * | positions | ) |
Definition at line 522 of file GteVertexCollapseMesh.h.
|
static |
Definition at line 516 of file GteVertexCollapseMesh.h.
| bool gte::VertexCollapseMesh< Real >::VCVertex::isBoundary |
Definition at line 67 of file GteVertexCollapseMesh.h.
| Vector3<Real> gte::VertexCollapseMesh< Real >::VCVertex::normal |
Definition at line 66 of file GteVertexCollapseMesh.h.