VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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  const 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 
The DtNavigationFeatureStringParser parses the object attributes found in the strings used by streame...
Definition: DtNavigationFeatureStringParser.h:43
Contains the DtStreamedFeatureCreator class declaration.
DtNavigationFeatureBuilder implements a DtStreamedFeatureCreator for navigation features (ex...
Definition: DtNavigationFeatureBuilder.h:34
The DtNavigationFeatureManager matches streamed features to other streamed features (buoys and beacon...
Definition: DtNavigationFeatureManager.h:38
DtNavigationFeatureManager * myFeatureManager
Definition: DtNavigationFeatureBuilder.h:103
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtNavigationFeatureStringParser * myObjectStringParser
Definition: DtNavigationFeatureBuilder.h:102
DtStreamedFeatureCreator is the base class that all feature-specific feature creators to be informed ...
Definition: DtStreamedFeatureCreator.h:29
Contains makVrv::DtUniqueID type.
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:70

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)