Go to the documentation of this file.
32 #ifndef vtkGDALRasterReader_h
33 #define vtkGDALRasterReader_h
36 #include <vtkIOGDALModule.h>
60 const char* GetProjectionString()
const;
66 const double* GetGeoCornerPoints();
72 vtkSetVector2Macro(TargetDimensions,
int);
73 vtkGetVector2Macro(TargetDimensions,
int);
80 vtkGetVector2Macro(RasterDimensions,
int);
86 const std::vector<std::string>& GetMetaData();
91 double GetInvalidValue();
96 std::vector<std::string> GetDomainMetaData(
const std::string& domain);
125 int TargetDimensions[2];
126 int RasterDimensions[2];
134 class vtkGDALRasterReaderInternal;
142 #endif // vtkGDALRasterReader_h
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
std::vector< std::string > Domains
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGDALRasterReaderInternal * Implementation
std::string DriverShortName
Read raster file formats using GDAL.
std::string DomainMetaData
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkImageReader2 * New()
a simple class to control print indentation
Superclass of binary file readers.
int FillOutputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
std::vector< std::string > MetaData
std::string DriverLongName
virtual int CanReadFile(const char *vtkNotUsed(fname))
Return non zero if the reader can read the given file name.