openscenegraph
|
Protected Member Functions | |
virtual | ~TransferFunctionProperty () |
![]() | |
virtual | ~Property () |
![]() | |
virtual | ~Object () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Protected Attributes | |
osg::ref_ptr < osg::TransferFunction > | _tf |
Additional Inherited Members | |
![]() | |
enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
osgVolume::TransferFunctionProperty::TransferFunctionProperty | ( | osg::TransferFunction * | tf = 0 | ) |
osgVolume::TransferFunctionProperty::TransferFunctionProperty | ( | const TransferFunctionProperty & | tfp, |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
) |
Copy constructor using CopyOp to manage deep vs shallow copy.
|
inlineprotectedvirtual |
|
inlinevirtual |
Reimplemented from osgVolume::Property.
References osgVolume::PropertyVisitor::apply().
|
inline |
Get the transfer function.
|
inline |
Get the const transfer function.
osgVolume::TransferFunctionProperty::META_Object | ( | osgVolume | , |
TransferFunctionProperty | |||
) |
|
inline |
Set the transfer function.
|
protected |