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

DtOsgIntersectorResult is the OSG-specific implementation of DtIntersectorResult; it is a container class for the results returned by an DtOsgIntersector intersection call. More...

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

Public Member Functions

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

Public Attributes

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

Additional Inherited Members

- Public Types inherited from makVrv::DtIntersectorResult
typedef std::vector< doubleDtIntersectTriangle
 

Detailed Description

DtOsgIntersectorResult is the OSG-specific implementation of DtIntersectorResult; it is a container class for the results returned by an DtOsgIntersector intersection call.

Constructor & Destructor Documentation

makVrv::DtOsgIntersectorResult::DtOsgIntersectorResult ( )
makVrv::DtOsgIntersectorResult::DtOsgIntersectorResult ( const DtOsgIntersectorResult orig)

Member Function Documentation

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

Member Data Documentation

std::vector<osg::Vec3> makVrv::DtOsgIntersectorResult::myHitTriangle
osg::Matrixd makVrv::DtOsgIntersectorResult::myLocalToWorld

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)