![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtDfadFeature () | |
| virtual | ~DtDfadFeature () |
| virtual DtDfadFeature & | operator= (const DtDfadFeature &orig) |
| virtual bool | readBody (FILE *f) |
| virtual bool | readList (FILE *f) |
| virtual bool | setBody (DtU8 *data) |
| virtual DtInt16 | facNumber () |
| virtual DtInt8 | type () |
| virtual DtInt16 | fidCode () |
| virtual DtInt8 | rsfFactor () |
| virtual DtInt16 | countOfPoints () |
| virtual DtInt16 | predominantHeight () |
| virtual DtInt32 | heightInMeters () |
| virtual bool | complete (DtDfadInfo &info) |
| virtual void | clean () |
| DtInt16 | orientation () |
| DtFloat32 | length () |
| DtFloat32 | width () |
| DtList & | list () |
Protected Member Functions | |
| virtual void | parseData () |
| virtual void | parsePoint (const DtPoint &origin, DtU8 *coord) |
| virtual void | parseSpecificType () |
Protected Attributes | |
| DtInt16 | myFacNumber |
| DtInt8 | myType |
| DtInt16 | myFidCode |
| DtInt8 | myRsfFactor |
| DtInt16 | myHeight |
| DtInt32 | myHeightInMeters |
| DtInt16 | myCountOfPoints |
| DtU8 | myData [9] |
| DtU8 | myPoints [2700] |
| DtInt16 | myOrientation |
| DtFloat32 | myWidth |
| DtFloat32 | myLength |
| DtList | myList |
| virtual DtDfadFeature::~DtDfadFeature | ( | ) | [virtual] |
| virtual DtDfadFeature& DtDfadFeature::operator= | ( | const DtDfadFeature & | orig | ) | [virtual] |
| virtual bool DtDfadFeature::readBody | ( | FILE * | f | ) | [virtual] |
| virtual bool DtDfadFeature::readList | ( | FILE * | f | ) | [virtual] |
| virtual bool DtDfadFeature::setBody | ( | DtU8 * | data | ) | [virtual] |
| virtual DtInt16 DtDfadFeature::facNumber | ( | ) | [virtual] |
| virtual DtInt8 DtDfadFeature::type | ( | ) | [virtual] |
| virtual DtInt16 DtDfadFeature::fidCode | ( | ) | [virtual] |
| virtual DtInt8 DtDfadFeature::rsfFactor | ( | ) | [virtual] |
| virtual DtInt16 DtDfadFeature::countOfPoints | ( | ) | [virtual] |
| virtual DtInt16 DtDfadFeature::predominantHeight | ( | ) | [virtual] |
| virtual DtInt32 DtDfadFeature::heightInMeters | ( | ) | [virtual] |
| virtual bool DtDfadFeature::complete | ( | DtDfadInfo & | info | ) | [virtual] |
| virtual void DtDfadFeature::clean | ( | ) | [virtual] |
| DtInt16 DtDfadFeature::orientation | ( | ) | [inline] |
| DtFloat32 DtDfadFeature::length | ( | ) | [inline] |
| DtFloat32 DtDfadFeature::width | ( | ) | [inline] |
| DtList& DtDfadFeature::list | ( | ) | [inline] |
| virtual void DtDfadFeature::parseData | ( | ) | [protected, virtual] |
| virtual void DtDfadFeature::parsePoint | ( | const DtPoint & | origin, |
| DtU8 * | coord | ||
| ) | [protected, virtual] |
| virtual void DtDfadFeature::parseSpecificType | ( | ) | [protected, virtual] |
Reimplemented in DtDfadPointFeature, DtDfadLinearFeature, and DtDfadArealFeature.
DtInt16 DtDfadFeature::myFacNumber [protected] |
DtInt8 DtDfadFeature::myType [protected] |
DtInt16 DtDfadFeature::myFidCode [protected] |
DtInt8 DtDfadFeature::myRsfFactor [protected] |
DtInt16 DtDfadFeature::myHeight [protected] |
DtInt32 DtDfadFeature::myHeightInMeters [protected] |
DtInt16 DtDfadFeature::myCountOfPoints [protected] |
DtU8 DtDfadFeature::myData[9] [protected] |
DtU8 DtDfadFeature::myPoints[2700] [protected] |
DtInt16 DtDfadFeature::myOrientation [protected] |
DtFloat32 DtDfadFeature::myWidth [protected] |
DtFloat32 DtDfadFeature::myLength [protected] |
DtList DtDfadFeature::myList [protected] |