VTK
9.2.6
Filters
ParallelVerdict
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
=========================================================================*/
37
38
#ifndef vtkPCellSizeFilter_h
39
#define vtkPCellSizeFilter_h
40
41
#include "
vtkCellSizeFilter.h
"
42
#include "vtkFiltersParallelVerdictModule.h"
// For export macro
43
44
class
VTKFILTERSPARALLELVERDICT_EXPORT
vtkPCellSizeFilter
:
public
vtkCellSizeFilter
45
{
46
public
:
47
vtkTypeMacro(
vtkPCellSizeFilter
,
vtkCellSizeFilter
);
48
static
vtkPCellSizeFilter
*
New
();
49
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
50
51
protected
:
52
vtkPCellSizeFilter
();
53
~vtkPCellSizeFilter
()
override
;
54
56
59
void
ComputeGlobalSum
(
double
sum[4])
override
;
61
62
private
:
63
vtkPCellSizeFilter
(
const
vtkPCellSizeFilter
&) =
delete
;
64
void
operator=(
const
vtkPCellSizeFilter
&) =
delete
;
65
};
66
67
#endif
vtkCellSizeFilter::vtkCellSizeFilter
vtkCellSizeFilter()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:40
vtkPCellSizeFilter::New
static vtkPCellSizeFilter * New()
vtkPCellSizeFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPCellSizeFilter::vtkPCellSizeFilter
vtkPCellSizeFilter()
vtkPCellSizeFilter::ComputeGlobalSum
void ComputeGlobalSum(double sum[4]) override
Method to compute the global sum information.
vtkPCellSizeFilter::~vtkPCellSizeFilter
~vtkPCellSizeFilter() override
vtkCellSizeFilter.h
Generated on Sun Mar 23 2025 00:00:00 for VTK by
1.13.2