VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEdgeFeatureVisualizerFactory.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 DtEdgeFeature;
17  class DtEdgeFeatureVisualizer;
18 
23  {
24  public:
25 
27  static DtEdgeFeatureVisualizerFactory& instance(DtDe&);
28 
31  static void registerInstance(DtDe&, DtEdgeFeatureVisualizerFactory*);
32 
35 
37  virtual DtEdgeFeatureVisualizer* create(DtEdgeFeature*);
38 
39  protected:
41 
42  protected:
44  };
45 }
46 
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
The edge feature is a feature that describes a vector feature, typically several connected line segme...
Definition: DtEdgeFeature.h:20
Definition: DtEdgeFeatureVisualizer.h:18
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The edge feature visualizer factory is responsible for creating edge feature visualizers.
Definition: DtEdgeFeatureVisualizerFactory.h:22
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:70
DtDe & myDe
Definition: DtEdgeFeatureVisualizerFactory.h:43
Contains DLL export macros.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)