VTK
9.0.1
IO
GDAL
vtkGDAL.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkGDAL.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
21
#ifndef vtkGDAL_h
22
#define vtkGDAL_h
23
24
#include "
vtkObject.h
"
25
#include <vtkIOGDALModule.h>
// For export macro
26
27
class
vtkInformationStringKey
;
28
class
vtkInformationIntegerVectorKey
;
29
30
class
VTKIOGDAL_EXPORT
vtkGDAL
:
public
vtkObject
31
{
32
public
:
33
vtkTypeMacro(
vtkGDAL
,
vtkObject
);
34
// Key used to put GDAL map projection string in the output information
35
// by readers.
36
static
vtkInformationStringKey
* MAP_PROJECTION();
37
static
vtkInformationIntegerVectorKey
* FLIP_AXIS();
38
39
protected
:
40
private
:
41
vtkGDAL
();
// Static class
42
~
vtkGDAL
()
override
;
43
vtkGDAL
(
const
vtkGDAL
&) =
delete
;
44
void
operator=(
const
vtkGDAL
&) =
delete
;
45
};
46
47
#endif // vtkGDAL_h
48
// VTK-HeaderTest-Exclude: vtkGDAL.h
vtkInformationStringKey
Key for string values in vtkInformation.
Definition:
vtkInformationStringKey.h:33
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:62
vtkObject.h
vtkGDAL
Shared data for GDAL classes.
Definition:
vtkGDAL.h:30
vtkInformationIntegerVectorKey
Key for integer vector values.
Definition:
vtkInformationIntegerVectorKey.h:31
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17