VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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  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 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)