Public Member Functions | |
TransferFunction () | |
TransferFunction (const TransferFunction &tf, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
META_Object (osg, TransferFunction) osg | |
const osg::Image * | getImage () const |
Protected Member Functions | |
virtual | ~TransferFunction () |
Protected Attributes | |
osg::ref_ptr< osg::Image > | _image |
osg::TransferFunction::TransferFunction | ( | ) |
osg::TransferFunction::TransferFunction | ( | const TransferFunction & | tf, | |
const CopyOp & | copyop = CopyOp::SHALLOW_COPY | |||
) |
Copy constructor using CopyOp to manage deep vs shallow copy.
virtual osg::TransferFunction::~TransferFunction | ( | ) | [protected, virtual] |
osg::TransferFunction::META_Object | ( | osg | , | |
TransferFunction | ||||
) | [inline] |
Get the image that is used for passing the transfer function data to the GPU.
const osg::Image* osg::TransferFunction::getImage | ( | ) | const [inline] |
Get the const image that is used for passing the transfer function data to the GPU.
osg::ref_ptr<osg::Image> osg::TransferFunction::_image [protected] |