#include <vtkPipelineSize.h>
Inheritance diagram for vtkPipelineSize:
Definition at line 34 of file vtkPipelineSize.h.
[NOHEADER] | |
typedef vtkObject | Superclass |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
vtkPipelineSize * | New () |
int | IsTypeOf (const char *type) |
vtkPipelineSize * | SafeDownCast (vtkObject *o) |
Public Member Functions | |
unsigned long | GetEstimatedSize (vtkDataObject *input) |
unsigned long | GetNumberOfSubPieces (unsigned long memoryLimit, vtkPolyDataMapper *mapper) |
Protected Member Functions | |
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]) |
|
Reimplemented from vtkObject. Definition at line 39 of file vtkPipelineSize.h. |
|
Definition at line 58 of file vtkPipelineSize.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject.
|
|
Reimplemented from vtkObject.
|
|
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 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. |
|
|
|
|
|
|
|
|
|
|