VR-Forces 4.2 Class Documentation
terrainUnitFormatter.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: terrainUnitFormatter.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTTERRAINUNITFORMATTER_H_
13 #define DTTERRAINUNITFORMATTER_H_
14 
19 
20 #include "tdbutil/translation.h"
22 
23 class DtCoordinateSystem;
24 
26 {
27 public:
30  virtual DtString formatSourceToDisplay(const DtVector& val) const;
31  virtual DtString formatSourceToDisplay(double val, const DtString& unitDisplay,
32  const DtString& source, DtString& unitLabel) const;
33 
36  virtual DtString formatSourceToDisplay(const DtCoordinateSystem*, const DtVector& val) const;
37 
38  virtual DtString formatSourceToDisplay(const DtCoordinateSystem*, double val, const DtString& unitDisplay,
39  const DtString& source, DtString& unitLabel) const;
40 };
41 
42 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)