VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
demarle
Source
VTK
release
8.2
build
Utilities
Doxygen
dox
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
29
class
VTKIOGDAL_EXPORT
vtkGDAL
:
public
vtkObject
30
{
31
public
:
32
vtkTypeMacro(
vtkGDAL
,
vtkObject
);
33
// Key used to put GDAL map projection string in the output information
34
// by readers.
35
static
vtkInformationStringKey
* MAP_PROJECTION();
36
37
protected
:
38
39
private
:
40
vtkGDAL
();
// Static class
41
~
vtkGDAL
()
override
;
42
vtkGDAL
(
const
vtkGDAL
&) =
delete
;
43
void
operator=(
const
vtkGDAL
&) =
delete
;
44
};
45
46
#endif // vtkGDAL_h
47
// VTK-HeaderTest-Exclude: vtkGDAL.h
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:59
vtkInformationStringKey
Key for string values in vtkInformation.
Definition:
vtkInformationStringKey.h:36
vtkGDAL
Shared data for GDAL classes.
Definition:
vtkGDAL.h:29
vtkObject.h
Generated by
1.8.11