AnimEngine
Public Member Functions | List of all members
EmptyEntity Struct Reference
Inheritance diagram for EmptyEntity:
Inheritance graph
[legend]
Collaboration diagram for EmptyEntity:
Collaboration graph
[legend]

Public Member Functions

 EmptyEntity (const Pose &aPose)
 
virtual const PosegetPose () const override
 
virtual PosegetMutablePose ()
 
virtual void setPose (const Pose &aPose) override
 
- Public Member Functions inherited from StaticEmptyEntity
 StaticEmptyEntity (const Pose &pose)
 
- Public Member Functions inherited from Entity
 Entity (const std::string &name)
 
const ent_uuid_t & UUID () const
 
const std::string & getName () const
 
void setName (const std::string &name)
 
void addChild (Entity *entity)
 
virtual void unlink ()
 
virtual void link (Entity *parent)
 
virtual Entityreplace (Entity *replacement)
 Replace the node in the tree with 'replacement' and return original node ('this')
 
const std::map< ent_uuid_t, Entity * > & getChildren () const
 
size_t numChildren () const
 
bool hasParent () const
 
EntitygetParent ()
 
const EntitygetParent () const
 
- Public Member Functions inherited from PosedComponent
virtual bool isPosed () const override
 
- Public Member Functions inherited from RootComponent
virtual bool isDrawable () const
 
- Public Member Functions inherited from PoseableComponent
virtual bool isPoseable () const override
 

Additional Inherited Members

- Public Attributes inherited from Entity
unsigned int traversal_scratch = 0
 
- Protected Attributes inherited from StaticEmptyEntity
Pose pose
 
- Protected Attributes inherited from Entity
std::string _name
 
Entity_parent = nullptr
 
std::map< ent_uuid_t, Entity * > _children
 

The documentation for this struct was generated from the following file: