iMSTK
Interactive Medical Simulation Toolkit
|
This is the complete list of members for imstk::Entity, including all inherited members.
addComponent() | imstk::Entity | inline |
addComponent(std::string name) (defined in imstk::Entity) | imstk::Entity | inline |
addComponent(std::shared_ptr< Component > component) | imstk::Entity | |
clearEvents() | imstk::EventObject | inline |
containsComponent() const | imstk::Entity | inline |
containsComponent(std::shared_ptr< Component > component) const | imstk::Entity | |
directObservers (defined in imstk::EventObject) | imstk::EventObject | protected |
doAllEvents() | imstk::EventObject | inline |
doEvent() | imstk::EventObject | inline |
Entity(const std::string &name="Entity") (defined in imstk::Entity) | imstk::Entity | |
eventQueue (defined in imstk::EventObject) | imstk::EventObject | protected |
eventQueueLock (defined in imstk::EventObject) | imstk::EventObject | protected |
foreachEvent(std::function< void(Command cmd)> func) | imstk::EventObject | inline |
getComponent(const unsigned int index) const | imstk::Entity | |
getComponent() const | imstk::Entity | inline |
getComponentN(const int index) const | imstk::Entity | inline |
getComponents() const | imstk::Entity | inline |
getComponents() (defined in imstk::Entity) | imstk::Entity | inline |
getID() const | imstk::Entity | inline |
getName() const | imstk::Entity | inline |
getTypeName() const (defined in imstk::Entity) | imstk::Entity | inlinevirtual |
m_components (defined in imstk::Entity) | imstk::Entity | protected |
m_count | imstk::Entity | protectedstatic |
m_ID | imstk::Entity | protected |
m_name | imstk::Entity | protected |
Observer typedef (defined in imstk::EventObject) | imstk::EventObject | |
postEvent(const T &e) | imstk::EventObject | inline |
queuedObservers (defined in imstk::EventObject) | imstk::EventObject | protected |
queueEvent(const T &e) | imstk::EventObject | inline |
removeComponent(std::shared_ptr< Component > component) | imstk::Entity | |
rforeachEvent(std::function< void(Command cmd)> func) | imstk::EventObject | inline |
setName(const std::string &name) (defined in imstk::Entity) | imstk::Entity | inline |
SIGNAL(Entity, modified) (defined in imstk::Entity) | imstk::Entity | |
~Entity() override=default (defined in imstk::Entity) | imstk::Entity | |
~EventObject()=default (defined in imstk::EventObject) | imstk::EventObject | virtual |