12 #ifndef TERRAINDRAWER_H
13 #define TERRAINDRAWER_H
19 class DtTerrainDatabase;
21 class DtHomogeneousTransfMatrix;
22 class DtAllTypesPolygon;
45 void setDrawingEnabled(
bool);
46 bool drawingEnabled()
const;
54 virtual void drawExtent(
const DtExtent& extent,
57 virtual void drawFilledPoly(
const DtAllTypesPolygon *polygon,
60 virtual void drawLine(
const DtPoint& gdp0,
63 virtual void drawWireframePoly(
const DtAllTypesPolygon *polygon,