Filter that operates in place.
More...
#include <vtkImageInPlaceFilter.h>
Inherits vtkImageAlgorithm.
Filter that operates in place.
vtkImageInPlaceFilter is a filter super class that operates directly on the input region. The data is copied if the requested region has different extent than the input region or some other object is referencing the input region.
- See Also
- vtkImageToImageFilter vtkImageMultipleInputFilter vtkImageTwoInputFilter
Definition at line 32 of file vtkImageInPlaceFilter.h.
vtkImageInPlaceFilter::vtkImageInPlaceFilter |
( |
| ) |
|
|
protected |
vtkImageInPlaceFilter::~vtkImageInPlaceFilter |
( |
| ) |
|
|
protected |
virtual const char* vtkImageInPlaceFilter::GetClassName |
( |
| ) |
|
|
virtual |
static int vtkImageInPlaceFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageInPlaceFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
void vtkImageInPlaceFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
The documentation for this class was generated from the following file: