#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 33 of file vtkImageDataStreamer.h.
Public Types | |
typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | Update () |
int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetNumberOfStreamDivisions (int) |
virtual int | GetNumberOfStreamDivisions () |
virtual void | UpdateWholeExtent () |
virtual void | SetExtentTranslator (vtkExtentTranslator *) |
virtual vtkExtentTranslator * | GetExtentTranslator () |
Static Public Member Functions | |
static vtkImageDataStreamer * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageDataStreamer * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageDataStreamer () | |
~vtkImageDataStreamer () | |
Protected Attributes | |
vtkExtentTranslator * | ExtentTranslator |
int | NumberOfStreamDivisions |
int | CurrentDivision |
|
Reimplemented from vtkImageAlgorithm. Reimplemented in vtkMemoryLimitImageDataStreamer. Definition at line 37 of file vtkImageDataStreamer.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Reimplemented from vtkImageAlgorithm. 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 vtkImageAlgorithm. 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 vtkImageAlgorithm. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Reimplemented from vtkImageAlgorithm. 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 vtkImageAlgorithm. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Set how many pieces to divide the input into. void SetNumberOfStreamDivisions(int num); int GetNumberOfStreamDivisions(); |
|
|
|
Bring this algorithm's outputs up-to-date. Reimplemented from vtkAlgorithm. Definition at line 48 of file vtkImageDataStreamer.h. References vtkAlgorithm::Update(). |
|
Bring this algorithm's outputs up-to-date. Reimplemented from vtkAlgorithm. Definition at line 49 of file vtkImageDataStreamer.h. References vtkAlgorithm::UpdateWholeExtent(). |
|
Get the extent translator that will be used to split the requests |
|
|
|
see vtkAlgorithm for details Reimplemented from vtkImageAlgorithm. Reimplemented in vtkMemoryLimitImageDataStreamer. |
|
Definition at line 67 of file vtkImageDataStreamer.h. |
|
Definition at line 68 of file vtkImageDataStreamer.h. |
|
Definition at line 69 of file vtkImageDataStreamer.h. |