VR-Link API Documentation for DIS
conversionString.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00007 #pragma once
00008 
00009 #include <omtReader/omtReader.h>
00010 #include <vlutil/vlString.h>
00011 
00018 class DT_DLL_OMTREADER DtConversionString : public DtString
00019 {
00020 public:
00021 
00022    DtConversionString(double val, int precision);
00023    DtConversionString(float val, int precision);
00024    DtConversionString(unsigned char val);
00025    DtConversionString(long long val);
00026    DtConversionString(unsigned long long val);
00027 
00028    void setString(double val, int precision);
00029    void setString(float val, int precision);
00030    
00031 };
00032 
00033 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)