OpenSceneGraph
3.5.1
|
#include <osg/Image>
#include <osg/Shape>
#include <osg/Array>
#include <osg/TransferFunction>
#include <osgTerrain/Locator>
#include <osgTerrain/ValidDataOperator>
Classes | |
class | osgTerrain::Layer |
class | osgTerrain::ImageLayer |
class | osgTerrain::ContourLayer |
class | osgTerrain::HeightFieldLayer |
class | osgTerrain::ProxyLayer |
class | osgTerrain::CompositeLayer |
struct | osgTerrain::CompositeLayer::CompoundNameLayer |
class | osgTerrain::SwitchLayer |
Namespaces | |
osgTerrain | |
The osgTerrain library is a NodeKit that provides geospecifc terrain rendering support. | |
Macros | |
#define | OSGTERRAIN_LAYER 1 |
#define | MAXIMUM_NUMBER_OF_LEVELS 30 |
Functions | |
OSGTERRAIN_EXPORT void | osgTerrain::extractSetNameAndFileName (const std::string &compoundstring, std::string &setname, std::string &filename) |
Extact the setname and filename from a compound string in the from set:setname:filename". More... | |
OSGTERRAIN_EXPORT std::string | osgTerrain::createCompoundSetNameAndFileName (const std::string &setname, const std::string &filename) |
Create a compound string in the form set:setname:filename, or just filename if setname is "". More... | |
#define MAXIMUM_NUMBER_OF_LEVELS 30 |
#define OSGTERRAIN_LAYER 1 |
Generated at Wed Nov 11 2015 22:14:25 for the OpenSceneGraph by doxygen 1.8.10. |