VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateKinStateVisualizer.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
13 
14 namespace makVrv
15 {
23  {
24  public:
27  DtStateListener& listener, int modelSet);
28 
31 
36 
37  public:
39  virtual void createModelAgents() override;
40 
43  virtual void readEntityDisplaySettings() override;
44 
47  virtual void slot_parentSet( DtElement* parent ) override;
48 
50  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
51 
53  static const DtStateVisualizer::TypeInfo& theTypeInfo();
54 
55  protected:
57  };
58 
63 }
Contains makVrv:DtAggregateStateListener class.
Contains makVrv:DtEntityKinStateVisualizer class.
DtAggregateKinStateVisualizer is responsible for showing kinematic state for the aggregate.
Definition: DtAggregateKinStateVisualizer.h:21
The DtAggregateStateListener is an abstract class.
Definition: DtAggregateStateListener.h:25
Definition: DtStateVisualizer.h:322
The DtElement class implements the common behavior of simulation based elements added to the scene...
Definition: DtElement.h:29
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:34
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtStateVisualizerCreatorTemplate< DtAggregateKinStateVisualizer > DtAggregateKinStateVisualizerCreator
Creator that will be registered with the state visualizer factory to create this class.
Definition: DtAggregateKinStateVisualizer.h:62
DtAggregateStateListener * myAggregateListener
Definition: DtAggregateKinStateVisualizer.h:56
The DtStateListener is an abstract class.
Definition: DtStateListener.h:21
Visualizes the kinematic state of an entity by moving a scene object.
Definition: DtEntityKinStateVisualizer.h:38
Struct to hold metadata about each functional visualizer type This allows users of the factory to get...
Definition: DtStateVisualizer.h:56

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)