|
OpenSceneGraph
|


Public Member Functions | |
| CollectPropertiesVisitor (bool traverseOnlyActiveChildren=true) | |
| 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 (SampleDensityWhenMovingProperty &sdp) |
| virtual void | apply (SampleRatioProperty &sdp) |
| virtual void | apply (SampleRatioWhenMovingProperty &sdp) |
| virtual void | apply (TransparencyProperty &tp) |
| virtual void | apply (ExteriorTransparencyFactorProperty &tp) |
Public Member Functions inherited from osgVolume::PropertyVisitor | |
| PropertyVisitor (bool traverseOnlyActiveChildren=true) | |
| virtual void | apply (Property &) |
| virtual void | apply (CompositeProperty &) |
| virtual void | apply (SwitchProperty &) |
| virtual void | apply (VolumeSettings &) |
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< SampleDensityWhenMovingProperty > | _sampleDensityWhenMovingProperty |
| osg::ref_ptr< SampleRatioProperty > | _sampleRatioProperty |
| osg::ref_ptr< SampleRatioWhenMovingProperty > | _sampleRatioWhenMovingProperty |
| osg::ref_ptr< TransparencyProperty > | _transparencyProperty |
| osg::ref_ptr< ExteriorTransparencyFactorProperty > | _exteriorTransparencyFactorProperty |
Public Attributes inherited from osgVolume::PropertyVisitor | |
| bool | _traverseOnlyActiveChildren |
1.8.13