VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVertexEnvironmentalKinematicState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
14 
15 namespace makVrv
16 {
18  {
19  public:
21  DtVertexEnvironmentalKinematicState( DtSceneObjectAgent& sceneObject, DtTacticalGraphicStateListener& listener,
22  DtAgentManagerInterface& sceneInterface, DtSharedSettingsManager& settingsManager, int modelSet );
23 
26 
29 
32 
35  public:
37  virtual void initialize() override;
38 
40  virtual void slot_vertexListUpdated( const std::vector<DtVector>& vertices );
41 
43  virtual void slot_offsetPointsListUpdated( const std::vector<DtVector>& vertices );
44 
46  virtual void slot_vertexMoved( int, const DtVector& );
47 
51  virtual void startEmbarked() override;
52 
55  virtual void resetSpatial() override;
56 
59  virtual const unsigned int vertexIndex() const;
60  virtual void setVertexIndex( const unsigned int index );
62  protected:
63  unsigned int myVertexIndex;
64  };
65 }
Definition: DtVertexEnvironmentalKinematicState.h:17
Contains makVrv:DtEnvironmentalKinematicState class. Used to position objects in the scene...
The DtTacticalGraphicStateListener is a class that deals with basic TacticalGraphic process code (suc...
Definition: DtTacticalGraphicStateListener.h:24
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:42
DtEnvironmentalKinematicState Controls kinematic state of a scene object. This class has no accessors...
Definition: DtEnvironmentalKinematicState.h:34
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned int myVertexIndex
Definition: DtVertexEnvironmentalKinematicState.h:63
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:33
Contains DLL export macros.

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)