![]() |
VR-Forces 4.3.1 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | MAKVRinTerra::DtQuery< Result > |
| Represents a set of characeters a DtFeature object can have. More... | |
| class | MAKVRinTerra::DtQuery< Result >::Implementation |
| class | MAKVRinTerra::DtQuery< Result > |
| Represents a set of characeters a DtFeature object can have. More... | |
| class | MAKVRinTerra::DtQuery< Result > |
| Represents a set of characeters a DtFeature object can have. More... | |
| class | MAKVRinTerra::DtQuery< Result > |
| Represents a set of characeters a DtFeature object can have. More... | |
| class | MAKVRinTerra::DtTrueQuery |
| Matches any feature. More... | |
| class | MAKVRinTerra::DtFalseQuery |
| Matches no features. More... | |
| class | MAKVRinTerra::DtAndQuery |
| Matches features which match two other DtQuery objects. More... | |
| class | MAKVRinTerra::DtOrQuery |
| Matches features which match either of two other DtQuery objects. More... | |
| class | MAKVRinTerra::DtHasGeometry |
| class | MAKVRinTerra::DtHasAttribute |
| Matches features that have an attribute with a certain key. More... | |
| class | MAKVRinTerra::DtHasAttributeValue |
| class | MAKVRinTerra::DtHasAttributeValueAttribute |
Namespaces | |
| namespace | MAKVRinTerra |
| FIXME - temporary since I don't know what I'll be using. | |
Functions | |
| 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 | |
DtQuery combination | |
These functions are used to combine simple DtQuery objects into more complicated ones. | |
| DT_DLL_features DtQuery | MAKVRinTerra::operator|| (const DtQuery &, const DtQuery &) |
| DT_DLL_features DtQuery | MAKVRinTerra::operator&& (const DtQuery &, const DtQuery &) |