|
Public Member Functions |
| | LOE (const LOE &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) |
|
| META_Node (osgAR, LOE) |
|
void | traverse (osg::NodeVisitor &nv) |
| bool | addAugmentation (Node *, float min, float max) |
| bool | addHUDAugmentation (Node *, float min, float max) |
|
bool | removeChild (Node *) |
|
void | setRange (unsigned int childNo, float min, float max) |
|
void | augment (osgView::SpaceManager *, const osgExtension::MatrixEstimate &, const osg::Vec3Array *, osg::NodePath &) |
Protected Types |
typedef std::pair< float,
float > | MinMaxPair |
|
typedef std::vector< MinMaxPair > | RangeList |
Protected Member Functions |
|
void | init () |
| bool | setAllChildrenOff () |
| bool | setAllChildrenOn () |
| bool | setSingleChildOn (unsigned int pos) |
Protected Attributes |
|
RangeList | _rangeList |