VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtLightFeatureBuilder.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 DtLightMarkerStringParser;
19 
31  {
32  public:
34 
37 
39  DtLightFeatureBuilder& operator=( const DtLightFeatureBuilder& orig );
40 
42  virtual ~DtLightFeatureBuilder();
43 
68  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  DtLightMarkerStringParser& parser );
88  };
89 
93  {
94 
95  public:
97  static DtLightFeatureBuilderCreator& instance( DtDe& de );
98 
100  static void registerInstance( DtDe& de,
101  DtLightFeatureBuilderCreator* anInstance );
102 
104  virtual DtLightFeatureBuilder* create(
105  DtAgentManagerInterface& sceneInterface,
106  DtLightMarkerStringParser& 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)