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  =========================================================================*/
27 #ifndef vtkImageToStructuredGrid_h
28 #define vtkImageToStructuredGrid_h
29 
30 #include "vtkCommonExecutionModelModule.h" // For export macro
32 
33 class vtkStructuredGrid;
34 class vtkImageData;
35 class vtkInformation;
37 
38 class VTKCOMMONEXECUTIONMODEL_EXPORT vtkImageToStructuredGrid:
40 {
41  public:
44  void PrintSelf(ostream &oss, vtkIndent indent ) override;
45 
46  protected:
49 
51  vtkInformation* request,
52  vtkInformationVector** inputVector,
53  vtkInformationVector* outputVector ) override;
54 
56 
62 
65 
66  private:
68  const vtkImageToStructuredGrid& ) = delete;
69  void operator=(const vtkImageToStructuredGrid&) = delete;
70 
71 
72 };
73 
74 #endif /* VTKIMAGEDATATOSTRUCTUREDGRIDFILTER_H_ */
vtkStructuredGridAlgorithm.h
vtkImageToStructuredGrid::vtkImageToStructuredGrid
vtkImageToStructuredGrid()
vtkImageToStructuredGrid::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkStructuredGridAlgorithm
Superclass for algorithms that produce only structured grid as output.
Definition: vtkStructuredGridAlgorithm.h:42
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkImageToStructuredGrid
Definition: vtkImageToStructuredGrid.h:40
vtkStructuredGrid
topologically regular array of data
Definition: vtkStructuredGrid.h:64
vtkImageToStructuredGrid::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkImageToStructuredGrid::FillInputPortInformation
int FillInputPortInformation(int, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkImageToStructuredGrid::PrintSelf
void PrintSelf(ostream &oss, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageToStructuredGrid::CopyPointData
void CopyPointData(vtkImageData *, vtkStructuredGrid *)
Helper function to copy point/cell data from image to grid.
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkImageToStructuredGrid::~vtkImageToStructuredGrid
~vtkImageToStructuredGrid() override
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkImageToStructuredGrid::New
static vtkImageToStructuredGrid * New()
vtkImageToStructuredGrid::CopyCellData
void CopyCellData(vtkImageData *, vtkStructuredGrid *)