VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateImageSymbolVisualizer.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2022 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <matrix/vlTaitBryan.h>
15 
16 namespace makVrv
17 {
18  class DtAggregateStateListener;
19  namespace EntityStateListener
20  {
21  enum class DamageState;
22  }
23 
30  {
31  public:
34  DtSceneObjectAgent* sceneObject, DtModelSetId modelSet );
35 
38 
41 
44 
47 
49  virtual void initialize() override;
50 
52  virtual void createModelAgents() override;
53 
55  virtual void setRotateToHeading( bool );
56 
58  virtual void rotateSymbolToHeading( const DtTaitBryan& );
59 
61  virtual void damageSet(EntityStateListener::DamageState state);
62 
64  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
65 
66  public:
67 
69  static const DtStateVisualizer::TypeInfo& theTypeInfo();
70 
71  protected:
72 
75  virtual void updatePickability();
76 
78  DtAggregateStateListener& aggregateStateListener();
79  const DtAggregateStateListener& aggregateStateListener() const;
80 
81  protected:
84  };
85 
89 
90 }
DtAggregateStateListener * myAggregateStateListener
Definition: DtAggregateImageSymbolVisualizer.h:83
Contains the DtImageSymbolVisualizer class declaration.
DamageState
Definition: DtEntityStateListener.h:64
The DtAggregateStateListener extends DtEntityStateListener. It provides a interface to all the visual...
Definition: DtAggregateStateListener.h:33
Definition: DtStateVisualizer.h:274
A visualizer for displaying a Image (Bitmap) Symbology Icon. The visualizer stores a map by integer o...
Definition: DtImageSymbolVisualizer.h:29
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
A visualizer for displaying a Image (Bitmap) Symbology Icon. The visualizer stores a map by integer o...
Definition: DtAggregateImageSymbolVisualizer.h:29
bool myRotateToHeading
Definition: DtAggregateImageSymbolVisualizer.h:82
DtModelSetId
Definition: DtModelSetEnums.h:19
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:26
Struct to hold metadata about each functional visualizer type This allows users of the factory to get...
Definition: DtStateVisualizer.h:54

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)