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 bool | isOpen () const |
Return if this ProxyLayer is attached to valid file handle. | |
void | openFile (const std::string &fileName) |
Open a file. | |
virtual void | open () |
Open the any associated file handle. | |
virtual void | close () |
Open the any associated file handle. | |
virtual ImageLayer * | extractImageLayer (unsigned int, unsigned int, unsigned int, unsigned int, unsigned int=0, unsigned int=0) |
Extract an ImageLayer from the ProxyLayer. | |
Protected Member Functions | |
virtual | ~ProxyLayer () |
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] |
osgTerrain::ProxyLayer::META_Object | ( | osgTerrain | , | |
ProxyLayer | ||||
) |
virtual bool osgTerrain::ProxyLayer::isOpen | ( | ) | const [inline, virtual] |
Return if this ProxyLayer is attached to valid file handle.
void osgTerrain::ProxyLayer::openFile | ( | const std::string & | fileName | ) | [inline] |
Open a file.
virtual void osgTerrain::ProxyLayer::open | ( | ) | [inline, virtual] |
Open the any associated file handle.
virtual void osgTerrain::ProxyLayer::close | ( | ) | [inline, virtual] |
Open the any associated file handle.
virtual ImageLayer* osgTerrain::ProxyLayer::extractImageLayer | ( | unsigned | int, | |
unsigned | int, | |||
unsigned | int, | |||
unsigned | int, | |||
unsigned | int = 0 , |
|||
unsigned | int = 0 | |||
) | [inline, virtual] |
Extract an ImageLayer from the ProxyLayer.