VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)