_dataType | VPFDataValue | protected |
_isArray | VPFDataValue | protected |
_isValid | VPFDataValue | protected |
_varLen | VPFDataValue | protected |
coord2DLong | VPFDataValue | |
coord2DLongArray | VPFDataValue | |
coord2DShort | VPFDataValue | |
coord2DShortArray | VPFDataValue | |
coord3DLong | VPFDataValue | |
coord3DLongArray | VPFDataValue | |
coord3DShort | VPFDataValue | |
coord3DShortArray | VPFDataValue | |
Create2DCoordLong(VPFFile &infile) | VPFDataValue | protectedstatic |
Create2DCoordLongFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
Create2DCoordShort(VPFFile &infile) | VPFDataValue | protectedstatic |
Create2DCoordShortFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
Create3DCoordLong(VPFFile &infile) | VPFDataValue | protectedstatic |
Create3DCoordLongFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
Create3DCoordShort(VPFFile &infile) | VPFDataValue | protectedstatic |
Create3DCoordShortFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
CreateDataValue(const VPFUtil::DataType dataType, const int numVals, VPFFile &infile) | VPFDataValue | static |
CreateDateTime(VPFFile &infile) | VPFDataValue | protectedstatic |
CreateDateTimeFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
CreateLongFloat(VPFFile &infile) | VPFDataValue | protectedstatic |
CreateLongFloatFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
CreateLongInt(VPFFile &infile) | VPFDataValue | protectedstatic |
CreateLongIntFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
CreateNull(void) | VPFDataValue | protectedstatic |
CreateShortFloat(VPFFile &infile) | VPFDataValue | protectedstatic |
CreateShortFloatFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
CreateShortInt(VPFFile &infile) | VPFDataValue | protectedstatic |
CreateShortIntFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
CreateText(const VPFUtil::DataType textType, const unsigned int textLen, VPFFile &infile) | VPFDataValue | protectedstatic |
CreateTriplet(VPFFile &infile) | VPFDataValue | protectedstatic |
CreateTripletFixed(const unsigned int num, VPFFile &infile) | VPFDataValue | protectedstatic |
dateTime | VPFDataValue | |
dateTimeArray | VPFDataValue | |
GetCoord2DLong(void) const | VPFDataValue | inline |
GetCoord2DLongValues(void) const | VPFDataValue | inline |
GetCoord2DShort(void) const | VPFDataValue | inline |
GetCoord2DShortValues(void) const | VPFDataValue | inline |
GetCoord3DLong(void) const | VPFDataValue | inline |
GetCoord3DLongValues(void) const | VPFDataValue | inline |
GetCoord3DShort(void) const | VPFDataValue | inline |
GetCoord3DShortValues(void) const | VPFDataValue | inline |
GetDataType(void) const | VPFDataValue | inline |
GetDateTime(void) const | VPFDataValue | inline |
GetDateTimeValues(void) const | VPFDataValue | inline |
GetLongFloat(void) const | VPFDataValue | inline |
GetLongFloatValues(void) const | VPFDataValue | inline |
GetLongInteger(void) const | VPFDataValue | inline |
GetLongIntegerValues(void) const | VPFDataValue | inline |
GetShortFloat(void) const | VPFDataValue | inline |
GetShortFloatValues(void) const | VPFDataValue | inline |
GetShortInteger(void) const | VPFDataValue | inline |
GetShortIntegerValues(void) const | VPFDataValue | inline |
GetText(void) const | VPFDataValue | inline |
GetTriplet(void) const | VPFDataValue | inline |
GetTripletValues(void) const | VPFDataValue | inline |
GetValueCount(void) const | VPFDataValue | inline |
IsMultipleValues(void) const | VPFDataValue | inline |
IsValid(void) const | VPFDataValue | inline |
longFloat | VPFDataValue | |
longFloatArray | VPFDataValue | |
longInt | VPFDataValue | |
longIntArray | VPFDataValue | |
ReadTriplet(VPFFile &infile, VPFUtil::Triplet &dst) | VPFDataValue | protectedstatic |
ReadTripletValue(VPFFile &infile, const unsigned char type, VPFUtil::UInt32 &val, bool &isValid) | VPFDataValue | protectedstatic |
shortFloat | VPFDataValue | |
shortFloatArray | VPFDataValue | |
shortInt | VPFDataValue | |
shortIntArray | VPFDataValue | |
str | VPFDataValue | |
triplet | VPFDataValue | |
tripletArray | VPFDataValue | |
VPFDataValue(const VPFUtil::DataType dataType) | VPFDataValue | inlineprotected |
~VPFDataValue() | VPFDataValue | |