VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkBlankStructuredGridWithImage.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkBlankStructuredGridWithImage.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
=========================================================================*/
34
#ifndef __vtkBlankStructuredGridWithImage_h
35
#define __vtkBlankStructuredGridWithImage_h
36
37
#include "
vtkStructuredGridAlgorithm.h
"
38
39
class
vtkImageData
;
40
41
class
VTK_GRAPHICS_EXPORT
vtkBlankStructuredGridWithImage
:
public
vtkStructuredGridAlgorithm
42
{
43
public
:
44
static
vtkBlankStructuredGridWithImage
*
New
();
45
vtkTypeMacro(
vtkBlankStructuredGridWithImage
,
vtkStructuredGridAlgorithm
);
46
void
PrintSelf
(ostream& os,
vtkIndent
indent);
47
49
50
void
SetBlankingInput(
vtkImageData
*input);
51
vtkImageData
*GetBlankingInput();
53
54
protected
:
55
vtkBlankStructuredGridWithImage
();
56
~
vtkBlankStructuredGridWithImage
();
57
58
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
59
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
60
61
private
:
62
vtkBlankStructuredGridWithImage
(
const
vtkBlankStructuredGridWithImage
&);
// Not implemented.
63
void
operator=(
const
vtkBlankStructuredGridWithImage
&);
// Not implemented.
64
};
65
66
#endif
Generated on Wed Nov 21 2012 21:33:47 for VTK by
1.8.2