Generic superclass for filters that have two inputs.
More...
#include <vtkImageTwoInputFilter.h>
Inherits vtkImageMultipleInputFilter.
Generic superclass for filters that have two inputs.
vtkImageTwoInputFilter handles two inputs. It is just a subclass of vtkImageMultipleInputFilter with some methods that are specific to two inputs. Although the inputs are labeled input1 and input2, they are stored in an array indexed starting at 0.
Definition at line 30 of file vtkImageTwoInputFilter.h.
vtkImageTwoInputFilter::vtkImageTwoInputFilter |
( |
| ) |
|
|
protected |
vtkImageTwoInputFilter::~vtkImageTwoInputFilter |
( |
| ) |
|
|
inlineprotected |
virtual const char* vtkImageTwoInputFilter::GetClassName |
( |
| ) |
|
|
virtual |
static int vtkImageTwoInputFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageTwoInputFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
void vtkImageTwoInputFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageTwoInputFilter::SetInput1 |
( |
vtkImageData * |
input | ) |
|
|
virtual |
Set the Input1 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used.
virtual void vtkImageTwoInputFilter::SetInput2 |
( |
vtkImageData * |
input | ) |
|
|
virtual |
Set the Input2 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used.
Get the inputs to this filter.
Get the inputs to this filter.
The documentation for this class was generated from the following file: