VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vpfFloatData.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.** All rights reserved.
3 ******************************************************************************/
4 /*******************************************************************************
5 * $RCSfile: vpfFloatData.h,v $ $Revision: 1.6 $ $State: Exp $
6 ******************************************************************************/
7 
8 #ifndef VPF_FLOAT_DATA_H_
9 #define VPF_FLOAT_DATA_H_
10 
13 
14 #include "vmap/vpfData.h"
15 #include "vmap/vmapDefines.h"
16 
19 {
20  private:
22  DtVpfFloatData(const DtVpfFloatData& floatData);
23 
25  DtVpfFloatData& operator=(const DtVpfFloatData& floatData);
26 
27  public:
29  DtVpfFloatData(DtVpfColumn* column);
30 
32  ~DtVpfFloatData(void);
33 
36  virtual bool readData();
37 
40  virtual double floatData() const;
41 
42  protected:
43  double myFloat;
44 };
45 
46 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)