VR-Forces 4.1 Class Documentation
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 (double cx, double cy, double cz, double cnormalX, double cnormalY, double cnormalZ, const DtUniqueID &cid, unsigned int celementType)
 DtSimpleIntersectorResult (const DtSimpleIntersectorResult &orig)
DtSimpleIntersectorResultoperator= (const DtSimpleIntersectorResult &orig)
- Public Member Functions inherited from makVrv::DtIntersectorResult
 DtIntersectorResult ()
 Default CTOR.
 DtIntersectorResult (double x, double y, double z, double normalX, double normalY, double normalZ, const DtUniqueID &id)
 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
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.
DtIntersectTriangle isectTriangle
 The triangle intersection, if requested.

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 ( double  cx,
double  cy,
double  cz,
double  cnormalX,
double  cnormalY,
double  cnormalZ,
const DtUniqueID cid,
unsigned int  celementType 
)
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)