VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtArealFeatureVisualizerFactory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCore/vrvCore.h>
13 
14 namespace makVrv
15 {
16  class DtArealFeature;
17  class DtArealFeatureVisualizer;
18 
23  {
24  public:
25 
27  static DtArealFeatureVisualizerFactory& instance(DtDe&);
28 
31  static void registerInstance(DtDe&, DtArealFeatureVisualizerFactory*);
32 
35 
37  virtual DtArealFeatureVisualizer* create(DtArealFeature*);
38 
39  protected:
41 
42  protected:
44  };
45 }
46 
The Areal feature visualizer factory is responsible for creating Areal feature visualizers.
Definition: DtArealFeatureVisualizerFactory.h:22
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtDe & myDe
Definition: DtArealFeatureVisualizerFactory.h:43
Definition: DtArealFeatureVisualizer.h:18
Contains makVrv::DtVirtualBaseClass class.
Definition: DtArealFeature.h:17
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Definition: networkElement.h:31
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:76
Contains DLL export macros.

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)