16 #ifndef vtkBoundaryMeshQuality_h
17 #define vtkBoundaryMeshQuality_h
19 #include "vtkFiltersVerdictModule.h"
22 VTK_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;
74 #endif // vtkBoundaryMeshQuality_h
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Computes metrics on the boundary faces of a mesh.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.