vtkAppendRectilinearGrid.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkAppendRectilinearGrid.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 =========================================================================*/
24 #ifndef vtkAppendRectilinearGrid_h
25 #define vtkAppendRectilinearGrid_h
26 
27 #include "vtkPVVTKExtensionsMiscModule.h" //needed for exports
29 
31 {
32 public:
33  static vtkAppendRectilinearGrid* New();
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37 protected:
39  ~vtkAppendRectilinearGrid() override;
40 
41  // Propagate UPDATE_EXTENT up to the inputs.
43 
44  // Tell the output information about the data this filter will produce.
46 
47  // Perform actual execution.
49 
50  int FillInputPortInformation(int port, vtkInformation* info) override;
51 
52  void CopyArray(
53  vtkAbstractArray* outArray, const int* outExt, vtkAbstractArray* inArray, const int* inExt);
54 
55 private:
57  void operator=(const vtkAppendRectilinearGrid&) = delete;
58 };
59 
60 #endif
static vtkRectilinearGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
virtual int FillInputPortInformation(int port, vtkInformation *info)
appends rectliner grids together.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKPVVTKEXTENSIONSMISC_EXPORT
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void operator=(const vtkObjectBase &)