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

Public Member Functions | |
| DtShapeMultiPoint (double elevationFactor) | |
| virtual | ~DtShapeMultiPoint () |
| virtual bool | load (FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=NULL) |
| virtual DtShapePoint * | point (int i) |
| virtual DtInt32 | numPoints () |
| 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) |
Protected Attributes | |
| DtNetFloat64 | myBoundingBox [4] |
| DtNetInt32 | myNumPoints |
| DtShapePoint * | myPoints |
| DtShapeMultiPoint::DtShapeMultiPoint | ( | double | elevationFactor | ) |
| virtual DtShapeMultiPoint::~DtShapeMultiPoint | ( | ) | [virtual] |
| virtual bool DtShapeMultiPoint::load | ( | FILE * | f, |
| bool | loadMeasures = false, |
||
| const DtShapeProjection * | projection = NULL |
||
| ) | [virtual] |
Implements DtShapeElement.
| virtual DtShapePoint* DtShapeMultiPoint::point | ( | int | i | ) | [virtual] |
Implements DtShapeElement.
Reimplemented in DtShapeMultiPointZ, and DtShapeMultiPointM.
| virtual DtInt32 DtShapeMultiPoint::numPoints | ( | ) | [virtual] |
Implements DtShapeElement.
| virtual void DtShapeMultiPoint::setElevation | ( | double | elev | ) | [virtual] |
Implements DtShapeElement.
| virtual void DtShapeMultiPoint::calculateMaxMins | ( | double & | myMaxHigh, |
| double & | myMinHigh | ||
| ) | [virtual] |
Implements DtShapeElement.
| virtual DtGroup* DtShapeMultiPoint::import | ( | DtShapeReader * | reader | ) | [virtual] |
Implements DtShapeElement.
| virtual bool DtShapeMultiPoint::importAsFeature | ( | DtShapeVectorReader * | reader, |
| DtSpecificationID | specID, | ||
| DtSpecification & | specification | ||
| ) | [virtual] |
Implements DtShapeElement.
DtNetFloat64 DtShapeMultiPoint::myBoundingBox[4] [protected] |
DtNetInt32 DtShapeMultiPoint::myNumPoints [protected] |
DtShapePoint* DtShapeMultiPoint::myPoints [protected] |