VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Geovis
Core
vtkGeoAlignedImageRepresentation.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkGeoAlignedImageRepresentation.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
=========================================================================*/
15
/*-------------------------------------------------------------------------
16
Copyright 2008 Sandia Corporation.
17
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18
the U.S. Government retains certain rights in this software.
19
-------------------------------------------------------------------------*/
33
#ifndef __vtkGeoAlignedImageRepresentation_h
34
#define __vtkGeoAlignedImageRepresentation_h
35
36
#include "vtkGeovisCoreModule.h"
// For export macro
37
#include "
vtkDataRepresentation.h
"
38
39
class
vtkGeoImageNode
;
40
class
vtkGeoSource
;
41
class
vtkGeoTreeNodeCache
;
42
43
class
VTKGEOVISCORE_EXPORT
vtkGeoAlignedImageRepresentation
:
public
vtkDataRepresentation
44
{
45
public
:
46
static
vtkGeoAlignedImageRepresentation
*
New
();
47
vtkTypeMacro(
vtkGeoAlignedImageRepresentation
,
vtkDataRepresentation
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent);
49
52
virtual
vtkGeoImageNode
* GetBestImageForBounds(
double
bounds[4]);
53
55
57
virtual
vtkGeoSource
* GetSource()
58
{
return
this->GeoSource; }
59
virtual
void
SetSource(
vtkGeoSource
*
source
);
61
66
void
SaveDatabase(
const
char
* path);
67
68
protected
:
69
vtkGeoAlignedImageRepresentation
();
70
~
vtkGeoAlignedImageRepresentation
();
71
73
74
void
SetGeoSource(
vtkGeoSource
*
source
);
75
vtkGeoSource
*
GeoSource
;
77
79
vtkGeoImageNode
*
Root
;
80
82
void
Initialize();
83
85
void
PrintTree(ostream& os,
vtkIndent
indent,
vtkGeoImageNode
* root);
86
87
vtkGeoTreeNodeCache
*
Cache
;
88
89
private
:
90
vtkGeoAlignedImageRepresentation
(
const
vtkGeoAlignedImageRepresentation
&);
// Not implemented
91
void
operator=(
const
vtkGeoAlignedImageRepresentation
&);
// Not implemented
92
};
93
94
#endif
Generated on Thu May 24 2012 22:22:23 for VTK by
1.8.1