Radium Engine  1.5.20
Loading...
Searching...
No Matches
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.
 
void postProcess (TopologicalMesh &)
 If needed, apply post-processing on the TopologicalMesh.
 

Detailed Description

[Default command implementation]

Definition at line 56 of file TopologicalMesh.cpp.

Constructor & Destructor Documentation

◆ DefaultNonManifoldFaceCommand()

Ra::Core::Geometry::deprecated::DefaultNonManifoldFaceCommand::DefaultNonManifoldFaceCommand ( const std::string & details = {})
inline

details string is printed along with the message

Definition at line 58 of file TopologicalMesh.cpp.

Member Function Documentation

◆ initialize()

void Ra::Core::Geometry::deprecated::DefaultNonManifoldFaceCommand::initialize ( const TriangleMesh & )
inline

Initalize with input Ra::Core::Geometry::TriangleMesh.

Definition at line 60 of file TopologicalMesh.cpp.

◆ postProcess()

void Ra::Core::Geometry::deprecated::DefaultNonManifoldFaceCommand::postProcess ( TopologicalMesh & )
inline

If needed, apply post-processing on the TopologicalMesh.

Definition at line 70 of file TopologicalMesh.cpp.

◆ 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: