![]() |
VR-Forces 4.6 Class Documentation
|
Interface content for containing the responses to an intersection request. More...
Public Member Functions | |
| DtIntersectionInformation () | |
| CTOR. | |
| DtIntersectionInformation (const DtIntersectionInformation &) | |
| Copy constructor. | |
| virtual | ~DtIntersectionInformation () |
| DTOR. | |
| DtIntersectionInformation & | operator= (const DtIntersectionInformation &) |
| virtual void | setIntersectionPoint (const DtVector &) |
| const DtVector & | intersectionPoint () const |
| virtual void | setIntersectionTime (double) |
| double | intersectionTime () const |
| virtual void | setSoilType (int mySoilType) |
| bool | soilTypeDefined () const |
| int | soilType () const |
| virtual void | setEntityIntersected (const DtUUID &) |
| const DtUUID & | entityIntersected () const |
| virtual char * | setToNet (char *buffer) const |
| virtual const char * | setFromNet (const char *buffer) |
| virtual int | netRepSize () const |
Protected Attributes | |
| DtVector | myIntersectionPoint |
| double | myIntersectionTime |
| bool | mySoilTypeDefined |
| int | mySoilType |
| DtUUID | myEntityIntersected |
| If mySoilTypeDefined is false, then an entity name is given. | |
Interface content for containing the responses to an intersection request.
Note that all point information returned is in geocentric
| DtIntersectionInformation::DtIntersectionInformation | ( | ) |
CTOR.
| DtIntersectionInformation::DtIntersectionInformation | ( | const DtIntersectionInformation & | ) |
Copy constructor.
|
virtual |
DTOR.
| DtIntersectionInformation& DtIntersectionInformation::operator= | ( | const DtIntersectionInformation & | ) |
|
virtual |
|
inline |
|
virtual |
|
inline |
|
virtual |
|
inline |
|
inline |
|
virtual |
|
inline |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
If mySoilTypeDefined is false, then an entity name is given.