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 =========================================================================*/
25 #ifndef __vtkMultiBlockDataGroupFilter_h
26 #define __vtkMultiBlockDataGroupFilter_h
27 
29 
31 {
32 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
39 
41 
45  void AddInput(vtkDataObject *);
46  void AddInput(int, vtkDataObject*);
48 
49 protected:
52 
53  virtual int RequestData(vtkInformation *,
56  virtual int RequestInformation(vtkInformation*,
59 
61 
62 private:
64  void operator=(const vtkMultiBlockDataGroupFilter&); // Not implemented.
65 };
66 
67 #endif
68 
69 
#define VTK_GRAPHICS_EXPORT
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
collects multiple inputs into one multi-group dataset
a simple class to control print indentation
Definition: vtkIndent.h:37
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:70
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)