VTK
vtkMultiBlockDataGroupFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkMultiBlockDataGroupFilter.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=========================================================================*/
32#ifndef vtkMultiBlockDataGroupFilter_h
33#define vtkMultiBlockDataGroupFilter_h
34
35#include "vtkFiltersGeneralModule.h" // For export macro
37
38class VTKFILTERSGENERAL_EXPORT vtkMultiBlockDataGroupFilter : public vtkMultiBlockDataSetAlgorithm
39{
40public:
42 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
43
49
51
59
60protected:
63
64 int RequestInformation(vtkInformation *,
66 vtkInformationVector *) VTK_OVERRIDE;
67 int RequestUpdateExtent(vtkInformation *,
69 vtkInformationVector *) VTK_OVERRIDE;
70 int RequestData(vtkInformation *,
72 vtkInformationVector *) VTK_OVERRIDE;
73
74 int FillInputPortInformation(int port, vtkInformation *info) VTK_OVERRIDE;
75
76private:
78 void operator=(const vtkMultiBlockDataGroupFilter&) VTK_DELETE_FUNCTION;
79};
80
81#endif
82
83
general representation of visualization data
Definition: vtkDataObject.h:65
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
collects multiple inputs into one multi-group dataset
void AddInputData(int, vtkDataObject *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkMultiBlockDataGroupFilter() override
static vtkMultiBlockDataGroupFilter * New()
Construct object with PointIds and CellIds on; and ids being generated as scalars.
void AddInputData(vtkDataObject *)
Assign a data object as input.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447