![]() |
VR-Forces 5.0.3 Developer's Guide
|
Class DtObjectParser is an abstract parser that can be configured to parse object creation information from different textual formats like csv.
Public Member Functions | |
| ObjectInformation () | |
Public Attributes | |
| DtString | name |
| DtEntityType | type |
| int | force |
| DtString | parent |
| std::vector< DtVector > | points |
| double | heading |
| double | width |
| double | floor |
| double | ceiling |
| int | activeTime |
| int | deactiveTime |
| bool | usingAGL |
| int | color |
|
inline |
| DtString ObjectInformation::name |
| DtEntityType ObjectInformation::type |
The name of the object.
| int ObjectInformation::force |
The DIS Enumeration of the object.
| DtString ObjectInformation::parent |
Object's force type.
| std::vector<DtVector> ObjectInformation::points |
Object's superior or overlay layer.
| double ObjectInformation::heading |
Object's location(s) in local coordinates.
| double ObjectInformation::width |
| double ObjectInformation::floor |
| double ObjectInformation::ceiling |
Object is extruded so grab floor/ceiling.
| int ObjectInformation::activeTime |
| int ObjectInformation::deactiveTime |
| bool ObjectInformation::usingAGL |
| int ObjectInformation::color |
If true floor/ceiling is meters above ground level, otherwise MSL.