Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.cxx158 this->OctreeMaxDimSize = 0; in vtkIncrementalOctreePointLocator()
254 double miniDist2 = this->OctreeMaxDimSize * this->OctreeMaxDimSize * 4.0; in FindClosestInsertedPoint()
607 *miniDist2 = this->OctreeMaxDimSize * this->OctreeMaxDimSize * 4.0; in FindClosestPoint()
1092 this->OctreeMaxDimSize = 0.0; in InitPointInsertion()
1099 this->OctreeMaxDimSize = ( dimDiff[i] > this->OctreeMaxDimSize ) in InitPointInsertion()
1108 if ( dimDiff[i] != this->OctreeMaxDimSize ) in InitPointInsertion()
1110 double delta = this->OctreeMaxDimSize - dimDiff[i]; in InitPointInsertion()
1113 dimDiff[i] = this->OctreeMaxDimSize; in InitPointInsertion()
1118 this->FudgeFactor = this->OctreeMaxDimSize * 10e-6; in InitPointInsertion()
1119 double minSideSize = this->OctreeMaxDimSize * 10e-2; in InitPointInsertion()
[all …]
H A DvtkIncrementalOctreePointLocator.h289 double OctreeMaxDimSize; variable
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.cxx159 this->OctreeMaxDimSize = 0; in vtkIncrementalOctreePointLocator()
255 double miniDist2 = this->OctreeMaxDimSize * this->OctreeMaxDimSize * 4.0; in FindClosestInsertedPoint()
603 *miniDist2 = this->OctreeMaxDimSize * this->OctreeMaxDimSize * 4.0; in FindClosestPoint()
1082 this->OctreeMaxDimSize = 0.0; in InitPointInsertion()
1089 this->OctreeMaxDimSize = ( dimDiff[i] > this->OctreeMaxDimSize ) in InitPointInsertion()
1098 if ( dimDiff[i] != this->OctreeMaxDimSize ) in InitPointInsertion()
1100 double delta = this->OctreeMaxDimSize - dimDiff[i]; in InitPointInsertion()
1103 dimDiff[i] = this->OctreeMaxDimSize; in InitPointInsertion()
1108 this->FudgeFactor = this->OctreeMaxDimSize * 10e-6; in InitPointInsertion()
1109 double minSideSize = this->OctreeMaxDimSize * 10e-2; in InitPointInsertion()
[all …]
H A DvtkIncrementalOctreePointLocator.h326 double OctreeMaxDimSize; variable
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.cxx154 this->OctreeMaxDimSize = 0; in vtkIncrementalOctreePointLocator()
242 double miniDist2 = this->OctreeMaxDimSize * this->OctreeMaxDimSize * 4.0; in FindClosestInsertedPoint()
592 *miniDist2 = this->OctreeMaxDimSize * this->OctreeMaxDimSize * 4.0; in FindClosestPoint()
1065 this->OctreeMaxDimSize = 0.0; in InitPointInsertion()
1072 this->OctreeMaxDimSize = in InitPointInsertion()
1073 (dimDiff[i] > this->OctreeMaxDimSize) ? dimDiff[i] : this->OctreeMaxDimSize; in InitPointInsertion()
1081 if (dimDiff[i] != this->OctreeMaxDimSize) in InitPointInsertion()
1086 dimDiff[i] = this->OctreeMaxDimSize; in InitPointInsertion()
1091 this->FudgeFactor = this->OctreeMaxDimSize * 10e-6; in InitPointInsertion()
1092 double minSideSize = this->OctreeMaxDimSize * 10e-2; in InitPointInsertion()
[all …]
H A DvtkIncrementalOctreePointLocator.h344 double OctreeMaxDimSize; variable