#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) |
virtual void | SetMemoryLimit (unsigned long) |
virtual unsigned long | GetMemoryLimit () |
void | SetSplitModeToBlock () |
void | SetSplitModeToXSlab () |
void | SetSplitModeToYSlab () |
void | SetSplitModeToZSlab () |
void | UpdateInformation () |
void | UpdateData (vtkDataObject *out) |
void | TriggerAsynchronousUpdate () |
virtual void | SetIncrementalUpdate (int) |
virtual int | GetIncrementalUpdate () |
virtual void | IncrementalUpdateOn () |
virtual void | IncrementalUpdateOff () |
Static Public Methods | |
vtkImageDataStreamer * | New () |
int | IsTypeOf (const char *type) |
vtkImageDataStreamer * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageDataStreamer () | |
~vtkImageDataStreamer () | |
vtkImageDataStreamer (const vtkImageDataStreamer &) | |
void | operator= (const vtkImageDataStreamer &) |
Protected Attributes | |
unsigned long | MemoryLimit |
int | SplitMode |
int | IncrementalUpdate |
int | ProcessExtent [6] |
int | DataWasPassed |
vtkImageDataStreamerExtentStack | ExtentStack |
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 94 of file vtkImageDataStreamer.h.
|
|
|
Definition at line 139 of file vtkImageDataStreamer.h. |
|
Definition at line 140 of file vtkImageDataStreamer.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageToImageFilter. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Set / Get the memory limit in kilobytes. |
|
|
|
How should the streamer break up extents. Block mode tries to break an extent up into cube blocks. It always chooses the largest axis to split. Slab mode first breaks up the Z axis. If it gets to one slice, then it starts breaking up other axes. Definition at line 109 of file vtkImageDataStreamer.h. |
|
Definition at line 111 of file vtkImageDataStreamer.h. |
|
Definition at line 113 of file vtkImageDataStreamer.h. |
|
Definition at line 115 of file vtkImageDataStreamer.h. |
|
Need to override since this is where the check for incremental will be done Reimplemented from vtkSource. |
|
Need to override since this is where streaming will be done Reimplemented from vtkSource. |
|
Need to override and do nothing since it should be triggered during the update data pass due to streaming Reimplemented from vtkSource. |
|
Is this an incremental streamer? If yes, then each update of this filter will produce another chunk of the output - update must be called multiple times to generate the whole output. If no, then one update produces all of the output. |
|
|
|
|
|
|
|
Definition at line 141 of file vtkImageDataStreamer.h. |
|
Definition at line 143 of file vtkImageDataStreamer.h. |
|
Definition at line 144 of file vtkImageDataStreamer.h. |
|
Definition at line 145 of file vtkImageDataStreamer.h. |
|
Definition at line 146 of file vtkImageDataStreamer.h. |
|
Definition at line 147 of file vtkImageDataStreamer.h. |
|
Definition at line 149 of file vtkImageDataStreamer.h. |