10 #ifndef DtGeoTiffHeaderParser_H_
11 #define DtGeoTiffHeaderParser_H_
20 class DtCoordinateSystem;
36 virtual bool isValid();
39 virtual bool geotiffExtent(
const char*
filename,
double *sw_x,
double *sw_y,
40 double *ne_x,
double *ne_y);
44 virtual void slot_coordinateSystemChanged();
47 typedef const char* (*CSVFileCallbackFP)(
const char*);
50 static const char* csvFileCallback(
const char*);
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
The DtCoordinateSystem is used to manage the current coordinate system of the scene.
Definition: DtCoordinateSystem.h:40
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains DLL export macros.