VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
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
28
#include "
vtkMultiBlockDataSetAlgorithm.h
"
29
30
class
VTK_GRAPHICS_EXPORT
vtkMultiBlockDataGroupFilter
:
public
vtkMultiBlockDataSetAlgorithm
31
{
32
public
:
33
vtkTypeMacro(
vtkMultiBlockDataGroupFilter
,
vtkMultiBlockDataSetAlgorithm
);
34
void
PrintSelf
(ostream& os,
vtkIndent
indent);
35
38
static
vtkMultiBlockDataGroupFilter
*
New
();
39
41
45
void
AddInput(
vtkDataObject
*);
46
void
AddInput(
int
,
vtkDataObject
*);
48
49
protected
:
50
vtkMultiBlockDataGroupFilter
();
51
~
vtkMultiBlockDataGroupFilter
();
52
53
virtual
int
RequestData
(
vtkInformation
*,
54
vtkInformationVector
**,
55
vtkInformationVector
*);
56
virtual
int
RequestInformation
(
vtkInformation
*,
57
vtkInformationVector
**,
58
vtkInformationVector
*);
59
60
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
61
62
private
:
63
vtkMultiBlockDataGroupFilter
(
const
vtkMultiBlockDataGroupFilter
&);
// Not implemented.
64
void
operator=(
const
vtkMultiBlockDataGroupFilter
&);
// Not implemented.
65
};
66
67
#endif
68
69
Generated on Thu Mar 13 2014 08:10:02 for VTK by
1.8.1.2