Home
last modified time | relevance | path

Searched refs:PointMergeTolerance (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkMergeCells.h119 vtkSetClampMacro(PointMergeTolerance, double, 0.0, VTK_DOUBLE_MAX);
120 vtkGetMacro(PointMergeTolerance, double);
206 double PointMergeTolerance; variable
H A DvtkMergeCells.cxx72 this->PointMergeTolerance = 10e-4; in vtkMergeCells()
692 if (this->PointMergeTolerance == 0.0) in MapPointsToIdsUsingLocator()
701 this->Locator->SetTolerance(this->PointMergeTolerance); in MapPointsToIdsUsingLocator()
764 os << indent << "PointMergeTolerance: " << this->PointMergeTolerance << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkMergeCells.h110 vtkSetClampMacro(PointMergeTolerance, float, 0.0, VTK_FLOAT_MAX);
111 vtkGetMacro(PointMergeTolerance, float);
192 float PointMergeTolerance; variable
H A DvtkMergeCells.cxx62 this->PointMergeTolerance = 10e-4; in vtkMergeCells()
666 if (this->PointMergeTolerance == 0.0) in MapPointsToIdsUsingLocator()
757 kd->BuildMapForDuplicatePoints(this->PointMergeTolerance); in MapPointsToIdsUsingLocator()
915 os << indent << "PointMergeTolerance: " << this->PointMergeTolerance << endl; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkMergeCells.h102 vtkSetClampMacro(PointMergeTolerance, float, 0.0, VTK_FLOAT_MAX);
103 vtkGetMacro(PointMergeTolerance, float);
179 float PointMergeTolerance; variable
H A DvtkMergeCells.cxx62 this->PointMergeTolerance = 10e-4; in vtkMergeCells()
669 if (this->PointMergeTolerance == 0.0) in MapPointsToIdsUsingLocator()
760 kd->BuildMapForDuplicatePoints(this->PointMergeTolerance); in MapPointsToIdsUsingLocator()
918 os << indent << "PointMergeTolerance: " << this->PointMergeTolerance << endl; in PrintSelf()