VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
conversionString.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
7 #pragma once
8 
9 
10 
11 #include <omtReader/omtReader.h>
12 #include <vlutil/vlString.h>
13 #include <vlutil/vlMachineTypes.h>
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
18 
19 
20 
21 
22 
23 
25 {
26 public:
27 
28  DtConversionString(DtFloat64 val, int precision);
29  DtConversionString(DtFloat32 val, int precision);
33 
34  void setString(DtFloat64 val, int precision);
35  void setString(DtFloat32 val, int precision);
36 
37 };
38 
39 
40 #ifdef DtUSE_UTILITIES_NAMESPACE
41 } // end of namespace DtUSE_UTILITIES_NAMESPACE
42 #endif

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)