VTK  9.2.6
vtkUnstructuredGridToExplicitStructuredGrid.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkUnstructuredGridToExplicitStructuredGrid.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 =========================================================================*/
25 #ifndef vtkUnstructuredGridToExplicitStructuredGrid_h
26 #define vtkUnstructuredGridToExplicitStructuredGrid_h
27 
29 #include "vtkFiltersCoreModule.h" // For export macro
30 
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
40 
44  vtkSetVector6Macro(WholeExtent, int);
45  vtkGetVector6Macro(WholeExtent, int);
47 
48 protected:
50  ~vtkUnstructuredGridToExplicitStructuredGrid() override = default;
51 
55 
56  int WholeExtent[6];
57 
58 private:
61  void operator=(const vtkUnstructuredGridToExplicitStructuredGrid&) = delete;
62 };
63 
64 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Store vtkAlgorithm input/output information.
static vtkExplicitStructuredGridAlgorithm * New()
Filter which converts an unstructured grid data into an explicit structured grid. ...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
Definition: vtkIndent.h:39
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store zero or more vtkInformation instances.
Superclass for algorithms that produce only explicit structured grid as output.