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

Classes

struct  CleanupCheck
 

Functions

SOFA_SIMULATION_CORE_API void init ()
 Initialize the SofaSimulationCore library, as well as its dependencies: SofaCore, SofaDefaultType, SofaHelper. More...
 
SOFA_SIMULATION_CORE_API bool isInitialized ()
 Return true if and only if the SofaSimulationCore library has been initialized. More...
 
SOFA_SIMULATION_CORE_API void cleanup ()
 Clean up the resources used by the SofaSimulationCore library, as well as its dependencies: SofaCore, SofaDefaultType, SofaHelper. More...
 
SOFA_SIMULATION_CORE_API bool isCleanedUp ()
 Return true if and only if the SofaSimulationCore library has been cleaned up. More...
 

Function Documentation

◆ cleanup()

SOFA_SIMULATION_CORE_API void sofa::simulation::core::cleanup ( )

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

◆ init()

SOFA_SIMULATION_CORE_API void sofa::simulation::core::init ( )

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

◆ isCleanedUp()

SOFA_SIMULATION_CORE_API bool sofa::simulation::core::isCleanedUp ( )

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

◆ isInitialized()

SOFA_SIMULATION_CORE_API bool sofa::simulation::core::isInitialized ( )

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