List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
osgSim::LightPointNode::LightPointNode |
( |
|
) |
|
Copy constructor using CopyOp to manage deep vs shallow copy.
osgSim::LightPointNode::~LightPointNode |
( |
|
) |
[inline, protected] |
Member Function Documentation
unsigned int osgSim::LightPointNode::addLightPoint |
( |
const LightPoint & |
lp |
) |
|
Compute the bounding sphere around Node's geometry or children. This method is automatically called by getBound() when the bounding sphere has been marked dirty via dirtyBound().
Reimplemented from osg::Node.
LightPoint& osgSim::LightPointNode::getLightPoint |
( |
unsigned int |
pos |
) |
[inline] |
const LightPoint& osgSim::LightPointNode::getLightPoint |
( |
unsigned int |
pos |
) |
const [inline] |
LightPointList& osgSim::LightPointNode::getLightPointList |
( |
|
) |
[inline] |
const LightPointList& osgSim::LightPointNode::getLightPointList |
( |
|
) |
const [inline] |
float osgSim::LightPointNode::getMaxPixelSize |
( |
|
) |
const [inline] |
float osgSim::LightPointNode::getMaxVisibleDistance2 |
( |
|
) |
const [inline] |
float osgSim::LightPointNode::getMinPixelSize |
( |
|
) |
const [inline] |
unsigned int osgSim::LightPointNode::getNumLightPoints |
( |
|
) |
const [inline] |
bool osgSim::LightPointNode::getPointSprite |
( |
|
) |
const [inline] |
void osgSim::LightPointNode::removeLightPoint |
( |
unsigned int |
pos |
) |
|
void osgSim::LightPointNode::setLightPointList |
( |
const LightPointList & |
lpl |
) |
[inline] |
void osgSim::LightPointNode::setMaxPixelSize |
( |
float |
maxPixelSize |
) |
[inline] |
void osgSim::LightPointNode::setMaxVisibleDistance2 |
( |
float |
maxVisibleDistance2 |
) |
[inline] |
void osgSim::LightPointNode::setMinPixelSize |
( |
float |
minPixelSize |
) |
[inline] |
void osgSim::LightPointNode::setPointSprite |
( |
bool |
enable = true |
) |
[inline] |
Traverse downwards : calls children's accept method with NodeVisitor.
Reimplemented from osg::Node.
Member Data Documentation
The documentation for this class was generated from the following file: