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 =========================================================================*/
31 #ifndef __vtkMultiBlockDataGroupFilter_h
32 #define __vtkMultiBlockDataGroupFilter_h
33 
34 #include "vtkFiltersGeneralModule.h" // For export macro
36 
38 {
39 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
46 
48 
51  void AddInputData(vtkDataObject *);
52  void AddInputData(int, vtkDataObject*);
54 
55 protected:
58 
59  virtual int RequestData(vtkInformation *,
65 
67 
68 private:
70  void operator=(const vtkMultiBlockDataGroupFilter&); // Not implemented.
71 };
72 
73 #endif
74 
75 
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
static vtkMultiBlockDataSetAlgorithm * New()
collects multiple inputs into one multi-group dataset
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKFILTERSGENERAL_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.
general representation of visualization data
Definition: vtkDataObject.h:64
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)