|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| FixedFunctionTechnique () | |
| FixedFunctionTechnique (const FixedFunctionTechnique &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| Copy constructor using CopyOp to manage deep vs shallow copy. | |
| META_Object (osgVolume, FixedFunctionTechnique) | |
| virtual void | init () |
| virtual void | update (osgUtil::UpdateVisitor *nv) |
| virtual void | cull (osgUtil::CullVisitor *nv) |
| void | setNumSlices (unsigned int numSlices) |
| unsigned int | getNumSlices () const |
| virtual void | cleanSceneGraph () |
| Clean scene graph from any terrain technique specific nodes. | |
| virtual void | traverse (osg::NodeVisitor &nv) |
| Traverse the terrain subgraph. | |
Protected Member Functions | |
| virtual | ~FixedFunctionTechnique () |
Protected Attributes | |
| osg::ref_ptr< osg::Node > | _node |
| unsigned int | _numSlices |
| osgVolume::FixedFunctionTechnique::FixedFunctionTechnique | ( | const FixedFunctionTechnique & | , |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
| virtual osgVolume::FixedFunctionTechnique::~FixedFunctionTechnique | ( | ) | [protected, virtual] |
| virtual void osgVolume::FixedFunctionTechnique::cleanSceneGraph | ( | ) | [virtual] |
Clean scene graph from any terrain technique specific nodes.
Reimplemented from osgVolume::VolumeTechnique.
| virtual void osgVolume::FixedFunctionTechnique::cull | ( | osgUtil::CullVisitor * | nv | ) | [virtual] |
Reimplemented from osgVolume::VolumeTechnique.
| unsigned int osgVolume::FixedFunctionTechnique::getNumSlices | ( | ) | const [inline] |
| virtual void osgVolume::FixedFunctionTechnique::init | ( | ) | [virtual] |
Reimplemented from osgVolume::VolumeTechnique.
| osgVolume::FixedFunctionTechnique::META_Object | ( | osgVolume | , |
| FixedFunctionTechnique | |||
| ) |
| void osgVolume::FixedFunctionTechnique::setNumSlices | ( | unsigned int | numSlices | ) |
| virtual void osgVolume::FixedFunctionTechnique::traverse | ( | osg::NodeVisitor & | nv | ) | [virtual] |
Traverse the terrain subgraph.
Reimplemented from osgVolume::VolumeTechnique.
| virtual void osgVolume::FixedFunctionTechnique::update | ( | osgUtil::UpdateVisitor * | nv | ) | [virtual] |
Reimplemented from osgVolume::VolumeTechnique.
unsigned int osgVolume::FixedFunctionTechnique::_numSlices [protected] |
| Generated at Thu Sep 27 2012 17:03:33 for the OpenSceneGraph by doxygen 1.7.6.1. |