20 #ifndef vtkPipelineSize_h 21 #define vtkPipelineSize_h 23 #include "vtkFiltersParallelModule.h" 40 unsigned long GetEstimatedSize(
vtkAlgorithm* input,
int inputPort,
int connection);
48 unsigned long GetNumberOfSubPieces(
49 unsigned long memoryLimit,
vtkAlgorithm* mapper,
int piece,
int numPieces);
53 void GenericComputeSourcePipelineSize(
vtkAlgorithm* src,
int outputPort,
unsigned long size[3]);
54 void ComputeSourcePipelineSize(
vtkAlgorithm* src,
int outputPort,
unsigned long size[3]);
55 void ComputeOutputMemorySize(
56 vtkAlgorithm* src,
int outputPort,
unsigned long* inputSize,
unsigned long size[2]);
57 void GenericComputeOutputMemorySize(
58 vtkAlgorithm* src,
int outputPort,
unsigned long* inputSize,
unsigned long size[2]);
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
compute the memory required by a pipeline
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...