SOFA API  1c8b807d
Open source framework for multi-physics simuation
sofa::helper::lifecycle Namespace Reference

Classes

class  ComponentChange
 
class  Deprecated
 
class  Pluginized
 
class  Removed
 
class  Moved
 
class  Renamed
 
class  Dealiased
 

Variables

const std::map< std::string, Deprecated, std::less<> > deprecatedComponents
 
const std::map< std::string, ComponentChange, std::less<> > movedComponents
 
const std::map< std::string, ComponentChange, std::less<> > uncreatableComponents
 
const std::map< std::string, Renamed, std::less<> > renamedComponents
 
const std::map< std::string, Dealiased, std::less<> > dealiasedComponents
 

Variable Documentation

◆ dealiasedComponents

SOFA_HELPER_API const std::map< std::string, Dealiased, std::less<> > sofa::helper::lifecycle::dealiasedComponents

◆ deprecatedComponents

SOFA_HELPER_API const std::map< std::string, Deprecated, std::less<> > sofa::helper::lifecycle::deprecatedComponents
Initial value:
= {
{"RayTraceDetection", Deprecated("v21.06", "v21.12")},
{"BruteForceDetection", Deprecated("v21.06", "v21.12")},
{"DirectSAP", Deprecated("v21.06", "v21.12")},
{"RigidRigidMapping", Deprecated("v23.06", "v23.12", "You can use the component RigidMapping with template='Rigid3,Rigid3' instead.")},
}

◆ movedComponents

SOFA_HELPER_API const std::map< std::string, ComponentChange, std::less<> > sofa::helper::lifecycle::movedComponents

◆ renamedComponents

SOFA_HELPER_API const std::map< std::string, Renamed, std::less<> > sofa::helper::lifecycle::renamedComponents

◆ uncreatableComponents

SOFA_HELPER_API const std::map< std::string, ComponentChange, std::less<> > sofa::helper::lifecycle::uncreatableComponents