addAlias(BaseData *field, const char *alias) | sofa::core::objectmodel::Base | |
addAlias(BaseLink *link, const char *alias) | sofa::core::objectmodel::Base | |
addData(BaseData *f, const std::string &name) | sofa::core::objectmodel::Base | |
addData(BaseData *f) | sofa::core::objectmodel::Base | |
addDeprecatedAttribute(lifecycle::DeprecatedData *attribute) | sofa::core::objectmodel::Base | |
addLink(BaseLink *l) | sofa::core::objectmodel::Base | |
addMessage(const sofa::helper::logging::Message &m) const | sofa::core::objectmodel::Base | |
addObject(sptr< BaseObject >, TypeOfInsertion=TypeOfInsertion::AtEnd) | sofa::core::objectmodel::BaseContext | inlinevirtual |
addOutputsToCallback(const std::string &name, std::initializer_list< BaseData * > outputs) | sofa::core::objectmodel::Base | |
addTag(Tag t) | sofa::core::objectmodel::Base | |
addUpdateCallback(const std::string &name, std::initializer_list< BaseData * > inputs, std::function< sofa::core::objectmodel::ComponentState(const DataTracker &)> function, std::initializer_list< BaseData * > outputs) | sofa::core::objectmodel::Base | |
Base() | sofa::core::objectmodel::Base | protected |
BaseContext() | sofa::core::objectmodel::BaseContext | protected |
BaseType typedef | sofa::core::objectmodel::Base | |
canChangeSleepingState() const | sofa::core::objectmodel::BaseContext | virtual |
clearLoggedMessages() const | sofa::core::objectmodel::Base | |
countLoggedMessages(sofa::helper::logging::Message::TypeSet t=sofa::helper::logging::Message::AnyTypes) const | sofa::core::objectmodel::Base | |
d_componentState | sofa::core::objectmodel::Base | |
d_messageLogCount | sofa::core::objectmodel::Base | mutable |
executeVisitor(simulation::Visitor *, bool precomputedOrder=false) | sofa::core::objectmodel::BaseContext | virtual |
f_bbox | sofa::core::objectmodel::Base | |
f_printLog | sofa::core::objectmodel::Base | |
f_tags | sofa::core::objectmodel::Base | |
findData(const std::string &name) const | sofa::core::objectmodel::Base | |
findDataLinkDest(BaseData *&ptr, const std::string &path, const BaseLink *link) | sofa::core::objectmodel::Base | virtual |
findGlobalField(const std::string &name) const | sofa::core::objectmodel::Base | |
findLink(const std::string &name) const | sofa::core::objectmodel::Base | |
findLinkDest(T *&ptr, const std::string &path, const BaseLink *link) | sofa::core::objectmodel::Base | inline |
findLinkDestClass(const BaseClass *destType, const std::string &path, const BaseLink *link) | sofa::core::objectmodel::Base | virtual |
findLinks(const std::string &name) const | sofa::core::objectmodel::Base | |
get(SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(T *&ptr, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(sptr< T > &ptr, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(const Tag &tag, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(T *&ptr, const Tag &tag, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(sptr< T > &ptr, const Tag &tag, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(const TagSet &tags, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(T *&ptr, const TagSet &tags, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(sptr< T > &ptr, const TagSet &tags, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(const std::string &path) const | sofa::core::objectmodel::BaseContext | inline |
get(T *&ptr, const std::string &path) const | sofa::core::objectmodel::BaseContext | inline |
get(sptr< T > &ptr, const std::string &path) const | sofa::core::objectmodel::BaseContext | inline |
get(Container *list, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(Container *list, const Tag &tag, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
get(Container *list, const TagSet &tags, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | inline |
getAnimate() const | sofa::core::objectmodel::BaseContext | virtual |
getClass() const | sofa::core::objectmodel::Base | inlinevirtual |
GetClass() | sofa::core::objectmodel::Base | inlinestatic |
getClassName() const | sofa::core::objectmodel::Base | virtual |
getComponentState() const | sofa::core::objectmodel::Base | inline |
getDataAliases() const | sofa::core::objectmodel::Base | inline |
getDataFields() const | sofa::core::objectmodel::Base | inline |
getDefault() | sofa::core::objectmodel::BaseContext | static |
getDefinitionSourceFileName() const | sofa::core::objectmodel::Base | |
getDefinitionSourceFilePos() const | sofa::core::objectmodel::Base | |
getDt() const | sofa::core::objectmodel::BaseContext | virtual |
getGravity() const | sofa::core::objectmodel::BaseContext | virtual |
getInstanciationSourceFileName() const | sofa::core::objectmodel::Base | |
getInstanciationSourceFilePos() const | sofa::core::objectmodel::Base | |
getLinkAliases() const | sofa::core::objectmodel::Base | inline |
getLinks() const | sofa::core::objectmodel::Base | inline |
getLoggedMessages() const | sofa::core::objectmodel::Base | |
getLoggedMessagesAsString(sofa::helper::logging::Message::TypeSet t=sofa::helper::logging::Message::AnyTypes) const | sofa::core::objectmodel::Base | |
getMass() const | sofa::core::objectmodel::BaseContext | virtual |
getMechanicalState() const | sofa::core::objectmodel::BaseContext | virtual |
getMeshTopology(SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | virtual |
getMeshTopologyLink(SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | virtual |
getName() const | sofa::core::objectmodel::Base | inline |
getNameHelper() | sofa::core::objectmodel::BaseContext | inline |
getNameSpaceName() const | sofa::core::objectmodel::Base | |
getObject(const ClassInfo &class_info, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | virtual |
getObject(const ClassInfo &class_info, const TagSet &tags, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | virtual |
getObject(const ClassInfo &class_info, const std::string &path) const | sofa::core::objectmodel::BaseContext | virtual |
getObjects(const ClassInfo &class_info, GetObjectsCallBack &container, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | virtual |
getObjects(const ClassInfo &class_info, GetObjectsCallBack &container, const TagSet &tags, SearchDirection dir=SearchUp) const | sofa::core::objectmodel::BaseContext | virtual |
getObjects(Container *list, SearchDirection dir=SearchUp) | sofa::core::objectmodel::BaseContext | inline |
getObjects(Container *result, SearchDirection dir=SearchUp) | sofa::core::objectmodel::BaseContext | inline |
getObjects(Container &result, SearchDirection dir=SearchUp) | sofa::core::objectmodel::BaseContext | inline |
getObjects(SearchDirection dir=SearchUp) | sofa::core::objectmodel::BaseContext | inline |
getPathName() const | sofa::core::objectmodel::Base | inlinevirtual |
getRootContext() const | sofa::core::objectmodel::BaseContext | virtual |
getShader() const | sofa::core::objectmodel::BaseContext | virtual |
getState() const | sofa::core::objectmodel::BaseContext | virtual |
getTags() const | sofa::core::objectmodel::Base | inline |
getTemplateName() const final | sofa::core::objectmodel::Base | virtual |
getTime() const | sofa::core::objectmodel::BaseContext | virtual |
getTopology() const | sofa::core::objectmodel::BaseContext | virtual |
getTypeName() const | sofa::core::objectmodel::Base | |
hasAncestor(const BaseContext *) const | sofa::core::objectmodel::BaseContext | inlinevirtual |
hasField(const std::string &attribute) const | sofa::core::objectmodel::Base | virtual |
hasTag(Tag t) const | sofa::core::objectmodel::Base | |
initData(::sofa::core::objectmodel::Data< T > *field, const char *name, const char *help, ::sofa::core::objectmodel::BaseData::DataFlags dataflags) | sofa::core::objectmodel::Base | inline |
initData(Data< T > *field, const char *name, const char *help, bool isDisplayed=true, bool isReadOnly=false) | sofa::core::objectmodel::Base | inline |
initData(Data< T > *field, const T &value, const char *name, const char *help, bool isDisplayed=true, bool isReadOnly=false) | sofa::core::objectmodel::Base | inline |
initData0(BaseData *field, BaseData::BaseInitData &res, const char *name, const char *help, bool isDisplayed=true, bool isReadOnly=false) | sofa::core::objectmodel::Base | protected |
initData0(BaseData *field, BaseData::BaseInitData &res, const char *name, const char *help, BaseData::DataFlags dataFlags) | sofa::core::objectmodel::Base | protected |
initData0(Data< T > *field, typename Data< T >::InitData &res, const T &value, const char *name, const char *help, bool isDisplayed=true, bool isReadOnly=false) | sofa::core::objectmodel::Base | inlineprotected |
isActive() const | sofa::core::objectmodel::BaseContext | virtual |
isComponentStateValid() const | sofa::core::objectmodel::Base | inline |
isSleeping() const | sofa::core::objectmodel::BaseContext | virtual |
Local enum value | sofa::core::objectmodel::BaseContext | |
m_aliasData | sofa::core::objectmodel::Base | protected |
m_aliasLink | sofa::core::objectmodel::Base | protected |
m_definitionSourceFileName | sofa::core::objectmodel::Base | |
m_definitionSourceFilePos | sofa::core::objectmodel::Base | |
m_instanciationSourceFileName | sofa::core::objectmodel::Base | |
m_instanciationSourceFilePos | sofa::core::objectmodel::Base | |
m_internalEngine | sofa::core::objectmodel::Base | protected |
m_nameHelper | sofa::core::objectmodel::BaseContext | protected |
m_oldAttributes | sofa::core::objectmodel::Base | |
m_vecData | sofa::core::objectmodel::Base | protected |
m_vecLink | sofa::core::objectmodel::Base | protected |
MapData typedef | sofa::core::objectmodel::Base | |
MapLink typedef | sofa::core::objectmodel::Base | |
MyClass typedef | sofa::core::objectmodel::Base | |
name | sofa::core::objectmodel::Base | |
notifyAddSlave(core::objectmodel::BaseObject *master, core::objectmodel::BaseObject *slave) | sofa::core::objectmodel::BaseContext | virtual |
notifyMoveSlave(core::objectmodel::BaseObject *previousMaster, core::objectmodel::BaseObject *master, core::objectmodel::BaseObject *slave) | sofa::core::objectmodel::BaseContext | virtual |
notifyRemoveSlave(core::objectmodel::BaseObject *master, core::objectmodel::BaseObject *slave) | sofa::core::objectmodel::BaseContext | virtual |
notMuted() const | sofa::core::objectmodel::Base | inline |
operator<<(std::ostream &out, const BaseContext &c) | sofa::core::objectmodel::BaseContext | friend |
parse(BaseObjectDescription *arg) | sofa::core::objectmodel::Base | virtual |
parseField(const std::string &attribute, const std::string &value) | sofa::core::objectmodel::Base | virtual |
parseFields(const std::list< std::string > &str) | sofa::core::objectmodel::Base | |
parseFields(const std::map< std::string, std::string * > &str) | sofa::core::objectmodel::Base | virtual |
propagateEvent(const core::ExecParams *params, Event *) | sofa::core::objectmodel::BaseContext | virtual |
Ptr typedef | sofa::core::objectmodel::Base | |
removeData(BaseData *f) | sofa::core::objectmodel::Base | |
removeObject(sptr< BaseObject >) | sofa::core::objectmodel::BaseContext | inlinevirtual |
removeTag(Tag t) | sofa::core::objectmodel::Base | |
SearchDirection enum name | sofa::core::objectmodel::BaseContext | |
SearchDown enum value | sofa::core::objectmodel::BaseContext | |
SearchParents enum value | sofa::core::objectmodel::BaseContext | |
SearchRoot enum value | sofa::core::objectmodel::BaseContext | |
SearchUp enum value | sofa::core::objectmodel::BaseContext | |
setActive(bool) | sofa::core::objectmodel::BaseContext | inlinevirtual |
setAnimate(bool) | sofa::core::objectmodel::BaseContext | inlinevirtual |
setChangeSleepingState(bool) | sofa::core::objectmodel::BaseContext | inlinevirtual |
setDefinitionSourceFileName(const std::string &sourceFileName) | sofa::core::objectmodel::Base | |
setDefinitionSourceFilePos(const int) | sofa::core::objectmodel::Base | |
setDt(SReal) | sofa::core::objectmodel::BaseContext | inlinevirtual |
setGravity(const Vec3 &) | sofa::core::objectmodel::BaseContext | inlinevirtual |
setInstanciationSourceFileName(const std::string &sourceFileName) | sofa::core::objectmodel::Base | |
setInstanciationSourceFilePos(const int) | sofa::core::objectmodel::Base | |
setMechanicalState(BaseObject *) | sofa::core::objectmodel::BaseContext | inlinevirtual |
setName(const std::string &n) | sofa::core::objectmodel::Base | |
setName(const std::string &n, int counter) | sofa::core::objectmodel::Base | |
setSleeping(bool) | sofa::core::objectmodel::BaseContext | inlinevirtual |
setTopology(BaseObject *) | sofa::core::objectmodel::BaseContext | inlinevirtual |
shortName(const T *ptr=nullptr, BaseObjectDescription *=nullptr) | sofa::core::objectmodel::Base | inlinestatic |
SOFA_CLASS(BaseContext, Base) | sofa::core::objectmodel::BaseContext | |
SPtr typedef | sofa::core::objectmodel::Base | |
updateLinks(bool logErrors=true) | sofa::core::objectmodel::Base | virtual |
Vec3 typedef | sofa::core::objectmodel::BaseContext | |
VecData typedef | sofa::core::objectmodel::Base | |
VecLink typedef | sofa::core::objectmodel::Base | |
writeDatas(std::map< std::string, std::string * > &str) | sofa::core::objectmodel::Base | |
writeDatas(std::ostream &out, const std::string &separator=" ") | sofa::core::objectmodel::Base | |
~Base() | sofa::core::objectmodel::Base | protectedvirtual |
~BaseContext() override | sofa::core::objectmodel::BaseContext | protected |