VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
debugDrawFeatureLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 #pragma once
9 
12 #include <vlpi/simulationAddress.h>
13 
14 namespace makVrv
15 {
16  class DtDe;
17 }
18 
19 namespace makVrf
20 {
21  class DtDebugDrawFeatureInterface;
22 
32  {
33  public:
34  //CTOR
36  //DTOR
37  virtual ~DtDebugDrawFeatureLogic() override;
38 
40  virtual void drawPointFeature(const DtSimulationAddress& simEngine, const std::string& queryString);
42  virtual void deletePointFeature(const DtSimulationAddress& simEngine);
44  virtual void drawArealFeature(const DtSimulationAddress& simEngine, const std::string& queryString);
46  virtual void deleteArealFeature(const DtSimulationAddress& simEngine);
48  virtual void drawLinearFeature(const DtSimulationAddress& simEngine, const std::string& queryString);
50  virtual void deleteLinearFeature(const DtSimulationAddress& simEngine);
52  virtual void setFeatureOffset(float offset);
54  virtual void setClampToGround(bool clamp);
55 
56  protected:
59  float myOffset;
61  };
62 }
float myOffset
Definition: debugDrawFeatureLogic.h:59
Contains makVrf::DtDebugDrawCommonLogic class. This class contain the common function for DtDebugDraw...
Definition: debugDrawCommonLogic.h:29
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
bool myClampToGround
Definition: debugDrawFeatureLogic.h:60
Definition: debugDrawFeatureInterface.h:22
Contains makVrf::DtDebugDrawFeatureLogic class. This class is trigger by the DebugDrawFeaturePage dia...
Definition: debugDrawFeatureLogic.h:31
makVrv::DtDe & myDe
Definition: debugDrawFeatureLogic.h:57
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:76
voidpf uLong offset
Definition: ioapi.h:42
DtDebugDrawFeatureInterface * myInterface
Definition: debugDrawFeatureLogic.h:58

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)