#include <vtkMemoryLimitImageDataStreamer.h>
Inheritance diagram for vtkMemoryLimitImageDataStreamer:
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 43 of file vtkMemoryLimitImageDataStreamer.h.
Public Types | |
typedef vtkImageDataStreamer | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | ProcessRequest (vtkInformation *, vtkInformationVector *, vtkInformationVector *) |
virtual void | SetMemoryLimit (unsigned long) |
virtual unsigned long | GetMemoryLimit () |
Static Public Member Functions | |
vtkMemoryLimitImageDataStreamer * | New () |
int | IsTypeOf (const char *type) |
vtkMemoryLimitImageDataStreamer * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMemoryLimitImageDataStreamer () | |
~vtkMemoryLimitImageDataStreamer () | |
Protected Attributes | |
unsigned long | MemoryLimit |
|
Reimplemented from vtkImageDataStreamer. Definition at line 47 of file vtkMemoryLimitImageDataStreamer.h. |
|
|
|
Definition at line 63 of file vtkMemoryLimitImageDataStreamer.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageDataStreamer. |
|
Reimplemented from vtkImageDataStreamer. |
|
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 vtkImageDataStreamer. |
|
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 vtkImageDataStreamer. |
|
Reimplemented from vtkImageDataStreamer. |
|
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 vtkImageDataStreamer. |
|
Set / Get the memory limit in kilobytes. |
|
Set / Get the memory limit in kilobytes. |
|
Transform pipeline requests from executives into old-style pipeline calls. This works with the vtkStreamingDemandDrivenPipeline executive to maintain backward compatibility for filters written as subclasses of vtkSource. Reimplemented from vtkImageDataStreamer. |
|
Definition at line 65 of file vtkMemoryLimitImageDataStreamer.h. |