![]() |
VR-Forces 5.0.2 Developer's Guide
|

Public Member Functions | |
| DtDfadLinearFeature () | |
| DtDfadLinearFeature (int fac, int featureID, int smc, float culturalZ, int directivity, float width, int numberVertices) | |
| DtInt16 | directivity () |
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) |
Protected Attributes | |
| DtInt16 | myDirectivity |
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 |
| DtDfadLinearFeature::DtDfadLinearFeature | ( | ) |
| DtDfadLinearFeature::DtDfadLinearFeature | ( | int | fac, |
| int | featureID, | ||
| int | smc, | ||
| float | culturalZ, | ||
| int | directivity, | ||
| float | width, | ||
| int | numberVertices | ||
| ) |
|
inline |
|
protectedvirtual |
Reimplemented from DtDfadFeature.
|
protected |