VR-Forces Development_Version 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 
41  virtual DtNavigationFeatureBuilder* clone() const;
42 
44  virtual ~DtLightFeatureBuilder();
45 
70  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  DtLightMarkerStringParser* parser );
90  };
91 
95  {
96 
97  public:
99  static DtLightFeatureBuilderCreator& instance( DtDe& de );
100 
102  static void registerInstance( DtDe& de,
103  DtLightFeatureBuilderCreator* anInstance );
104 
106  virtual DtLightFeatureBuilder* create(
107  DtAgentManagerInterface& sceneInterface,
108  DtLightMarkerStringParser* parser );
109  };
110 }
111 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)