OpenSceneGraph
3.4.0
|
Public Member Functions | |
Property () | |
Property (const Property &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
Copy constructor using CopyOp to manage deep vs shallow copy. | |
META_Object (osgVolume, Property) | |
void | dirty () |
void | setModifiedCount (unsigned int c) |
unsigned int | getModifiedCount () const |
virtual void | accept (PropertyVisitor &pv) |
virtual void | traverse (PropertyVisitor &pv) |
Protected Member Functions | |
virtual | ~Property () |
Protected Attributes | |
unsigned int | _modifiedCount |
osgVolume::Property::Property | ( | const Property & | , |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
) |
Copy constructor using CopyOp to manage deep vs shallow copy.
virtual osgVolume::Property::~Property | ( | ) | [protected, virtual] |
virtual void osgVolume::Property::accept | ( | PropertyVisitor & | pv | ) | [inline, virtual] |
Reimplemented in osgVolume::ExteriorTransparencyFactorProperty, osgVolume::TransparencyProperty, osgVolume::SampleRatioWhenMovingProperty, osgVolume::SampleRatioProperty, osgVolume::SampleDensityWhenMovingProperty, osgVolume::SampleDensityProperty, osgVolume::LightingProperty, osgVolume::MaximumIntensityProjectionProperty, osgVolume::AlphaFuncProperty, osgVolume::IsoSurfaceProperty, osgVolume::ScalarProperty, osgVolume::TransferFunctionProperty, osgVolume::SwitchProperty, osgVolume::CompositeProperty, and osgVolume::VolumeSettings.
References osgVolume::PropertyVisitor::apply().
void osgVolume::Property::dirty | ( | ) | [inline] |
unsigned int osgVolume::Property::getModifiedCount | ( | ) | const [inline] |
osgVolume::Property::META_Object | ( | osgVolume | , |
Property | |||
) |
void osgVolume::Property::setModifiedCount | ( | unsigned int | c | ) | [inline] |
virtual void osgVolume::Property::traverse | ( | PropertyVisitor & | pv | ) | [inline, virtual] |
Reimplemented in osgVolume::SwitchProperty, osgVolume::CompositeProperty, and osgVolume::VolumeSettings.
unsigned int osgVolume::Property::_modifiedCount [protected] |
![]() | Generated at Tue Dec 8 2015 00:16:52 for the OpenSceneGraph by doxygen 1.7.6.1. |