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

Public Member Functions | |
| DtShapePoint () | |
| DtShapePoint (double elevationFactor) | |
| virtual | ~DtShapePoint () |
| virtual bool | load (FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=NULL) |
| virtual DtPoint & | point () |
| virtual double | x () |
| virtual double | y () |
| virtual double | z () |
| virtual void | setX (double x) |
| virtual void | setY (double y) |
| virtual void | setZ (double z) |
| virtual void | setElevation (double elev) |
| virtual void | calculateMaxMins (double &myMaxHigh, double &myMinHigh) |
| virtual DtGroup * | import (DtShapeReader *reader) |
| virtual bool | importAsFeature (DtShapeVectorReader *reader, DtSpecificationID specID, DtSpecification &specification) |
| virtual DtShapePoint * | point (int i) |
| virtual DtInt32 | numPoints () |
Protected Attributes | |
| DtPoint | myPoint |
| DtShapePoint::DtShapePoint | ( | double | elevationFactor | ) |
| virtual DtShapePoint::~DtShapePoint | ( | ) | [virtual] |
| virtual bool DtShapePoint::load | ( | FILE * | f, |
| bool | loadMeasures = false, |
||
| const DtShapeProjection * | projection = NULL |
||
| ) | [virtual] |
Implements DtShapeElement.
Reimplemented in DtShapePointM, and DtShapePointZ.
| virtual DtPoint& DtShapePoint::point | ( | ) | [virtual] |
| virtual double DtShapePoint::x | ( | ) | [virtual] |
| virtual double DtShapePoint::y | ( | ) | [virtual] |
| virtual double DtShapePoint::z | ( | ) | [virtual] |
| virtual void DtShapePoint::setX | ( | double | x | ) | [virtual] |
| virtual void DtShapePoint::setY | ( | double | y | ) | [virtual] |
| virtual void DtShapePoint::setZ | ( | double | z | ) | [virtual] |
| virtual void DtShapePoint::setElevation | ( | double | elev | ) | [virtual] |
Implements DtShapeElement.
| virtual void DtShapePoint::calculateMaxMins | ( | double & | myMaxHigh, |
| double & | myMinHigh | ||
| ) | [virtual] |
Implements DtShapeElement.
| virtual DtGroup* DtShapePoint::import | ( | DtShapeReader * | reader | ) | [virtual] |
Implements DtShapeElement.
| virtual bool DtShapePoint::importAsFeature | ( | DtShapeVectorReader * | reader, |
| DtSpecificationID | specID, | ||
| DtSpecification & | specification | ||
| ) | [virtual] |
Implements DtShapeElement.
| virtual DtShapePoint* DtShapePoint::point | ( | int | i | ) | [virtual] |
Implements DtShapeElement.
| virtual DtInt32 DtShapePoint::numPoints | ( | ) | [virtual] |
Implements DtShapeElement.
DtPoint DtShapePoint::myPoint [protected] |