![]() |
VR-Forces Developer's Guide
|
Namespaces | |
| GsPoint | |
| GtPoint | |
| GsLightPoint | |
Typedefs | |
| typedef std::map< std::string, osg::ref_ptr< DtCDBClassRow > > | MapStringToClassDbfRow |
| typedef std::vector < osg::ref_ptr < DtCDBinstanceRow > > | VecInstancesDbfRow |
| typedef std::map< int, float > | LodMap |
| typedef std::map< DatasetInfo, LodMap > | DatasetsModelRangeTable |
| typedef DtCDBKeyToEntryTypeMap < DtCDBGeoSpecificIndirectGeo > | DtCDBKeyToIndirectGeoMap |
| typedef DtCDBKeyToEntryTypeMapWithArgs < DtCDBGeoTypicalIndirectGeo, DtIndirectGeometryRegistrar > | DtCDBKeyToGTIndirectGeoMap |
Enumerations | |
| enum | Quadrant { LOWER_LEFT = 0, LOWER_RIGHT = 1, UPPER_LEFT = 2, UPPER_RIGHT = 3, NUM_QUADRANTS = 4, INVALID = -1 } |
| enum | CDBFileType { FileType_Vector = 0, FileType_Raster, FileType_Container } |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const CDBTileKey &key) |
| typedef std::map<std::string, osg::ref_ptr<DtCDBClassRow> > makVrv::oe::CDB::MapStringToClassDbfRow |
| typedef std::vector<osg::ref_ptr<DtCDBinstanceRow> > makVrv::oe::CDB::VecInstancesDbfRow |
| typedef std::map<int, float> makVrv::oe::CDB::LodMap |
Create a type for the lod paging map.
| typedef std::map<DatasetInfo, LodMap> makVrv::oe::CDB::DatasetsModelRangeTable |
Possible list of map that can contain specific paging values for specific datasets.
| typedef DtCDBKeyToEntryTypeMap<DtCDBGeoSpecificIndirectGeo> makVrv::oe::CDB::DtCDBKeyToIndirectGeoMap |
CDBKey GS entry map typedef.
| typedef DtCDBKeyToEntryTypeMapWithArgs< DtCDBGeoTypicalIndirectGeo, DtIndirectGeometryRegistrar > makVrv::oe::CDB::DtCDBKeyToGTIndirectGeoMap |
CDBKey GT entry map typedef.
CDB file type supported by the API (FileType_Vector = 0, FileType_Raster, FileType_Container)
| Enumerator | |
|---|---|
| FileType_Vector | |
| FileType_Raster | |
| FileType_Container | |
| std::ostream& makVrv::oe::CDB::operator<< | ( | std::ostream & | os, |
| const CDBTileKey & | key | ||
| ) |
Output the CDB Tile Key stream representation.