VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtCoordinateDisplayCollection.h
Go to the documentation of this file.
1 /********************************************************************
2  * Copyright (c) 2011 MaK Technologies, Inc.
3  * All rights reserved.
4  ********************************************************************/
5 /********************************************************************
6  * $RCSfile: DtCoordinateDisplayCollection.h,v $ $Revision: 1.7 $ $State: Exp $
7  ********************************************************************/
8 
12 
13 #pragma once
15 #include <boost/unordered_map.hpp>
16 
17 namespace makVrv
18 {
19 
24  {
25  public:
26 
27  typedef boost::unordered_map<
30 
33 
36 
39 
42  virtual void addCoordinateDisplay(
44  DtCoordinateDisplay* obj );
45 
46  virtual DtCoordinateDisplay* display(
48 
49  virtual DtCoordinateDisplay* display(
50  const DtUnicode& coordSysName ) const;
51 
53  coordinateSystem( const DtUnicode& coordSysName ) const;
54 
56  virtual DtUnicode coordinateSystemName(
58 
60  virtual const CoordinateDisplayMap& displays() const;
61 
62  protected:
63 
65 
66  };
67 
68 }

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)