9 #ifndef VPF_3COORD_DATA_H_
10 #define VPF_3COORD_DATA_H_
DtVpfCoordTypeEnum
Definition: vpf3CoordData.h:31
#define DT_DLL_vmap
Definition: vmapDefines.h:23
double X
Definition: vpf3CoordData.h:24
double Z
Definition: vpf3CoordData.h:26
double Y
Definition: vpf3CoordData.h:25
virtual bool readData()=0
Reads the data from the input stream from the owning column this class is not implemented and must be...
Definition: vpf3CoordData.h:22
This file defines the abstract data type for all others to be based on.
Abstract data type for all others to be based on.
Definition: vpfData.h:22
std::vector< DtVpf3Coord * > DtVpf3CoordVector
Definition: vpf3CoordData.h:29
DtVpfCoordTypeEnum myType
Definition: vpf3CoordData.h:60
DtVpfData & operator=(const DtVpfData &data)
Assignment operator is private to prevent copying.
A class representing a column of data from a table.
Definition: vpfColumn.h:28
Definition: vpf3CoordData.h:31
A subclass of the abstract class DtVpfData.
Definition: vpf3CoordData.h:34
std::vector< DtVpf3Coord * >::iterator DtVpf3CoordVectorIter
Definition: vpf3CoordData.h:30
DtVpf3CoordVector myCoords
Definition: vpf3CoordData.h:59
Definition: vpf3CoordData.h:31