VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrlink3DAggregateExtentVisualizer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2020 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace makVrv
15 {
16  namespace DT_PROTOCOL_NAMESPACE
17  {
18  class DtVrlinkAggregateStateListener;
19  class DtVrlinkConnection;
20 
25  {
26  public:
29  int modelSet);
30 
33 
34  virtual void setForceId(int);
35  virtual void refreshForceColor();
36 
37  protected:
38  virtual void slot_colorizedModelColorTypeForAggregatesChanged();
39  virtual void slot_forceAdded(int);
40 
41  protected:
42  int myForceId;
43 
46 
49  };
50 
52  }
53 }
54 
Contains makVrv::Dt3DAggregateExtentVisualizer class.
DtVrlinkConnection * myVrlinkSimulation
Same as mySimulation, except, stored for convenience.
Definition: DtVrlink3DAggregateExtentVisualizer.h:48
Definition: DtStateVisualizer.h:322
Dt3DAggregateExtentVisualizer objects are responsible for displaying 3D representations of aggregate ...
Definition: Dt3DAggregateExtentVisualizer.h:21
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
DtStateVisualizerCreatorTemplate< DtVrlink3DAggregateExtentVisualizer > DtVrlink3DAggregateExtentVisualizerCreator
Definition: DtVrlink3DAggregateExtentVisualizer.h:51
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:34
DtVrlink3DAggregateExtentVisualizer will specialze the Dt3DAggregateExtentVisualizer to allow coloriz...
Definition: DtVrlink3DAggregateExtentVisualizer.h:24
int myForceId
Definition: DtVrlink3DAggregateExtentVisualizer.h:42
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
The DtStateListener is an abstract class.
Definition: DtStateListener.h:21
DtVrlinkAggregateStateListener * myVrlinkListener
Same as myListener, except, stored for convenience.
Definition: DtVrlink3DAggregateExtentVisualizer.h:45

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)