VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDaymarkFeatureBuilder.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 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 DtDaymarkStringParser;
19 
31  {
32  public:
34 
37 
39  DtDaymarkFeatureBuilder& operator=( const DtDaymarkFeatureBuilder& orig );
40 
42  virtual ~DtDaymarkFeatureBuilder();
43 
68  virtual DtUniqueID create(
69  DtDe& de,
70  const std::string& registrantName,
71  const std::string& featureStyleName,
72  const std::string& strFeatureName,
73  DtVector vPosition,
74  double scale,
75  DtVector minBound,
76  DtVector maxBound);
77 
78  protected:
79 
87  DtDaymarkStringParser& parser );
88  };
89 
93  {
94 
95  public:
97  static DtDaymarkFeatureBuilderCreator& instance( DtDe& de );
98 
100  static void registerInstance( DtDe& de,
101  DtDaymarkFeatureBuilderCreator* anInstance );
102 
104  virtual DtDaymarkFeatureBuilder* create(
105  DtAgentManagerInterface& sceneInterface,
106  DtDaymarkStringParser& parser );
107  };
108 }
109 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)