VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vmap
vpfIntData.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.** All rights reserved.
3
******************************************************************************/
4
/*******************************************************************************
5
* $RCSfile: vpfIntData.h,v $ $Revision: 1.6 $ $State: Exp $
6
******************************************************************************/
7
8
#ifndef VPF_INT_DATA_H_
9
#define VPF_INT_DATA_H_
10
13
14
#include "
vmap/vpfData.h
"
15
#include "
vmap/vmapDefines.h
"
16
18
class
DT_DLL_vmap
DtVpfIntData
:
public
DtVpfData
19
{
20
private
:
22
DtVpfIntData
(
const
DtVpfIntData
& intData);
23
25
DtVpfIntData
&
operator=
(
const
DtVpfIntData
& intData);
26
27
public
:
29
DtVpfIntData
(
DtVpfColumn
* column);
30
32
~
DtVpfIntData
();
33
36
virtual
bool
readData
();
37
40
virtual
int
intData()
const
;
41
44
virtual
DtString
valueDescription
()
const
;
45
46
protected
:
47
int
myInt
;
48
};
49
50
#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
)