#include <CVertexInfoMV.h>
Public Member Functions | |
| CVertexInfoMV (vctl::MCVertex *vertex, int mat_rows=0, int mat_cols=0, int vec_size=0) | |
| Constructor parametrized by vertex and matrix/vector sizes. | |
| virtual | ~CVertexInfoMV () |
| Destructor. | |
| virtual osg::Vec4 | getColour () |
| Returns vertex colouring. | |
| void | setMatrix (const mds::math::CDMatrix &m) |
| Sets the matrix. | |
| mds::math::CDMatrix | getMatrix () |
| Returns the matrix. | |
| void | setVector (const mds::math::CDVector &v) |
| Sets the vector. | |
| mds::math::CDVector | getVector () |
| Returns the vector. | |
Protected Attributes | |
| mds::math::CDVector | mVector |
| Vector feature. | |
| mds::math::CDMatrix | mMatrix |
| Matrix feature. | |
VertexInfoMV class
1.6.1