List of all members.
Detailed Description
Definition at line 27 of file PatchInfo.
Member Function Documentation
void seamless::PatchGroup::getPatchExtents |
( |
osg::Vec2d & |
lowerLeft, |
|
|
osg::Vec2d & |
upperRight |
|
) |
| const [pure virtual] |
Implemented in seamless::PatchOptions.
Definition at line 64 of file PatchGroup.cpp.
{
const PatchOptions* poptions = getOptions();
if (!poptions)
{
lowerLeft = Vec2d(0.0, 0.0);
upperRight = Vec2d(1.0, 1.0);
}
else
{
poptions->getPatchExtents(lowerLeft, upperRight);
}
}
virtual int seamless::PatchInfo::getPatchLevel |
( |
| ) |
const [pure virtual] |
virtual const osgEarth::TileKey& seamless::PatchInfo::getTileKey |
( |
| ) |
const [pure virtual] |
The documentation for this class was generated from the following files:
- /home/cube/sources/osgearth/src/osgEarthDrivers/engine_seamless/PatchInfo
- /home/cube/sources/osgearth/src/osgEarthDrivers/engine_seamless/PatchGroup.cpp