VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vmap
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
18
class
DT_DLL_vmap
DtVpfFloatData
:
public
DtVpfData
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)