VR-Forces 4.3 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::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 (double x, double y, double z, double normalX, double normalY, double normalZ, const DtUniqueID &id, std::vector< osg::Vec3 > triangle, osg::Matrixd localToWorld)
 DtOsgIntersectorResult (const DtOsgIntersectorResult &orig)
DtOsgIntersectorResultoperator= (const DtOsgIntersectorResult &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

std::vector< osg::Vec3 > myHitTriangle
osg::Matrixd myLocalToWorld
- 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.
bool dynamicOcean
 Indicates whether the intersection was with dynamic ocean, if in use.

Additional Inherited Members

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

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 ( double  x,
double  y,
double  z,
double  normalX,
double  normalY,
double  normalZ,
const DtUniqueID id,
std::vector< osg::Vec3 >  triangle,
osg::Matrixd  localToWorld 
)
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)