VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vmap
vpfTripletData.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.** All rights reserved.
3
******************************************************************************/
4
/******************************************************************************
5
* $RCSfile: vpfTripletData.h,v $ $Revision: 1.6 $ $State: Exp $
6
******************************************************************************/
7
8
#ifndef VPF_TRIPLET_DATA_H_
9
#define VPF_TRIPLET_DATA_H_
10
13
14
#include "
vmap/vpfData.h
"
15
#include "
vmap/vmapDefines.h
"
16
17
18
//forward defs
19
struct
DT_DLL_vmap
DtVpfTriplet
20
{
21
unsigned
int
ID1
;
22
unsigned
int
ID2
;
23
unsigned
int
ID3
;
24
};
25
27
class
DT_DLL_vmap
DtVpfTripletData
:
public
DtVpfData
28
{
29
private
:
31
DtVpfTripletData
(
const
DtVpfTripletData
& tripletData);
32
34
DtVpfTripletData
&
operator=
(
const
DtVpfTripletData
& tripletData);
35
36
public
:
38
DtVpfTripletData
(
DtVpfColumn
* column);
39
41
virtual
~
DtVpfTripletData
();
42
45
virtual
bool
readData
();
46
49
virtual
const
DtVpfTriplet
* tripletData()
const
;
50
51
protected
:
52
DtVpfTriplet
myTriplet
;
53
unsigned
char
myTypeByte
;
54
};
55
56
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)