#include <vtkImageDataStreamer.h>
Inheritance diagram for vtkImageDataStreamer:
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 vtkExtentTranslator * | GetExtentTranslator () |
virtual void | SetExtentTranslator (vtkExtentTranslator *) |
Static Public Methods | |
vtkImageDataStreamer * | New () |
int | IsTypeOf (const char *type) |
vtkImageDataStreamer * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageDataStreamer () | |
~vtkImageDataStreamer () | |
Protected Attributes | |
vtkExtentTranslator * | ExtentTranslator |
int | NumberOfStreamDivisions |
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 62 of file vtkImageDataStreamer.h.
|
|
|
|
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageToImageFilter. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 90 of file vtkImageDataStreamer.h. |
|
Definition at line 91 of file vtkImageDataStreamer.h. |