![]() |
Pioneer
|
#include <Group.h>


Public Member Functions | |
| Group (Graphics::Renderer *r) | |
| Group (const Group &, NodeCopyCache *cache=0) | |
| virtual Node * | Clone (NodeCopyCache *cache=0) override |
| virtual const char * | GetTypeName () const override |
| virtual void | Save (NodeDatabase &) override |
| virtual void | AddChild (Node *child) |
| virtual bool | RemoveChild (Node *node) |
| virtual bool | RemoveChildAt (unsigned int position) |
| unsigned int | GetNumChildren () const |
| Node * | GetChildAt (unsigned int) |
| virtual void | Accept (NodeVisitor &v) override |
| virtual void | Traverse (NodeVisitor &v) override |
| virtual void | Render (const matrix4x4f &trans, const RenderData *rd) override |
| virtual void | Render (const std::vector< matrix4x4f > &trans, const RenderData *rd) override |
| virtual Node * | FindNode (const std::string &) override |
Public Member Functions inherited from SceneGraph::Node | |
| Node (Graphics::Renderer *r) | |
| Node (Graphics::Renderer *r, unsigned int nodemask) | |
| Node (const Node &, NodeCopyCache *) | |
| virtual Node * | Clone (NodeCopyCache *)=0 |
| virtual const char * | GetTypeName () const |
| virtual void | Save (NodeDatabase &) |
| virtual void | Accept (NodeVisitor &v) |
| virtual void | Traverse (NodeVisitor &v) |
| virtual void | Render (const matrix4x4f &trans, const RenderData *rd) |
| virtual void | Render (const std::vector< matrix4x4f > &trans, const RenderData *rd) |
| void | DrawAxes () |
| void | SetName (const std::string &name) |
| const std::string & | GetName () const |
| virtual Node * | FindNode (const std::string &) |
| unsigned int | GetNodeMask () const |
| void | SetNodeMask (unsigned int m) |
| unsigned int | GetNodeFlags () const |
| void | SetNodeFlags (unsigned int m) |
| Graphics::Renderer * | GetRenderer () const |
Public Member Functions inherited from RefCounted | |
| RefCounted () | |
| virtual | ~RefCounted () |
| void | IncRefCount () const |
| void | DecRefCount () const |
| int | GetRefCount () const |
Public Member Functions inherited from LuaWrappable | |
| virtual | ~LuaWrappable () |
Static Public Member Functions | |
| static Group * | Load (NodeDatabase &) |
Protected Member Functions | |
| virtual | ~Group () |
| virtual void | RenderChildren (const matrix4x4f &trans, const RenderData *rd) |
| virtual void | RenderChildren (const std::vector< matrix4x4f > &trans, const RenderData *rd) |
Protected Member Functions inherited from SceneGraph::Node | |
| virtual | ~Node () |
Protected Attributes | |
| std::vector< Node * > | m_children |
Protected Attributes inherited from SceneGraph::Node | |
| std::string | m_name |
| unsigned int | m_nodeMask |
| unsigned int | m_nodeFlags |
| Graphics::Renderer * | m_renderer |
| SceneGraph::Group::Group | ( | Graphics::Renderer * | r | ) |
| SceneGraph::Group::Group | ( | const Group & | group, |
| NodeCopyCache * | cache = 0 |
||
| ) |

|
protectedvirtual |
|
overridevirtual |
Reimplemented from SceneGraph::Node.
Reimplemented in SceneGraph::LOD, and SceneGraph::MatrixTransform.
|
virtual |

|
overridevirtual |
Implements SceneGraph::Node.
Reimplemented in SceneGraph::LOD, and SceneGraph::MatrixTransform.

|
overridevirtual |
| Node * SceneGraph::Group::GetChildAt | ( | unsigned int | idx | ) |
|
inline |
|
inlineoverridevirtual |
Reimplemented from SceneGraph::Node.
Reimplemented in SceneGraph::LOD, and SceneGraph::MatrixTransform.
|
static |

|
virtual |

|
virtual |

|
overridevirtual |
Reimplemented from SceneGraph::Node.
Reimplemented in SceneGraph::LOD, and SceneGraph::MatrixTransform.

|
overridevirtual |
Reimplemented from SceneGraph::Node.
Reimplemented in SceneGraph::LOD, and SceneGraph::MatrixTransform.

|
protectedvirtual |
|
protectedvirtual |
|
overridevirtual |
Reimplemented from SceneGraph::Node.
Reimplemented in SceneGraph::LOD, and SceneGraph::MatrixTransform.

|
overridevirtual |
Reimplemented from SceneGraph::Node.
|
protected |