VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
terrainqt
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
"
21
#include "
terrainqt/terrainqtDefines.h
"
22
23
class
DtCoordinateSystem
;
24
25
class
DT_DLL_terrainqt
DtTerrainUnitFormatter
:
public
DtUnitFormatter
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)