![]() |
VR-Forces Developer's Guide
|
Interface content for containing the responses to an intersection request.
Note that all point information returned is in geocentric
Public Member Functions | |
| DtIntersectionInformation () | |
| DtIntersectionInformation (const DtIntersectionInformation &) | |
| virtual | ~DtIntersectionInformation () |
| DtIntersectionInformation & | operator= (const DtIntersectionInformation &) |
| virtual void | setIntersectionPoint (const DtVector &) |
| const DtVector & | intersectionPoint () const |
| virtual void | setIntersectionTime (double) |
| double | intersectionTime () const |
| virtual void | setSoilType (DtU32 mySoilType) |
| bool | soilTypeDefined () const |
| DtU32 | soilType () const |
| virtual void | setEntityIntersected (const DtUUID &) |
| const DtUUID & | entityIntersected () const |
| virtual void | setStartPoint (const DtVector &) |
| const DtVector & | startPoint () const |
| virtual void | setEndPoint (const DtVector &) |
| const DtVector & | endPoint () const |
| virtual void | setUserData (const DtString &) |
| const DtString & | userData () const |
| virtual char * | setToNet (char *buffer) const |
| virtual const char * | setFromNet (const char *buffer) |
| virtual int | netRepSize () const |
Protected Attributes | |
| DtVector | myIntersectionPoint |
| DtVector | myStartPoint |
| DtVector | myEndPoint |
| DtString | myUserData |
| double | myIntersectionTime |
| bool | mySoilTypeDefined |
| DtU32 | mySoilType |
| DtUUID | myEntityIntersected |
| 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 |
|
inline |
|
virtual |
|
inline |
|
virtual |
|
inline |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
If mySoilTypeDefined is false, then an entity name is given.