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

Contains makVrf::DtDebugDrawCommonLogic class. More...

Inheritance diagram for makVrf::DtDebugDrawCommonLogic:
Inheritance graph
[legend]

Public Member Functions

 DtDebugDrawCommonLogic (makVrv::DtDe &de)
 
virtual ~DtDebugDrawCommonLogic ()
 
virtual double maxQueryDistance () const
 Set/Get MaxQueryDistance. More...
 
virtual void setMaxQueryDistance (double value)
 

Protected Member Functions

virtual bool frustumCoordinates (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner)
 Get the frustum corners position (call function frustumVectors) More...
 
virtual void frustumVectors (DtVector &topLeft, DtVector &topRight, DtVector &bottomLeft, DtVector &bottomRight, DtVector &centerPoint, double &farClipPlane, osg::Vec3d &rht_out, osg::Vec3d &newForward_out)
 Get the frustum corners vector. More...
 

Protected Attributes

makVrv::DtDemyDe
 
double myMaxQueryDistance
 Max distance of the query (in meters) to limit the number of polygons. More...
 

Detailed Description

Contains makVrf::DtDebugDrawCommonLogic class.

This class contain the common function for DtDebugDraw[XXX]Logic classes

Constructor & Destructor Documentation

makVrf::DtDebugDrawCommonLogic::DtDebugDrawCommonLogic ( makVrv::DtDe de)
virtual makVrf::DtDebugDrawCommonLogic::~DtDebugDrawCommonLogic ( )
virtual

Member Function Documentation

virtual double makVrf::DtDebugDrawCommonLogic::maxQueryDistance ( ) const
virtual

Set/Get MaxQueryDistance.

virtual void makVrf::DtDebugDrawCommonLogic::setMaxQueryDistance ( double  value)
virtual
virtual bool makVrf::DtDebugDrawCommonLogic::frustumCoordinates ( DtVector topLeftCorner,
DtVector topRightCorner,
DtVector bottomLeftCorner,
DtVector bottomRightCorner 
)
protectedvirtual

Get the frustum corners position (call function frustumVectors)

virtual void makVrf::DtDebugDrawCommonLogic::frustumVectors ( DtVector topLeft,
DtVector topRight,
DtVector bottomLeft,
DtVector bottomRight,
DtVector centerPoint,
double farClipPlane,
osg::Vec3d &  rht_out,
osg::Vec3d &  newForward_out 
)
protectedvirtual

Get the frustum corners vector.

Member Data Documentation

makVrv::DtDe& makVrf::DtDebugDrawCommonLogic::myDe
protected
double makVrf::DtDebugDrawCommonLogic::myMaxQueryDistance
protected

Max distance of the query (in meters) to limit the number of polygons.


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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)