VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtNavMarkFeatureBuilder.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace makVrv
15 {
16  class DtAgentManagerInterface;
17  class DtDe;
18  class DtNavMarkStringParser;
19 
31  {
32  public:
34 
37 
39  DtNavMarkFeatureBuilder& operator=( const DtNavMarkFeatureBuilder& orig );
40 
41  virtual DtNavigationFeatureBuilder* clone() const;
42 
44  virtual ~DtNavMarkFeatureBuilder();
45 
70  virtual DtUniqueID create(
71  DtDe& de,
72  const std::string& registrantName,
73  const std::string& featureStyleName,
74  const std::string& strFeatureName,
75  const DtVector& vPosition,
76  double scale,
77  DtVector minBound,
78  DtVector maxBound);
79 
80  protected:
81 
89  DtNavMarkStringParser* parser );
90  };
91 
95  {
96 
97  public:
99  static DtNavMarkFeatureBuilderCreator& instance( DtDe& de );
100 
102  static void registerInstance( DtDe& de,
103  DtNavMarkFeatureBuilderCreator* anInstance );
104 
106  virtual DtNavMarkFeatureBuilder* create(
107  DtAgentManagerInterface& sceneInterface,
108  DtNavMarkStringParser* parser );
109  };
110 }
111 
Virtual base class.
Definition: DtVirtualBaseClass.h:19
DtNavMarkFeatureBuilder creator.
Definition: DtNavMarkFeatureBuilder.h:94
DtNavigationFeatureBuilder implements a DtStreamedFeatureCreator for navigation features (ex...
Definition: DtNavigationFeatureBuilder.h:34
DtNavMarkFeatureBuilder implements a DtStreamedFeatureCreator for daymarks.
Definition: DtNavMarkFeatureBuilder.h:30
The DtNavMarkStringParser parses the daymark attributes found in the strings used by streamed daymark...
Definition: DtNavMarkStringParser.h:37
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:33
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)