|
Inheritance:
Public Fields-
LightPointList _lightPointList
Public Methods-
LightPointNode()
-
LightPointNode(const LightPointNode&, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY)
- Copy constructor using CopyOp to manage deep vs shallow copy
-
META_Node(osgSim, LightPointNode)
-
virtual void traverse(osg::NodeVisitor& nv)
-
unsigned int addLightPoint(const LightPoint& lp)
-
LightPoint& getLightPoint(unsigned int pos)
-
const LightPoint& getLightPoint(unsigned int pos) const
-
void removeLightPoint(unsigned int pos)
-
void removeLightPoints(LightPointList::iterator start, LightPointList::iterator end)
Public Members-
typedef std::vector< LightPoint > LightPointList
Protected Fields-
mutable osg::BoundingBox _bbox
Protected Methods-
~LightPointNode()
-
virtual bool computeBound() const
Documentation
- typedef std::vector< LightPoint > LightPointList
- LightPointNode()
- LightPointNode(const LightPointNode&, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY)
- Copy constructor using CopyOp to manage deep vs shallow copy
- META_Node(osgSim, LightPointNode)
- virtual void traverse(osg::NodeVisitor& nv)
- unsigned int addLightPoint(const LightPoint& lp)
- LightPoint& getLightPoint(unsigned int pos)
- const LightPoint& getLightPoint(unsigned int pos) const
- void removeLightPoint(unsigned int pos)
- void removeLightPoints(LightPointList::iterator start, LightPointList::iterator end)
- LightPointList _lightPointList
- ~LightPointNode()
- mutable osg::BoundingBox _bbox
- virtual bool computeBound() const
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.
|