VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateKinematicState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
15 
16 namespace makVrv
17 {
18  class DtSceneObjectAgent;
19 
26  {
27  public:
30  DtAgentManagerInterface& sceneInterface, DtSharedSettingsManager& settingsManager );
31 
33  virtual ~DtAggregateKinematicState();
34 
36  DtAggregateKinematicState() = delete;
37 
40 
42  DtAggregateKinematicState& operator=( const DtAggregateKinematicState& ) = delete;
43  public:
45  DtAggregateStateListener& aggregateStateListener();
46 
50  static const std::string& theClassName();
51  protected:
53  };
54 
56 }
Contains makVrv:DtAggregateStateListener class.
DtEntityKinematicState Controls kinematic state of all scene objects for an element This class has no...
Definition: DtEntityKinematicState.h:60
The DtAggregateStateListener extends DtEntityStateListener. It provides a interface to all the visual...
Definition: DtAggregateStateListener.h:33
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:42
Definition: DtKinematicState.h:181
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtAggregateKinematicState Controls kinematic state of an element's scene objects This class has no ac...
Definition: DtAggregateKinematicState.h:25
Contains makVrv::DtEntityKinematicState class. Used to position objects in the scene.
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:33
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:26
DtAggregateStateListener & myAggregateStateListener
Definition: DtAggregateKinematicState.h:52

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)