SOFA API  034d3d7e
Open source framework for multi-physics simuation
sofa::simulation::graph Namespace Reference

Classes

class  ExportDotVisitor
 
class  DAGSimulation
 
struct  CleanupCheck
 

Typedefs

using DAGNode = sofa::simulation::Node
 

Functions

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

Typedef Documentation

◆ DAGNode

Function Documentation

◆ cleanup()

SOFA_SIMULATION_GRAPH_API void sofa::simulation::graph::cleanup ( )

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

◆ init()

SOFA_SIMULATION_GRAPH_API void sofa::simulation::graph::init ( )

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

◆ isCleanedUp()

SOFA_SIMULATION_GRAPH_API bool sofa::simulation::graph::isCleanedUp ( )

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

◆ isInitialized()

SOFA_SIMULATION_GRAPH_API bool sofa::simulation::graph::isInitialized ( )

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