VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateVisualizerSet.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 #include <vrvCore/vrvCore.h>
14 #include <vrvUtil/signalslib.h>
15 
16 namespace makVrv
17 {
18  class DtAggregateStateListener;
19  class DtSceneObjectAgent;
20 
26  {
27  public:
31  DtSceneObjectAgent* sceneObject,DtModelSetId modelSet, bool distribute );
32 
33 
34  virtual ~DtAggregateVisualizerSet();
35 
38  virtual void visualize(const DtUnicode& visDefName);
39 
41  virtual void visualize(const DtUnicode& visDefName,
43 
48  virtual DtStateVisualizer::Type supportsVisualizerType() const;
49 
50  };
51 
55  {
56  public:
58  static DtAggregateVisualizerSetCreator& instance( DtBaseConnection& simulation );
59 
61  static DtAggregateVisualizerSetCreator& instance( DtDe& de );
62 
65 
68 
70  virtual DtAggregateVisualizerSet* create( DtBaseConnection& simulation, DtAggregateStateListener& listener,
71  DtSceneObjectAgent* sceneObject, DtModelSetId modelSet, bool distribute );
72  };
73 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
std::unordered_map< DtModelSetId, ModelSetVisualizerCreationMap > VisualTypeVisualizerCreationMap
Map that indicates whether a visualizer should be created, by visual type, for all given model sets...
Definition: DtVisualizerCreationSettings.h:43
The DtAggregateStateListener extends DtEntityStateListener. It provides a interface to all the visual...
Definition: DtAggregateStateListener.h:33
DtAggregateVisualizerSetCreator.
Definition: DtAggregateVisualizerSet.h:54
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Type
Visualizer class types that are supportable via visualizers. Each visualizer can be created by an ins...
Definition: DtStateVisualizer.h:39
Contains makVrv:DtEntityVisualizerSet class. This class will contain and manage state visualizers...
This class is a set of aggregate visualizers, all of the visualizers in this set must support the agg...
Definition: DtAggregateVisualizerSet.h:25
This class is a set of entity visualizers, all of the visualizers in this set must support the entity...
Definition: DtEntityVisualizerSet.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
DtModelSetId
Definition: DtModelSetEnums.h:19
Contains DLL export macros.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)