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

Public Member Functions | |
| DtDfadPointFeature (int fac, int featureID, int smc, float culturalZ, float orientation, float length, float width, int omniDirectional, int numberVertices) | |
| DtDfadPointFeature () | |
Public Member Functions inherited from DtDfadFeature | |
| 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 | parseSpecificType () |
Protected Member Functions inherited from DtDfadFeature | |
| virtual void | parseData () |
| virtual void | parsePoint (const DtPoint &origin, DtU8 *coord) |
Additional Inherited Members | |
Protected Attributes inherited from DtDfadFeature | |
| 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 |
| DtDfadPointFeature::DtDfadPointFeature | ( | int | fac, |
| int | featureID, | ||
| int | smc, | ||
| float | culturalZ, | ||
| float | orientation, | ||
| float | length, | ||
| float | width, | ||
| int | omniDirectional, | ||
| int | numberVertices | ||
| ) |
| DtDfadPointFeature::DtDfadPointFeature | ( | ) |
|
protectedvirtual |
Reimplemented from DtDfadFeature.