VTK  9.1.0
vtkPCellSizeFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPCellSizeFilter.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
38#ifndef vtkPCellSizeFilter_h
39#define vtkPCellSizeFilter_h
40
41#include "vtkCellSizeFilter.h"
42#include "vtkFiltersParallelVerdictModule.h" // For export macro
43
44class VTKFILTERSPARALLELVERDICT_EXPORT vtkPCellSizeFilter : public vtkCellSizeFilter
45{
46public:
49 void PrintSelf(ostream& os, vtkIndent indent) override;
50
51protected:
54
56
59 void ComputeGlobalSum(double sum[4]) override;
61
62private:
64 void operator=(const vtkPCellSizeFilter&) = delete;
65};
66
67#endif
Computes cell sizes.
a simple class to control print indentation
Definition: vtkIndent.h:113
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