![]() |
VR-Forces Developer's Guide
|
Typedefs | |
| typedef DtFeatureSetTemplate < DtAreaFeature > | DtAreaFeatureSet |
| typedef DtDynamicFeatureSetTemplate < DtFeature > | DtDynamicFeatureSet |
| typedef DtFeatureSetTemplate < DtFeature > | DtFeatureSet |
| typedef DtGeosGeometryImpl < DtFeatureGeometry::UnknownType > | DtGeosUnknown |
| typedef DtGeosGeometryImpl < DtFeatureGeometry::PointType > | DtGeosPoint |
| typedef DtGeosGeometryImpl < DtFeatureGeometry::PathType > | DtGeosPath |
| typedef DtGeosGeometryImpl < DtFeatureGeometry::AreaType > | DtGeosArea |
| typedef DtOgrGeometryImpl < DtFeatureGeometry::UnknownType > | DtOgrUnknown |
| typedef DtOgrGeometryImpl < DtFeatureGeometry::PointType > | DtOgrPoint |
| typedef DtOgrGeometryImpl < DtFeatureGeometry::PathType > | DtOgrPath |
| typedef DtOgrGeometryImpl < DtFeatureGeometry::AreaType > | DtOgrArea |
| typedef DtFeatureSetTemplate < DtPathFeature > | DtPathFeatureSet |
Enumerations | |
| enum | DtLoadType { LOAD, LOAD_ASYNC, DO_NOT_LOAD } |
Functions | |
| template<typename T > | |
| T | get (const DtAStarGraph::DynamicPropertyMap< T > &map, size_t index) |
| template<typename T > | |
| void | put (DtAStarGraph::DynamicPropertyMap< T > &map, size_t index, const T &value) |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtFeatureTransform &) |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtAttributeConfigParser &) |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtFeature::Attribute &) |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtFeature &) |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtFeature::Key &) |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtFeature::Key::String &) |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtFeatureGeometry &) |
| template<typename F > | |
| DtFeatureSetTemplate< F > * | new_clone (const DtFeatureSetTemplate< F > &from) |
| DT_DLL_features void | RegisterOGRPlugins () |
| DT_DLL_features void | RegisterGDALPlugins () |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtProj &) |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtProj::Bounds &) |
| DT_DLL_features std::ostream & | operator<< (std::ostream &, const DtQuery &) |
| DT_DLL_features std::istream & | operator>> (std::istream &, DtQuery &) |
| template<typename FS > | |
| bool | DtIsElided (const FS &fs) |
| template<typename FS > | |
| bool | DtIsElided (FS *fs) |
DtQuery combination | |
These functions are used to combine simple DtQuery objects into more complicated ones. | |
| DT_DLL_features DtQuery | operator|| (const DtQuery &, const DtQuery &) |
| DT_DLL_features DtQuery | operator&& (const DtQuery &, const DtQuery &) |
Variables | |
| template<typename FS , typename InnerFS = FS> | |
| class DT_DLL_features | DtFeatureSetList |
| template<size_t N, typename FS , typename InnerFS = FS> | |
| class DT_DLL_features | DtFeatureSetArray |
| template<typename FS > | |
| class DT_DLL_features | DtFilteredFeatureSet |
| template<typename FS > | |
| class DT_DLL_features | DtEmptyFeatureSet |
| template<typename FS , typename F = typename FS::Feature> | |
| class DT_DLL_features | DtSinkFeatureSet |
| template<typename FS > | |
| class DT_DLL_features | DtSourceFeatureSet |
| template<typename FS > | |
| class DT_DLL_features | DtPagingFeatureSetSubset |
Used to indicate whether to load features. See DtFeatureSetTemplate::filter.
| T MAKVRinTerra::get | ( | const DtAStarGraph::DynamicPropertyMap< T > & | map, |
| size_t | index | ||
| ) |
| void MAKVRinTerra::put | ( | DtAStarGraph::DynamicPropertyMap< T > & | map, |
| size_t | index, | ||
| const T & | value | ||
| ) |
template <typename t>=""> T get(const DtAStarGraph::DynamicPropertyMap<T>* map, size_t index) { return get(*map, index); }
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtFeatureTransform & | |||
| ) |
std::ostream output.
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtAttributeConfigParser & | |||
| ) |
std::ostream output.
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtFeature::Attribute & | |||
| ) |
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtFeature & | |||
| ) |
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtFeature::Key & | |||
| ) |
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtFeature::Key::String & | |||
| ) |
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtFeatureGeometry & | |||
| ) |
|
inline |
Makes DtFeatureSetTemplate usable with boost pointer containers.
References MAKVRinTerra::DtFeatureSetTemplate< F >::clone().
|
inline |
Helper functions using null pointers to feature sets to denote empty feature sets. This helps avoid dynamically allocating lots of empty feature sets.
Referenced by DtIsElided(), and MAKVRinTerra::DtIndexChooserFeatureSet< FS >::filter().
|
inline |
Helper functions using null pointers to feature sets to denote empty feature sets. This helps avoid dynamically allocating lots of empty feature sets.
References DtIsElided().
| DT_DLL_features void MAKVRinTerra::RegisterOGRPlugins | ( | ) |
! Registers all the OGR data source plugins.
! The OGR needs to register all of it's data source plugins before it can be used. ! This function will do such and register any third party plugins.
| DT_DLL_features void MAKVRinTerra::RegisterGDALPlugins | ( | ) |
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtProj & | |||
| ) |
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtProj::Bounds & | |||
| ) |
| DT_DLL_features DtQuery MAKVRinTerra::operator|| | ( | const DtQuery & | , |
| const DtQuery & | |||
| ) |
| DT_DLL_features DtQuery MAKVRinTerra::operator&& | ( | const DtQuery & | , |
| const DtQuery & | |||
| ) |
| DT_DLL_features std::ostream& MAKVRinTerra::operator<< | ( | std::ostream & | , |
| const DtQuery & | |||
| ) |
iostream output operator.
| DT_DLL_features std::istream& MAKVRinTerra::operator>> | ( | std::istream & | , |
| DtQuery & | |||
| ) |
iostream input iteration
| class DT_DLL_features MAKVRinTerra::DtFeatureSetList |
| class DT_DLL_features MAKVRinTerra::DtFeatureSetArray |
| class DT_DLL_features MAKVRinTerra::DtFilteredFeatureSet |
| class DT_DLL_features MAKVRinTerra::DtEmptyFeatureSet |
| class DT_DLL_features MAKVRinTerra::DtSinkFeatureSet |
Referenced by MAKVRinTerra::DtSinkFeatureSet< FS >::Make().
| class DT_DLL_features MAKVRinTerra::DtSourceFeatureSet |
| class DT_DLL_features MAKVRinTerra::DtPagingFeatureSetSubset |