#include <vtkPipelineSize.h>
Inheritance diagram for vtkPipelineSize:
[NOHEADER] | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
vtkPipelineSize * | New () |
int | IsTypeOf (const char *type) |
vtkPipelineSize * | SafeDownCast (vtkObject *o) |
Public Methods | |
unsigned long | GetEstimatedSize (vtkDataObject *input) |
unsigned long | GetNumberOfSubPieces (unsigned long memoryLimit, vtkPolyDataMapper *mapper) |
Protected Methods | |
vtkPipelineSize () | |
void | GenericComputeSourcePipelineSize (vtkSource *src, vtkDataObject *output, unsigned long size[3]) |
void | ComputeSourcePipelineSize (vtkSource *src, vtkDataObject *output, unsigned long size[3]) |
void | ComputeOutputMemorySize (vtkSource *src, vtkDataObject *output, unsigned long *inputSize, unsigned long size[2]) |
void | GenericComputeOutputMemorySize (vtkSource *src, vtkDataObject *output, unsigned long *inputSize, unsigned long size[2]) |
void | ComputeDataPipelineSize (vtkDataObject *input, unsigned long sizes[3]) |
Definition at line 57 of file vtkPipelineSize.h.
|
Definition at line 80 of file vtkPipelineSize.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
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 vtkObject. |
|
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 vtkObject. |
|
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 vtkObject. |
|
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 vtkObject. |
|
Compute an estimate of how much memory a pipline will require in kilobytes (1024 bytes not 1000) This is only an estimate and the calculations in here do not take into account the specifics of many sources and filters. |
|
Determine how many subpieces a mapper should use to fit a target memory limit. This takes into account the mapper's Piece and NumberOfPieces. |
|
|
|
|
|
|
|
|
|
|