Radium Engine  1.5.0
Ra::Core::Geometry::deprecated::DefaultNonManifoldFaceCommand Struct Reference

[Default command implementation] More...

+ Collaboration diagram for Ra::Core::Geometry::deprecated::DefaultNonManifoldFaceCommand:

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. More...
 
void postProcess (TopologicalMesh &)
 If needed, apply post-processing on the TopologicalMesh.
 

Detailed Description

[Default command implementation]

Definition at line 56 of file TopologicalMesh.cpp.

Member Function Documentation

◆ process()

void Ra::Core::Geometry::deprecated::DefaultNonManifoldFaceCommand::process ( const std::vector< TopologicalMesh::VertexHandle > &  )
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.


The documentation for this struct was generated from the following file: