#include <vtkImageDataStreamer.h>
Inheritance diagram for vtkImageDataStreamer:
To satisfy a request, this filter calls update on its input many times with smaller update extents. All processing up stream streams smaller pieces.
Definition at line 52 of file vtkImageDataStreamer.h.
Public Types | |
typedef vtkImageToImageFilter | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | UpdateData (vtkDataObject *out) |
virtual void | SetNumberOfStreamDivisions (int) |
virtual int | GetNumberOfStreamDivisions () |
virtual void | SetExtentTranslator (vtkExtentTranslator *) |
virtual vtkExtentTranslator * | GetExtentTranslator () |
Static Public Methods | |
vtkImageDataStreamer * | New () |
int | IsTypeOf (const char *type) |
vtkImageDataStreamer * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageDataStreamer () | |
~vtkImageDataStreamer () | |
Protected Attributes | |
vtkExtentTranslator * | ExtentTranslator |
int | NumberOfStreamDivisions |
|
Reimplemented from vtkImageToImageFilter. Reimplemented in vtkMemoryLimitImageDataStreamer. Definition at line 56 of file vtkImageDataStreamer.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Reimplemented from vtkImageToImageFilter. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Reimplemented from vtkImageToImageFilter. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageToImageFilter. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Set how many pieces to divide the input into. void SetNumberOfStreamDivisions(int num); int GetNumberOfStreamDivisions(); |
|
Set how many pieces to divide the input into. void SetNumberOfStreamDivisions(int num); int GetNumberOfStreamDivisions(); |
|
Need to override since this is where streaming will be done Reimplemented from vtkSource. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Get the extent translator that will be used to split the requests |
|
Get the extent translator that will be used to split the requests |
|
Definition at line 80 of file vtkImageDataStreamer.h. |
|
Definition at line 81 of file vtkImageDataStreamer.h. |