#include <vtkMemoryLimitImageDataStreamer.h>
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 32 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 | |
static vtkMemoryLimitImageDataStreamer * | New () |
static int | IsTypeOf (const char *type) |
static vtkMemoryLimitImageDataStreamer * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMemoryLimitImageDataStreamer () | |
~vtkMemoryLimitImageDataStreamer () | |
Protected Attributes | |
unsigned long | MemoryLimit |
Reimplemented from vtkImageDataStreamer.
Definition at line 36 of file vtkMemoryLimitImageDataStreamer.h.
vtkMemoryLimitImageDataStreamer::vtkMemoryLimitImageDataStreamer | ( | ) | [protected] |
vtkMemoryLimitImageDataStreamer::~vtkMemoryLimitImageDataStreamer | ( | ) | [inline, protected] |
Definition at line 52 of file vtkMemoryLimitImageDataStreamer.h.
static vtkMemoryLimitImageDataStreamer* vtkMemoryLimitImageDataStreamer::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkImageDataStreamer.
virtual const char* vtkMemoryLimitImageDataStreamer::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkImageDataStreamer.
static int vtkMemoryLimitImageDataStreamer::IsTypeOf | ( | const char * | name | ) | [static] |
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.
virtual int vtkMemoryLimitImageDataStreamer::IsA | ( | const char * | name | ) | [virtual] |
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.
static vtkMemoryLimitImageDataStreamer* vtkMemoryLimitImageDataStreamer::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkImageDataStreamer.
void vtkMemoryLimitImageDataStreamer::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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.
virtual void vtkMemoryLimitImageDataStreamer::SetMemoryLimit | ( | unsigned | long | ) | [virtual] |
Set / Get the memory limit in kilobytes.
virtual unsigned long vtkMemoryLimitImageDataStreamer::GetMemoryLimit | ( | ) | [virtual] |
Set / Get the memory limit in kilobytes.
int vtkMemoryLimitImageDataStreamer::ProcessRequest | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [virtual] |
see vtkAlgorithm for details
Reimplemented from vtkImageDataStreamer.
unsigned long vtkMemoryLimitImageDataStreamer::MemoryLimit [protected] |
Definition at line 52 of file vtkMemoryLimitImageDataStreamer.h.