26#ifndef vtkPCellSizeFilter_h 
   27#define vtkPCellSizeFilter_h 
   30#include "vtkFiltersParallelVerdictModule.h"  
   32VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
Computes cell sizes in parallel.
 
static vtkPCellSizeFilter * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void ComputeGlobalSum(double sum[4]) override
Method to compute the global sum information.
 
~vtkPCellSizeFilter() override