12 #ifndef DTTERRAINMODELDATA_H_
13 #define DTTERRAINMODELDATA_H_
18 #include <QtCore/QHash>
45 void activateAll(
bool b);
52 const QVector<DtPoint>& points()
const;
56 void setPoints(
const QVector<DtPoint>&);
82 virtual void activateAll(
bool);
84 virtual bool pruneInactiveVectorFeatures();
87 virtual bool active()
const;
100 void setIsPoint(
bool b);
101 bool isPoint()
const;
102 int numElements()
const;
103 const QHash<void*, DtSegmentList>& vectorFeatures()
const;
104 QHash<void*, DtSegmentList>& vectorFeatures();
113 void copyList(
const QHash<void*, DtSegmentList>&);
202 #endif //DTTERRAINMODELDATA_H_