VR-Forces 4.3 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 
34  {
35  public:
36  friend class DtNavigationFeatureBuilderCreator;
37 
40 
43 
45  virtual ~DtNavigationFeatureBuilder();
46 
71  virtual DtUniqueID create(
72  DtDe& de,
73  const std::string& registrantName,
74  const std::string& featureStyleName,
75  const std::string& strFeatureName,
76  DtVector vPosition,
77  double scale,
78  DtVector minBound,
79  DtVector maxBound) = 0;
80 
81  protected:
82 
91 
92  protected:
93 
95  };
96 }
97 

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)