VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtNavigationMark.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
15 
16 namespace makVrv
17 {
18  class DtArticulatedModelAgent;
19  class DtBuoyTextureAtlasIndexParser;
20 
25  {
26  public:
27 
30 
31  typedef std::vector<std::pair<std::string,std::string> > AttrValPairs;
32 
34  virtual ~DtNavigationMark();
35 
39  virtual void attach( DtBuoyOrBeaconFacade& buoyOrBeacon );
40 
42 
43 
44  void setShape( unsigned int color );
45  unsigned int shape() const;
47 
49 
50 
55 
56 
59  virtual void setupDesignator(DtArticulatedModelAgent* model,
60  const std::string& designator, const std::string& atlasFileName,
62 
63  protected:
64 
67 
70 
72  DtNavigationMark( const DtNavigationMark& orig );
73 
76  const DtNavigationMark& rhs );
77 
78  protected:
79  unsigned int myShapeSwitchValue;
80 
82  };
83 
87  : public DtVirtualBaseClass
88  {
89 
90  public:
93  static DtNavigationMarkCreator& instance( DtDe& de );
94 
96  static void registerInstance( DtDe& de,
97  DtNavigationMarkCreator* anInstance );
98 
100  virtual DtNavigationMark* create( DtUniqueID elementId );
101  };
102 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)