|
gramods
|
The scenegraph MatrixTransform base. More...
#include <MatrixTransform.hh>


Classes | |
| struct | Impl |
Public Member Functions | |
| void | setMatrix (Eigen::Matrix4f m) |
| Set the matrix of the childrens' space. More... | |
| Eigen::Matrix4f | getMatrix () const |
| Returns the matrix of the childrens' space. More... | |
| Eigen::Affine3f | getTransform () override |
Public Member Functions inherited from gramods::gmGraphics::Transform | |
| void | accept (Visitor *visitor) override |
| Calls the visitors apply method with this as argument. More... | |
Public Member Functions inherited from gramods::gmGraphics::Group | |
| void | addNode (std::shared_ptr< Node > node) |
| Adds a child. More... | |
| void | removeNode (std::shared_ptr< Node > node) |
| Removes a child. More... | |
| void | removeNode (size_t idx) |
| Removes a child. More... | |
| std::vector< std::shared_ptr< Node > > | getNodes () |
| Returns the current list of nodes. More... | |
| void | traverse (Visitor *visitor) override |
| Propagates the specified visitor. More... | |
Public Member Functions inherited from gramods::gmGraphics::Node | |
| virtual std::vector< float > | getIntersections (const IntersectionLine &line) |
| Check and return intersections between the provided line and the shape represented by this node. More... | |
| virtual std::string | getDefaultKey () override |
| Returns the default key, in Configuration, for the Object. More... | |
Public Member Functions inherited from gramods::gmCore::Object | |
| Object () | |
| Initializes internal data. More... | |
| virtual | ~Object () |
| Cleaning up internal data. More... | |
| virtual void | initialize () |
| Called to initialize the Object. More... | |
| bool | isInitialized () |
| Returns true if the Object is initialized. More... | |
Static Public Attributes | |
| static gramods::gmCore::OFactory::OFactoryInformation | _gm_ofi |
Static Public Attributes inherited from gramods::gmGraphics::Group | |
| static gramods::gmCore::OFactory::OFactoryInformation | _gm_ofi |
Additional Inherited Members | |
Public Types inherited from gramods::gmGraphics::Node | |
| typedef std::vector< std::shared_ptr< Node > > | list |
The scenegraph MatrixTransform base.
| Eigen::Matrix4f gramods::gmGraphics::MatrixTransform::getMatrix | ( | ) | const |
Returns the matrix of the childrens' space.
|
overridevirtual |
Implements gramods::gmGraphics::Transform.
| void gramods::gmGraphics::MatrixTransform::setMatrix | ( | Eigen::Matrix4f | m | ) |
Set the matrix of the childrens' space.
XML-attribute: matrix