VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
debugDrawCommonLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 #pragma once
9 
11 #include <matrix/vlVector.h>
12 
13 namespace makVrv
14 {
15  class DtDe;
16  class DtChannel;
17  class DtObserver;
18 }
19 namespace osg
20 {
21  class Vec3d;
22 }
23 
24 
25 namespace makVrf
26 {
30  {
31  public:
32  //CTOR
34  //DTOR
35  virtual ~DtDebugDrawCommonLogic();
37  virtual double maxQueryDistance() const;
38  virtual void setMaxQueryDistance(double value);
39 
40  protected:
41 
43  virtual bool frustumCoordinates(DtVector& topLeftCorner, DtVector& topRightCorner,
44  DtVector& bottomLeftCorner, DtVector& bottomRightCorner);
45 
47  virtual void frustumVectors(DtVector& topLeft, DtVector& topRight,
48  DtVector& bottomLeft, DtVector& bottomRight, DtVector& centerPoint,
49  double& farClipPlane, osg::Vec3d& rht_out, osg::Vec3d& newForward_out);
50 
52  virtual makVrv::DtChannel* findFirstChannel(const makVrv::DtObserver* observer);
53 
57  };
58 }
Contains makVrf::DtDebugDrawCommonLogic class. This class contain the common function for DtDebugDraw...
Definition: debugDrawCommonLogic.h:29
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
The abstract Channel Class.
Definition: DtChannel.h:35
A facade for a DtObserverObject.
Definition: DtObserver.h:37
double myMaxQueryDistance
Max distance of the query (in meters) to limit the number of polygons.
Definition: debugDrawCommonLogic.h:56
makVrv::DtDe & myDe
Definition: debugDrawCommonLogic.h:54
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)