16#ifndef vtkBoundaryMeshQuality_h
17#define vtkBoundaryMeshQuality_h
19#include "vtkFiltersVerdictModule.h"
22VTK_ABI_NAMESPACE_BEGIN
34 vtkSetMacro(DistanceFromCellCenterToFaceCenter,
bool);
35 vtkGetMacro(DistanceFromCellCenterToFaceCenter,
bool);
36 vtkBooleanMacro(DistanceFromCellCenterToFaceCenter,
bool);
43 vtkSetMacro(DistanceFromCellCenterToFacePlane,
bool);
44 vtkGetMacro(DistanceFromCellCenterToFacePlane,
bool);
45 vtkBooleanMacro(DistanceFromCellCenterToFacePlane,
bool);
53 vtkSetMacro(AngleFaceNormalAndCellCenterToFaceCenterVector,
bool);
54 vtkGetMacro(AngleFaceNormalAndCellCenterToFaceCenterVector,
bool);
55 vtkBooleanMacro(AngleFaceNormalAndCellCenterToFaceCenterVector,
bool);
68 bool DistanceFromCellCenterToFaceCenter =
true;
69 bool DistanceFromCellCenterToFacePlane =
true;
70 bool AngleFaceNormalAndCellCenterToFaceCenterVector =
true;
Computes metrics on the boundary faces of a mesh.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkBoundaryMeshQuality * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkBoundaryMeshQuality() override
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.