SOFA API  b3f2f2a4
Open source framework for multi-physics simuation
sofa::component::topology::container::constant Namespace Reference

Classes

class  CubeTopology
 
class  MeshTopology
 
class  SphereQuadTopology
 

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 CubeTopologyClass
 
int MeshTopologyClass
 
int SphereQuadTopologyClass
 

Function Documentation

◆ getModuleComponentList()

const char * sofa::component::topology::container::constant::getModuleComponentList ( )

◆ getModuleName()

const char * sofa::component::topology::container::constant::getModuleName ( )

◆ getModuleVersion()

const char * sofa::component::topology::container::constant::getModuleVersion ( )

◆ init()

SOFA_COMPONENT_TOPOLOGY_CONTAINER_CONSTANT_API void sofa::component::topology::container::constant::init ( )

◆ initExternalModule()

void sofa::component::topology::container::constant::initExternalModule ( )

Variable Documentation

◆ CubeTopologyClass

int sofa::component::topology::container::constant::CubeTopologyClass
Initial value:
= core::RegisterObject("Surface of a cube in 3D")
.add< CubeTopology >()

◆ MeshTopologyClass

int sofa::component::topology::container::constant::MeshTopologyClass
Initial value:
= core::RegisterObject("Generic mesh topology")
.addAlias("Mesh")
.add< MeshTopology >()

◆ SphereQuadTopologyClass

int sofa::component::topology::container::constant::SphereQuadTopologyClass
Initial value:
= core::RegisterObject("Sphere topology constructed with deformed quads")
.addAlias("SphereQuad")
.add< SphereQuadTopology >()