#include <Visitors.h>
Public Member Functions | |
| NodePathCollectMatrix () | |
| Constructor. | |
| virtual | ~NodePathCollectMatrix () |
| Destructor. | |
| const osg::Matrix & | getMatrix () const |
| Get matrix. | |
Protected Member Functions | |
| virtual void | apply (const osg::Node &node) |
| Apply. | |
| virtual void | apply (const osg::MatrixTransform &node) |
| Apply. | |
Protected Attributes | |
| osg::Matrix | m_matrix |
| Matrix. | |
1.4.4