VTK
vtkImageToStructuredGrid.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageDataToStructuredGridFilter.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 VTKIMAGEDATATOSTRUCTUREDGRIDFILTER_H_
27 #define VTKIMAGEDATATOSTRUCTUREDGRIDFILTER_H_
28 
29 #include "vtkCommonExecutionModelModule.h" // For export macro
31 
32 class vtkStructuredGrid;
33 class vtkImageData;
34 class vtkInformation;
36 
39 {
40  public:
43  void PrintSelf(ostream &oss, vtkIndent indent );
44 
45  protected:
48 
49  virtual int RequestData(
50  vtkInformation* request,
51  vtkInformationVector** inputVector,
52  vtkInformationVector* outputVector );
53 
55 
59 
62 
63  private:
65  const vtkImageToStructuredGrid& ); //Not implemented
66  void operator=(const vtkImageToStructuredGrid&);//Not implemented
67 
68 
69 };
70 
71 #endif /* VTKIMAGEDATATOSTRUCTUREDGRIDFILTER_H_ */
vtkStructuredGridAlgorithm.h
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition: vtkCommonExecutionModelModule.h:15
vtkImageToStructuredGrid::vtkImageToStructuredGrid
vtkImageToStructuredGrid()
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
vtkImageToStructuredGrid
Definition: vtkImageToStructuredGrid.h:39
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkStructuredGrid
topologically regular array of data
Definition: vtkStructuredGrid.h:63
vtkCommonExecutionModelModule.h
vtkImageToStructuredGrid::~vtkImageToStructuredGrid
virtual ~vtkImageToStructuredGrid()
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkImageToStructuredGrid::CopyPointData
void CopyPointData(vtkImageData *, vtkStructuredGrid *)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkImageToStructuredGrid::New
static vtkImageToStructuredGrid * New()
vtkImageToStructuredGrid::CopyCellData
void CopyCellData(vtkImageData *, vtkStructuredGrid *)
vtkImageToStructuredGrid::PrintSelf
void PrintSelf(ostream &oss, vtkIndent indent)
vtkImageToStructuredGrid::FillOutputPortInformation
virtual int FillOutputPortInformation(int, vtkInformation *info)
vtkImageToStructuredGrid::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkImageToStructuredGrid::FillInputPortInformation
virtual int FillInputPortInformation(int, vtkInformation *info)