VTK
|
Initiates streaming on image data. More...
#include <vtkMemoryLimitImageDataStreamer.h>
Public Types | |
typedef vtkImageDataStreamer | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkMemoryLimitImageDataStreamer * | NewInstance () const |
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 (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkMemoryLimitImageDataStreamer () | |
~vtkMemoryLimitImageDataStreamer () | |
Protected Attributes | |
unsigned long | MemoryLimit |
Initiates streaming on image data.
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 vtkMemoryLimitImageDataStreamer.h.
Reimplemented from vtkImageDataStreamer.
Definition at line 37 of file vtkMemoryLimitImageDataStreamer.h.
vtkMemoryLimitImageDataStreamer::vtkMemoryLimitImageDataStreamer | ( | ) | [protected] |
vtkMemoryLimitImageDataStreamer::~vtkMemoryLimitImageDataStreamer | ( | ) | [inline, protected] |
Definition at line 53 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.
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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkImageDataStreamer.
static vtkMemoryLimitImageDataStreamer* vtkMemoryLimitImageDataStreamer::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkImageDataStreamer.
virtual vtkObjectBase* vtkMemoryLimitImageDataStreamer::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkImageDataStreamer.
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] |
Process a request from the executive. For vtkImageAlgorithm, the request will be delegated to one of the following methods: RequestData, RequestInformation, or RequestUpdateExtent.
Reimplemented from vtkImageDataStreamer.
unsigned long vtkMemoryLimitImageDataStreamer::MemoryLimit [protected] |
Definition at line 53 of file vtkMemoryLimitImageDataStreamer.h.