VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrv::DtSimpleIntersectorResult Class Reference

DtSimpleIntersectorResult is the DtSimpleIntersector-specific result class. More...

Inheritance diagram for makVrv::DtSimpleIntersectorResult:
Inheritance graph
[legend]

Public Member Functions

 DtSimpleIntersectorResult ()
 DtSimpleIntersectorResult (const DtSimpleIntersectorResult &orig)
DtSimpleIntersectorResultoperator= (const DtSimpleIntersectorResult &orig)
- Public Member Functions inherited from makVrv::DtIntersectorResult
 DtIntersectorResult ()
 Default CTOR.
 DtIntersectorResult (const DtIntersectorResult &orig)
 Copy CTOR.
DtIntersectorResultoperator= (const DtIntersectorResult &orig)
 Assignment Operator.
bool operator== (const DtIntersectorResult &) const
 Equality Operator.
bool operator!= (const DtIntersectorResult &rhs) const
 Inequality Operator.

Public Attributes

unsigned int elementType
- Public Attributes inherited from makVrv::DtIntersectorResult
bool hasIntersect
 Indicate whether this DtIntersectorResult object actually contains the result of an intersection.
double x
 x coordinate, in database coordinates of the intersection
double y
 y coordinate, in database coordinates of the intersection
double z
 z coordinate, in database coordinates of the intersection
double normalX
 The x coordinate of the vector normal to the point of intersection, if requested.
double normalY
 The y coordinate of the vector normal to the point of intersection, if requested.
double normalZ
 The z coordinate of the vector normal to the point of intersection, if requested.
DtUniqueID id
 The elementID of the node intersected.
bool hasIntersectTriangle
 Indicates whether or not the DtIntersectorResult contains intersected triangle data.
DtIntersectTriangle isectTriangle
 The triangle intersection, if requested.
bool dynamicOcean
 Indicates whether the intersection was with dynamic ocean, if in use.
double startX
 for debugging, the x coordinate of the line segment that was used to start the intersection
double startY
 for debugging, the y coordinate of the line segment that was used to start the intersection
double startZ
 for debugging, the z coordinate of the line segment that was used to start the intersection
double endX
 for debugging, the x coordinate of the line segment that was used to end the intersection
double endY
 for debugging, the y coordinate of the line segment that was used to end the intersection
double endZ
 for debugging, the z coordinate of the line segment that was used to end the intersection

Additional Inherited Members

- Public Types inherited from makVrv::DtIntersectorResult
typedef std::vector< double > DtIntersectTriangle

Detailed Description

DtSimpleIntersectorResult is the DtSimpleIntersector-specific result class.

It adds the element type of the intersected element.

Constructor & Destructor Documentation

makVrv::DtSimpleIntersectorResult::DtSimpleIntersectorResult ( )
makVrv::DtSimpleIntersectorResult::DtSimpleIntersectorResult ( const DtSimpleIntersectorResult orig)

Member Function Documentation

DtSimpleIntersectorResult& makVrv::DtSimpleIntersectorResult::operator= ( const DtSimpleIntersectorResult orig)

Member Data Documentation

unsigned int makVrv::DtSimpleIntersectorResult::elementType

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

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)