![]() |
VR-Forces Developer's Guide
|
Namespaces | |
| GtPoint | |
Typedefs | |
| typedef std::map< int, float > | LodMap |
| typedef std::map< DatasetInfo, LodMap > | DatasetsModelRangeTable |
| using | DtCDBKeyToGsIndirectGeoMap = DtCDBKeyToEntryTypeMapWithArgs< DtCDBGeoSpecificIndirectGeo, bool, DtIndirectGeometryRegistrar *, std::unordered_map< std::string, DtModelInfo * > *, unsigned int * > |
| using | DtCDBKeyToGtIndirectGeoMap = DtCDBKeyToEntryTypeMapWithArgs< DtCDBGeoTypicalIndirectGeo, DtIndirectGeometryRegistrar * > |
| using | DtCDBKeyToT2DIndirectGeoMap = DtCDBKeyToEntryTypeMapWithArgs< DtCDBGeoTypicalIndirectGeo, DtIndirectGeometryRegistrar * > |
| using | MapStringToClassDbfRow = std::unordered_map< std::string, osg::ref_ptr< DtCDBClassRow > > |
| using | VecInstancesDbfRow = std::vector< osg::ref_ptr< DtCDBinstanceRow > > |
| typedef std::map< std::string, color2DArray > | mcodColorMap |
Enumerations | |
| enum | CDBFileType { FileType_Vector = 0, FileType_Raster, FileType_Container } |
| enum | Quadrant { LOWER_LEFT = 0, LOWER_RIGHT = 1, UPPER_LEFT = 2, UPPER_RIGHT = 3, NUM_QUADRANTS = 4, INVALID = -1 } |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const CDBTileKey &key) |
| 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.
| using makVrv::oe::CDB::DtCDBKeyToGsIndirectGeoMap = typedef DtCDBKeyToEntryTypeMapWithArgs< DtCDBGeoSpecificIndirectGeo, bool, DtIndirectGeometryRegistrar*, std::unordered_map<std::string, DtModelInfo*>*, unsigned int*> |
CDBKey GS entry map typedef.
| using makVrv::oe::CDB::DtCDBKeyToGtIndirectGeoMap = typedef DtCDBKeyToEntryTypeMapWithArgs<DtCDBGeoTypicalIndirectGeo, DtIndirectGeometryRegistrar*> |
CDBKey GT entry map typedef.
| using makVrv::oe::CDB::DtCDBKeyToT2DIndirectGeoMap = typedef DtCDBKeyToEntryTypeMapWithArgs<DtCDBGeoTypicalIndirectGeo, DtIndirectGeometryRegistrar*> |
CDBKey GT entry map typedef.
| using makVrv::oe::CDB::MapStringToClassDbfRow = typedef std::unordered_map <std::string, osg::ref_ptr<DtCDBClassRow> > |
| using makVrv::oe::CDB::VecInstancesDbfRow = typedef std::vector<osg::ref_ptr<DtCDBinstanceRow> > |
| typedef std::map<std::string, color2DArray> makVrv::oe::CDB::mcodColorMap |
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.