OpenSceneGraph
3.0.1
|
Data strucutre for passing details about the loading imagery on to osgVolume for use when setting up dimensions etc. More...
Public Member Functions | |
ImageDetails () | |
ImageDetails (const ImageDetails &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
Copy constructor using CopyOp to manage deep vs shallow copy. | |
META_Object (osgVolume, ImageDetails) | |
void | setTexelOffset (const osg::Vec4 &offset) |
const osg::Vec4 & | getTexelOffset () const |
void | setTexelScale (const osg::Vec4 &scale) |
const osg::Vec4 & | getTexelScale () const |
void | setMatrix (osg::RefMatrix *matrix) |
osg::RefMatrix * | getMatrix () |
const osg::RefMatrix * | getMatrix () const |
Protected Attributes | |
osg::Vec4 | _texelOffset |
osg::Vec4 | _texelScale |
osg::ref_ptr< osg::RefMatrix > | _matrix |
Data strucutre for passing details about the loading imagery on to osgVolume for use when setting up dimensions etc.
osgVolume::ImageDetails::ImageDetails | ( | ) |
osgVolume::ImageDetails::ImageDetails | ( | const ImageDetails & | , |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
) |
Copy constructor using CopyOp to manage deep vs shallow copy.
osg::RefMatrix* osgVolume::ImageDetails::getMatrix | ( | ) | [inline] |
const osg::RefMatrix* osgVolume::ImageDetails::getMatrix | ( | ) | const [inline] |
const osg::Vec4& osgVolume::ImageDetails::getTexelOffset | ( | ) | const [inline] |
const osg::Vec4& osgVolume::ImageDetails::getTexelScale | ( | ) | const [inline] |
osgVolume::ImageDetails::META_Object | ( | osgVolume | , |
ImageDetails | |||
) |
void osgVolume::ImageDetails::setMatrix | ( | osg::RefMatrix * | matrix | ) | [inline] |
void osgVolume::ImageDetails::setTexelOffset | ( | const osg::Vec4 & | offset | ) | [inline] |
void osgVolume::ImageDetails::setTexelScale | ( | const osg::Vec4 & | scale | ) | [inline] |
osg::ref_ptr<osg::RefMatrix> osgVolume::ImageDetails::_matrix [protected] |
osg::Vec4 osgVolume::ImageDetails::_texelOffset [protected] |
osg::Vec4 osgVolume::ImageDetails::_texelScale [protected] |
![]() | Generated at Mon Oct 3 2011 12:39:51 for the OpenSceneGraph by doxygen 1.7.5. |