23 #ifndef vtkPipelineSize_h
24 #define vtkPipelineSize_h
26 #include "vtkFiltersParallelModule.h"
58 unsigned long size[3]);
61 unsigned long size[3]);
64 unsigned long *inputSize,
65 unsigned long size[2] );
68 unsigned long *inputSize,
69 unsigned long size[2] );
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
abstract base class for most VTK objects
compute the memory required by a pipeline
void GenericComputeSourcePipelineSize(vtkAlgorithm *src, int outputPort, unsigned long size[3])
void ComputeSourcePipelineSize(vtkAlgorithm *src, int outputPort, unsigned long size[3])
static vtkPipelineSize * New()
void ComputeOutputMemorySize(vtkAlgorithm *src, int outputPort, unsigned long *inputSize, unsigned long size[2])
void GenericComputeOutputMemorySize(vtkAlgorithm *src, int outputPort, unsigned long *inputSize, unsigned long size[2])
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
unsigned long GetEstimatedSize(vtkAlgorithm *input, int inputPort, int connection)
Compute an estimate of how much memory a pipline will require in kibibytes (1024 bytes) This is only ...
unsigned long GetNumberOfSubPieces(unsigned long memoryLimit, vtkPolyDataMapper *mapper)
Determine how many subpieces a mapper should use to fit a target memory limit.
map vtkPolyData to graphics primitives