Radium Engine
1.5.20
|
[Default command implementation] More...
Public Member Functions | |
DefaultNonManifoldFaceCommand (const std::string &details={}) | |
details string is printed along with the message | |
void | initialize (const TriangleMesh &) |
Initalize with input Ra::Core::Geometry::TriangleMesh. | |
void | process (const std::vector< TopologicalMesh::VertexHandle > &) |
Process non-manifold face. | |
void | postProcess (TopologicalMesh &) |
If needed, apply post-processing on the TopologicalMesh. | |
[Default command implementation]
Definition at line 56 of file TopologicalMesh.cpp.
|
inline |
details string is printed along with the message
Definition at line 58 of file TopologicalMesh.cpp.
|
inline |
Initalize with input Ra::Core::Geometry::TriangleMesh.
Definition at line 60 of file TopologicalMesh.cpp.
|
inline |
If needed, apply post-processing on the TopologicalMesh.
Definition at line 70 of file TopologicalMesh.cpp.
|
inline |
Process non-manifold face.
TODO memorize invalid faces for post processing ... see https://www.graphics.rwth-aachen.de/media/openflipper_static/Daily-Builds/Doc/Free/Developer/OBJImporter_8cc_source.html for an exemple of loading
Definition at line 62 of file TopologicalMesh.cpp.