Home
last modified time | relevance | path

Searched refs:SeparatingDistanceArcLength (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/
H A DvtkEvenlySpacedStreamlines2D.cxx95 this->SeparatingDistanceArcLength = 1; in vtkEvenlySpacedStreamlines2D()
147 this->SeparatingDistanceArcLength = this->ConvertToLength( in RequestData()
190 double deltaOne = this->SeparatingDistanceArcLength / 1000; in RequestData()
345 ijk[0] = floor(point[0] / this->SeparatingDistanceArcLength); in ForEachCell()
392 double testDistance2 = this->SeparatingDistanceArcLength * this->SeparatingDistanceArcLength * in IsLooping()
455 double testDistance2 = this->SeparatingDistanceArcLength * this->SeparatingDistanceArcLength; in IsTooClose()
708 floor(bounds[0]/this->SeparatingDistanceArcLength), in InitializeSuperposedGrid()
709 ceil(bounds[1]/this->SeparatingDistanceArcLength), in InitializeSuperposedGrid()
710 floor(bounds[2]/this->SeparatingDistanceArcLength), in InitializeSuperposedGrid()
711 ceil(bounds[3]/this->SeparatingDistanceArcLength), 0, 0); in InitializeSuperposedGrid()
[all …]
H A DvtkEvenlySpacedStreamlines2D.h345 double SeparatingDistanceArcLength; variable
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkEvenlySpacedStreamlines2D.cxx94 this->SeparatingDistanceArcLength = 1; in vtkEvenlySpacedStreamlines2D()
142 this->SeparatingDistanceArcLength = in RequestData()
184 double deltaOne = this->SeparatingDistanceArcLength / 1000; in RequestData()
346 ijk[0] = floor(point[0] / this->SeparatingDistanceArcLength); in ForEachCell()
347 ijk[1] = floor(point[1] / this->SeparatingDistanceArcLength); in ForEachCell()
388 double testDistance2 = this->SeparatingDistanceArcLength * this->SeparatingDistanceArcLength * in IsLooping()
450 double testDistance2 = this->SeparatingDistanceArcLength * this->SeparatingDistanceArcLength; in IsTooClose()
696 ceil(bounds[1] / this->SeparatingDistanceArcLength), in InitializeSuperposedGrid()
697 floor(bounds[2] / this->SeparatingDistanceArcLength), in InitializeSuperposedGrid()
698 ceil(bounds[3] / this->SeparatingDistanceArcLength), 0, 0); in InitializeSuperposedGrid()
[all …]
H A DvtkEvenlySpacedStreamlines2D.h337 double SeparatingDistanceArcLength; variable