OpenSceneGraph 2.8.3
|
Public Member Functions | |
CollectPropertiesVisitor (bool traverseOnlyActiveChildren=true) | |
virtual void | apply (Property &) |
virtual void | apply (TransferFunctionProperty &) |
virtual void | apply (ScalarProperty &) |
virtual void | apply (IsoSurfaceProperty &iso) |
virtual void | apply (AlphaFuncProperty &af) |
virtual void | apply (MaximumIntensityProjectionProperty &mip) |
virtual void | apply (LightingProperty &lp) |
virtual void | apply (SampleDensityProperty &sdp) |
virtual void | apply (TransparencyProperty &tp) |
Public Attributes | |
osg::ref_ptr < TransferFunctionProperty > | _tfProperty |
osg::ref_ptr< IsoSurfaceProperty > | _isoProperty |
osg::ref_ptr< AlphaFuncProperty > | _afProperty |
osg::ref_ptr < MaximumIntensityProjectionProperty > | _mipProperty |
osg::ref_ptr< LightingProperty > | _lightingProperty |
osg::ref_ptr < SampleDensityProperty > | _sampleDensityProperty |
osg::ref_ptr < TransparencyProperty > | _transparencyProperty |
osgVolume::CollectPropertiesVisitor::CollectPropertiesVisitor | ( | bool | traverseOnlyActiveChildren = true | ) |
virtual void osgVolume::CollectPropertiesVisitor::apply | ( | Property & | ) | [virtual] |
Reimplemented from osgVolume::PropertyVisitor.
virtual void osgVolume::CollectPropertiesVisitor::apply | ( | TransparencyProperty & | tp | ) | [virtual] |
Reimplemented from osgVolume::PropertyVisitor.
virtual void osgVolume::CollectPropertiesVisitor::apply | ( | SampleDensityProperty & | sdp | ) | [virtual] |
Reimplemented from osgVolume::PropertyVisitor.
virtual void osgVolume::CollectPropertiesVisitor::apply | ( | LightingProperty & | lp | ) | [virtual] |
Reimplemented from osgVolume::PropertyVisitor.
virtual void osgVolume::CollectPropertiesVisitor::apply | ( | MaximumIntensityProjectionProperty & | mip | ) | [virtual] |
Reimplemented from osgVolume::PropertyVisitor.
virtual void osgVolume::CollectPropertiesVisitor::apply | ( | AlphaFuncProperty & | af | ) | [virtual] |
Reimplemented from osgVolume::PropertyVisitor.
virtual void osgVolume::CollectPropertiesVisitor::apply | ( | IsoSurfaceProperty & | iso | ) | [virtual] |
Reimplemented from osgVolume::PropertyVisitor.
virtual void osgVolume::CollectPropertiesVisitor::apply | ( | ScalarProperty & | ) | [virtual] |
Reimplemented from osgVolume::PropertyVisitor.
virtual void osgVolume::CollectPropertiesVisitor::apply | ( | TransferFunctionProperty & | ) | [virtual] |
Reimplemented from osgVolume::PropertyVisitor.
![]() | Generated at Tue Mar 22 2011 13:20:31 for the OpenSceneGraph by doxygen 1.7.3. |