openscenegraph
Public Member Functions | Public Attributes | List of all members
osgVolume::CollectPropertiesVisitor Class Reference
Inheritance diagram for osgVolume::CollectPropertiesVisitor:
osgVolume::PropertyVisitor

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 (SampleDensityWhenMovingProperty &sdp)
 
virtual void apply (TransparencyProperty &tp)
 
- Public Member Functions inherited from osgVolume::PropertyVisitor
 PropertyVisitor (bool traverseOnlyActiveChildren=true)
 
virtual ~PropertyVisitor ()
 
virtual void apply (CompositeProperty &)
 
virtual void apply (SwitchProperty &)
 

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< TransparencyProperty > _transparencyProperty
 
- Public Attributes inherited from osgVolume::PropertyVisitor
bool _traverseOnlyActiveChildren
 

Constructor & Destructor Documentation

◆ CollectPropertiesVisitor()

osgVolume::CollectPropertiesVisitor::CollectPropertiesVisitor ( bool  traverseOnlyActiveChildren = true)

Member Function Documentation

◆ apply() [1/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( Property &  )
virtual

Reimplemented from osgVolume::PropertyVisitor.

◆ apply() [2/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( TransferFunctionProperty &  )
virtual

Reimplemented from osgVolume::PropertyVisitor.

◆ apply() [3/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( ScalarProperty &  )
virtual

Reimplemented from osgVolume::PropertyVisitor.

◆ apply() [4/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( IsoSurfaceProperty &  iso)
virtual

Reimplemented from osgVolume::PropertyVisitor.

◆ apply() [5/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( AlphaFuncProperty &  af)
virtual

Reimplemented from osgVolume::PropertyVisitor.

◆ apply() [6/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( MaximumIntensityProjectionProperty &  mip)
virtual

Reimplemented from osgVolume::PropertyVisitor.

◆ apply() [7/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( LightingProperty &  lp)
virtual

Reimplemented from osgVolume::PropertyVisitor.

◆ apply() [8/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( SampleDensityProperty &  sdp)
virtual

Reimplemented from osgVolume::PropertyVisitor.

◆ apply() [9/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( SampleDensityWhenMovingProperty &  sdp)
virtual

Reimplemented from osgVolume::PropertyVisitor.

◆ apply() [10/10]

virtual void osgVolume::CollectPropertiesVisitor::apply ( TransparencyProperty &  tp)
virtual

Reimplemented from osgVolume::PropertyVisitor.

Member Data Documentation

◆ _afProperty

osg::ref_ptr<AlphaFuncProperty> osgVolume::CollectPropertiesVisitor::_afProperty

◆ _isoProperty

osg::ref_ptr<IsoSurfaceProperty> osgVolume::CollectPropertiesVisitor::_isoProperty

◆ _lightingProperty

osg::ref_ptr<LightingProperty> osgVolume::CollectPropertiesVisitor::_lightingProperty

◆ _mipProperty

osg::ref_ptr<MaximumIntensityProjectionProperty> osgVolume::CollectPropertiesVisitor::_mipProperty

◆ _sampleDensityProperty

osg::ref_ptr<SampleDensityProperty> osgVolume::CollectPropertiesVisitor::_sampleDensityProperty

◆ _sampleDensityWhenMovingProperty

osg::ref_ptr<SampleDensityWhenMovingProperty> osgVolume::CollectPropertiesVisitor::_sampleDensityWhenMovingProperty

◆ _tfProperty

osg::ref_ptr<TransferFunctionProperty> osgVolume::CollectPropertiesVisitor::_tfProperty

◆ _transparencyProperty

osg::ref_ptr<TransparencyProperty> osgVolume::CollectPropertiesVisitor::_transparencyProperty

The documentation for this class was generated from the following file: