VTK
vtkImageStencilAlgorithm.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageStencilAlgorithm.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 =========================================================================*/
26 #ifndef vtkImageStencilAlgorithm_h
27 #define vtkImageStencilAlgorithm_h
28 
29 
30 #include "vtkImagingCoreModule.h" // For export macro
31 #include "vtkAlgorithm.h"
32 
34 
36 {
37 public:
40 
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
44 
48 
50 
55 
56 protected:
59 
67 
69 
70 private:
71  vtkImageStencilAlgorithm(const vtkImageStencilAlgorithm&); // Not implemented.
72  void operator=(const vtkImageStencilAlgorithm&); // Not implemented.
73 };
74 
75 #endif
vtkImageStencilAlgorithm
producer of vtkImageStencilData
Definition: vtkImageStencilAlgorithm.h:36
vtkImageStencilAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkAlgorithm
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:62
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageStencilAlgorithm::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageStencilAlgorithm::SetOutput
void SetOutput(vtkImageStencilData *output)
vtkImageStencilAlgorithm::ProcessRequest
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkAlgorithm.h
vtkImageStencilAlgorithm::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkImageStencilAlgorithm::New
static vtkImageStencilAlgorithm * New()
vtkImageStencilAlgorithm::vtkImageStencilAlgorithm
vtkImageStencilAlgorithm()
vtkImageStencilAlgorithm::FillOutputPortInformation
virtual int FillOutputPortInformation(int, vtkInformation *)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkImageStencilAlgorithm::AllocateOutputData
vtkImageStencilData * AllocateOutputData(vtkDataObject *out, int *updateExt)
vtkImageStencilData
efficient description of an image stencil
Definition: vtkImageStencilData.h:37
vtkImagingCoreModule.h
vtkImageStencilAlgorithm::~vtkImageStencilAlgorithm
~vtkImageStencilAlgorithm()
vtkImageStencilAlgorithm::GetOutput
vtkImageStencilData * GetOutput()
VTKIMAGINGCORE_EXPORT
#define VTKIMAGINGCORE_EXPORT
Definition: vtkImagingCoreModule.h:15
vtkDataObject
general representation of visualization data
Definition: vtkDataObject.h:65
vtkImageStencilAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)