SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::component::topology::utility Namespace Reference

Classes

class  TopologicalChangeProcessor
 
class  TriangleIncisionInformation
 
class  TopologyBoundingTrasher
 
class  TopologyChecker
 

Functions

SOFA_EXPORT_DYNAMIC_LIBRARY void initExternalModule ()
 
SOFA_EXPORT_DYNAMIC_LIBRARY const chargetModuleName ()
 
SOFA_EXPORT_DYNAMIC_LIBRARY const chargetModuleVersion ()
 
SOFA_EXPORT_DYNAMIC_LIBRARY const chargetModuleComponentList ()
 
void init ()
 

Variables

int TopologicalChangeProcessorClass
 
int TopologyBoundingTrasherClass
 
template class SOFA_COMPONENT_TOPOLOGY_UTILITY_API TopologyBoundingTrasher< Vec3Types >
 
int TopologyCheckerClass
 

Function Documentation

◆ getModuleComponentList()

const char * sofa::component::topology::utility::getModuleComponentList ( )

◆ getModuleName()

const char * sofa::component::topology::utility::getModuleName ( )

◆ getModuleVersion()

const char * sofa::component::topology::utility::getModuleVersion ( )

◆ init()

SOFA_COMPONENT_TOPOLOGY_UTILITY_API void sofa::component::topology::utility::init ( )

◆ initExternalModule()

void sofa::component::topology::utility::initExternalModule ( )

Variable Documentation

◆ TopologicalChangeProcessorClass

int sofa::component::topology::utility::TopologicalChangeProcessorClass
Initial value:
= core::RegisterObject("Read topological Changes and process them.")
.add< TopologicalChangeProcessor >()

◆ TopologyBoundingTrasher< Vec3Types >

template class SOFA_COMPONENT_TOPOLOGY_UTILITY_API sofa::component::topology::utility::TopologyBoundingTrasher< Vec3Types >

◆ TopologyBoundingTrasherClass

int sofa::component::topology::utility::TopologyBoundingTrasherClass
Initial value:
= core::RegisterObject("A class to remove all elements going outside from the given Bounding Box.")
.add< TopologyBoundingTrasher<Vec3Types> >(true)

◆ TopologyCheckerClass

int sofa::component::topology::utility::TopologyCheckerClass
Initial value:
= core::RegisterObject("Read topological Changes and process them.")
.add< TopologyChecker >()