SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::simulation::common Namespace Reference

Classes

struct  CleanupCheck
 
class  MechanicalOperations
 
class  VectorOperations
 
struct  VisitorExecuteFunc
 

Functions

SOFA_SIMULATION_COMMON_API sofa::helper::Creator< xml::NodeElement::Factory, NodeNodeClass ("default")
 
SOFA_SIMULATION_COMMON_API void init ()
 Initialize the SofaSimulationCommon library, as well as its dependencies: SofaCore, SofaDefaultType, SofaHelper. More...
 
SOFA_SIMULATION_COMMON_API bool isInitialized ()
 Return true if and only if the SofaSimulationCommon library has been initialized. More...
 
SOFA_SIMULATION_COMMON_API void cleanup ()
 Clean up the resources used by the SofaSimulationCommon library, as well as its dependencies: SofaCore, SofaDefaultType, SofaHelper. More...
 
SOFA_SIMULATION_COMMON_API bool isCleanedUp ()
 Return true if and only if the SofaSimulationCommon library has been cleaned up. More...
 

Function Documentation

◆ cleanup()

SOFA_SIMULATION_COMMON_API void sofa::simulation::common::cleanup ( )

Clean up the resources used by the SofaSimulationCommon library, as well as its dependencies: SofaCore, SofaDefaultType, SofaHelper.

◆ init()

SOFA_SIMULATION_COMMON_API void sofa::simulation::common::init ( )

Initialize the SofaSimulationCommon library, as well as its dependencies: SofaCore, SofaDefaultType, SofaHelper.

◆ isCleanedUp()

SOFA_SIMULATION_COMMON_API bool sofa::simulation::common::isCleanedUp ( )

Return true if and only if the SofaSimulationCommon library has been cleaned up.

◆ isInitialized()

SOFA_SIMULATION_COMMON_API bool sofa::simulation::common::isInitialized ( )

Return true if and only if the SofaSimulationCommon library has been initialized.

◆ NodeClass()

SOFA_SIMULATION_COMMON_API sofa::helper::Creator<xml::NodeElement::Factory, Node> sofa::simulation::common::NodeClass ( "default"  )