VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
ObjectInformation Struct Reference

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
 

Constructor & Destructor Documentation

ObjectInformation::ObjectInformation ( )
inline

Member Data Documentation

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.


The documentation for this struct was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)