VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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  const 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 
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtNavigationFeatureBuilder implements a DtStreamedFeatureCreator for navigation features (ex...
Definition: DtNavigationFeatureBuilder.h:34
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtLightMarkerStringParser parses the light attributes found in the strings used by streamed light...
Definition: DtLightMarkerStringParser.h:38
DtLightFeatureBuilder creator.
Definition: DtLightFeatureBuilder.h:94
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
DtLightFeatureBuilder implements a DtStreamedFeatureCreator for lights. It reads a configuration file...
Definition: DtLightFeatureBuilder.h:30
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:33
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)