OpenSceneGraph 2.8.3
|
Public Member Functions | |
ProxyLayer () | |
ProxyLayer (const ProxyLayer &proxyLayer, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
Copy constructor using CopyOp to manage deep vs shallow copy. | |
META_Object (osgTerrain, ProxyLayer) | |
virtual osg::Image * | getImage () |
Return image associated with layer if supported. | |
virtual const osg::Image * | getImage () const |
Return const image associated with layer if supported. | |
void | setImplementation (Layer *layer) |
Set the implementation layer that does the actual work. | |
Layer * | getImplementation () |
Get the implementation layer that does the actual work. | |
const Layer * | getImplementation () const |
Get the const implementation layer that does the actual work. | |
virtual void | setFileName (const std::string &filename) |
Set the file name of the data associated with this layer. | |
virtual const std::string & | getFileName () const |
Get the file name of the layer. | |
virtual unsigned int | getNumColumns () const |
virtual unsigned int | getNumRows () const |
virtual bool | transform (float offset, float scale) |
virtual bool | getValue (unsigned int i, unsigned int j, float &value) const |
virtual bool | getValue (unsigned int i, unsigned int j, osg::Vec2 &value) const |
virtual bool | getValue (unsigned int i, unsigned int j, osg::Vec3 &value) const |
virtual bool | getValue (unsigned int i, unsigned int j, osg::Vec4 &value) const |
virtual void | dirty () |
increment the modified count. | |
virtual void | setModifiedCount (unsigned int value) |
Set the modified count value. | |
virtual unsigned int | getModifiedCount () const |
Get modified count value. | |
virtual osg::BoundingSphere | computeBound (bool treatAsElevationLayer) const |
Protected Member Functions | |
virtual | ~ProxyLayer () |
Protected Attributes | |
osg::ref_ptr< Layer > | _implementation |
osgTerrain::ProxyLayer::ProxyLayer | ( | ) |
osgTerrain::ProxyLayer::ProxyLayer | ( | const ProxyLayer & | proxyLayer, |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
) |
Copy constructor using CopyOp to manage deep vs shallow copy.
virtual osgTerrain::ProxyLayer::~ProxyLayer | ( | ) | [protected, virtual] |
virtual osg::BoundingSphere osgTerrain::ProxyLayer::computeBound | ( | bool | treatAsElevationLayer | ) | const [virtual] |
Reimplemented from osgTerrain::Layer.
virtual void osgTerrain::ProxyLayer::dirty | ( | ) | [virtual] |
virtual const std::string& osgTerrain::ProxyLayer::getFileName | ( | ) | const [inline, virtual] |
Get the file name of the layer.
Reimplemented from osgTerrain::Layer.
virtual osg::Image* osgTerrain::ProxyLayer::getImage | ( | ) | [inline, virtual] |
Return image associated with layer if supported.
Reimplemented from osgTerrain::Layer.
References osg::Image::valid().
virtual const osg::Image* osgTerrain::ProxyLayer::getImage | ( | ) | const [inline, virtual] |
Return const image associated with layer if supported.
Reimplemented from osgTerrain::Layer.
References osg::Image::valid().
Layer* osgTerrain::ProxyLayer::getImplementation | ( | ) | [inline] |
Get the implementation layer that does the actual work.
const Layer* osgTerrain::ProxyLayer::getImplementation | ( | ) | const [inline] |
Get the const implementation layer that does the actual work.
virtual unsigned int osgTerrain::ProxyLayer::getModifiedCount | ( | ) | const [virtual] |
Get modified count value.
Reimplemented from osgTerrain::Layer.
virtual unsigned int osgTerrain::ProxyLayer::getNumColumns | ( | ) | const [virtual] |
Reimplemented from osgTerrain::Layer.
virtual unsigned int osgTerrain::ProxyLayer::getNumRows | ( | ) | const [virtual] |
Reimplemented from osgTerrain::Layer.
virtual bool osgTerrain::ProxyLayer::getValue | ( | unsigned int | i, |
unsigned int | j, | ||
osg::Vec4 & | value | ||
) | const [virtual] |
Reimplemented from osgTerrain::Layer.
virtual bool osgTerrain::ProxyLayer::getValue | ( | unsigned int | i, |
unsigned int | j, | ||
float & | value | ||
) | const [virtual] |
Reimplemented from osgTerrain::Layer.
virtual bool osgTerrain::ProxyLayer::getValue | ( | unsigned int | i, |
unsigned int | j, | ||
osg::Vec2 & | value | ||
) | const [virtual] |
Reimplemented from osgTerrain::Layer.
virtual bool osgTerrain::ProxyLayer::getValue | ( | unsigned int | i, |
unsigned int | j, | ||
osg::Vec3 & | value | ||
) | const [virtual] |
Reimplemented from osgTerrain::Layer.
osgTerrain::ProxyLayer::META_Object | ( | osgTerrain | , |
ProxyLayer | |||
) |
virtual void osgTerrain::ProxyLayer::setFileName | ( | const std::string & | filename | ) | [virtual] |
Set the file name of the data associated with this layer.
Reimplemented from osgTerrain::Layer.
void osgTerrain::ProxyLayer::setImplementation | ( | Layer * | layer | ) | [inline] |
Set the implementation layer that does the actual work.
virtual void osgTerrain::ProxyLayer::setModifiedCount | ( | unsigned int | ) | [virtual] |
Set the modified count value.
Reimplemented from osgTerrain::Layer.
virtual bool osgTerrain::ProxyLayer::transform | ( | float | offset, |
float | scale | ||
) | [virtual] |
Reimplemented from osgTerrain::Layer.
osg::ref_ptr<Layer> osgTerrain::ProxyLayer::_implementation [protected] |
![]() | Generated at Tue Mar 22 2011 13:20:29 for the OpenSceneGraph by doxygen 1.7.3. |