§ SVMData()
Default constructor. Creates an empty instance without initializing the structure.
§ getFlootWire()
- Returns
- wire associated with Wall canvas.
§ getGlobalFloor()
osg::Vec3f SVMData::getGlobalFloor |
( |
int |
i | ) |
const |
- Returns
- i-th point global coordinates [X, Y, Z] of the second wire (floor).
§ getLocalFloor()
osg::Vec3f SVMData::getLocalFloor |
( |
int |
i | ) |
const |
- Returns
- i-th points local coordinate [u, v, 0] of the second wire (floor).
§ getLocalWall()
osg::Vec3f SVMData::getLocalWall |
( |
int |
i | ) |
const |
- Returns
- i-th point local coordinates [u, v, 0] of the first wire (wall).
§ getParentSVM()
- Returns
- pointer on parent SVMData structure of the given wire.
§ getVisibility()
bool SVMData::getVisibility |
( |
| ) |
const |
- Returns
- whether the wire geometries are visible (true) or not (false).
§ getWallWire()
- Returns
- wire associated with Floor canvas.
§ setTransformFloor()
void SVMData::setTransformFloor |
( |
osg::Matrix |
m | ) |
|
Method to set up world to local matrix transform for a "Floor" wire.
§ setTransformWall()
void SVMData::setTransformWall |
( |
osg::Matrix |
m | ) |
|
Method to set up world to local matrix transform for a "Wall" wire.
§ setVisibility()
void SVMData::setVisibility |
( |
bool |
visibility | ) |
|
Method to set up visibility of geometries.
The documentation for this class was generated from the following files:
- src/libSGEntities/SVMData.h
- src/libSGEntities/SVMData.cpp