VTK
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 "vtkFiltersGeneralModule.h" // For export macro
39 
40 class vtkImageData;
41 
43 {
44 public:
47  void PrintSelf(ostream& os, vtkIndent indent);
48 
50 
54 
55 protected:
58 
61 
62 private:
64  void operator=(const vtkBlankStructuredGridWithImage&); // Not implemented.
65 };
66 
67 #endif
vtkBlankStructuredGridWithImage::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkStructuredGridAlgorithm.h
vtkBlankStructuredGridWithImage::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkStructuredGridAlgorithm
Superclass for algorithms that produce only structured grid as output.
Definition: vtkStructuredGridAlgorithm.h:41
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkBlankStructuredGridWithImage::~vtkBlankStructuredGridWithImage
~vtkBlankStructuredGridWithImage()
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkBlankStructuredGridWithImage
blank a structured grid with an image
Definition: vtkBlankStructuredGridWithImage.h:43
vtkBlankStructuredGridWithImage::New
static vtkBlankStructuredGridWithImage * New()
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkBlankStructuredGridWithImage::vtkBlankStructuredGridWithImage
vtkBlankStructuredGridWithImage()
vtkFiltersGeneralModule.h
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkBlankStructuredGridWithImage::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkBlankStructuredGridWithImage::GetBlankingInput
vtkImageData * GetBlankingInput()
vtkBlankStructuredGridWithImage::SetBlankingInputData
void SetBlankingInputData(vtkImageData *input)