31#ifndef __vtkboneVerifyUnstructuredGrid_h
32#define __vtkboneVerifyUnstructuredGrid_h
50 vtkSetMacro(Tolerance,
double);
51 vtkGetMacro(Tolerance,
double);
verifies the consistency of vtkUnstructuredGrid objects.
int CheckVoxelTopology(vtkUnstructuredGrid *ug, vtkIdType cellId)
static vtkboneVerifyUnstructuredGrid * New()
int VectorsEqual(double a[3], double b[3])
~vtkboneVerifyUnstructuredGrid()
vtkboneVerifyUnstructuredGrid()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
void PrintSelf(ostream &os, vtkIndent indent) override
int VectorsAligned(double a[3], double b[3])