Documentation for vtkImageInPlaceFilter

vtkImageInPlaceFilter - Filter that operates in place.

Super Class: vtkImageFilter

Description:

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:

vtkImageFilter vtImageMultipleInputFilter vtkImageTwoInputFilter vtkImageTwoOutputFilter

 

Methods:

static vtkImageInPlaceFilter *New ()
const char *GetClassName ()
void InternalUpdate (vtkImageData *)
void RecursiveStreamUpdate (vtkImageData * ,int )
void CopyData (vtkImageData * ,vtkImageData *)

 

Detailed Method Descriptions:

This method is called by the cache. It eventually calls the Execute(vtkImageData *, vtkImageData *) method. ImageInformation has already been updated by this point, and outRegion is in local coordinates. This method will stream to get the input. Only the UpdateExtent from output will get updated.

void InternalUpdate (vtkImageData *)