VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtNavigationFeatureBuilder.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 #include <vrvCore/DtUniqueID.h>
14 
15 #include <matrix/vlVector.h>
16 
17 namespace makVrv
18 {
19  class DtAgentManagerInterface;
20  class DtDe;
21  class DtNavigationFeatureStringParser;
22  class DtNavigationFeatureManager;
23 
35  {
36  public:
37  friend class DtNavigationFeatureBuilderCreator;
38 
39  virtual DtNavigationFeatureBuilder* clone() const = 0;
40 
42  virtual ~DtNavigationFeatureBuilder();
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) = 0;
77 
79 
80  void setFeatureManager( DtNavigationFeatureManager* featureManager );
81  DtNavigationFeatureManager* featureManager();
82 
83  protected:
84 
93 
96 
99 
100  protected:
101 
104  };
105 }
106 

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)