Home
last modified time | relevance | path

Searched refs:VTK_INTERPOLATE_FLOOR_TOL (Results 1 – 12 of 12) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageInterpolatorInternals.h99 #define VTK_INTERPOLATE_FLOOR_TOL 7.62939453125e-06 macro
105 x += (103079215104.0 + VTK_INTERPOLATE_FLOOR_TOL); in Floor()
110 x += (2147483648.0 + VTK_INTERPOLATE_FLOOR_TOL); in Floor()
120 x += VTK_INTERPOLATE_FLOOR_TOL; in Floor()
131 x += (103079215104.5 + VTK_INTERPOLATE_FLOOR_TOL); in Round()
135 x += (2147483648.5 + VTK_INTERPOLATE_FLOOR_TOL); in Round()
143 return vtkMath::Floor(x + (0.5 + VTK_INTERPOLATE_FLOOR_TOL)); in Round()
H A DvtkImageSincInterpolator.cxx117 if (rowscale > (1.0 + VTK_INTERPOLATE_FLOOR_TOL)) in ComputeSupportSize()
120 rowscale*this->WindowHalfWidth + 1.0 - VTK_INTERPOLATE_FLOOR_TOL); in ComputeSupportSize()
185 if (rowscale > (1.0 + VTK_INTERPOLATE_FLOOR_TOL)) in ComputeSupportSize()
190 rowscale*this->WindowHalfWidth + 1.0 - VTK_INTERPOLATE_FLOOR_TOL); in ComputeSupportSize()
383 VTK_INTERPOLATE_FLOOR_TOL); in InternalUpdate()
386 if (this->BlurFactors[0] > 1.0 + VTK_INTERPOLATE_FLOOR_TOL) in InternalUpdate()
390 if (this->BlurFactors[1] > 1.0 + VTK_INTERPOLATE_FLOOR_TOL) in InternalUpdate()
394 if (this->BlurFactors[2] > 1.0 + VTK_INTERPOLATE_FLOOR_TOL) in InternalUpdate()
1330 VTK_INTERPOLATE_FLOOR_TOL) in BuildKernelLookupTable()
H A DvtkImageResize.cxx206 outDims[i] = static_cast<int>(d + VTK_INTERPOLATE_FLOOR_TOL) + 1; in RequestInformation()
228 outDims[i] = static_cast<int>(d + VTK_INTERPOLATE_FLOOR_TOL) + 1; in RequestInformation()
H A DvtkImageReslice.cxx1215 static double mintol = VTK_INTERPOLATE_FLOOR_TOL; in RequestInformation()
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageInterpolatorInternals.h93 #define VTK_INTERPOLATE_FLOOR_TOL 7.62939453125e-06 macro
99 x += (103079215104.0 + VTK_INTERPOLATE_FLOOR_TOL); in Floor()
110 x += (2147483648.0 + VTK_INTERPOLATE_FLOOR_TOL); in Floor()
120 x += VTK_INTERPOLATE_FLOOR_TOL; in Floor()
131 x += (103079215104.5 + VTK_INTERPOLATE_FLOOR_TOL); in Round()
140 x += (2147483648.5 + VTK_INTERPOLATE_FLOOR_TOL); in Round()
148 return vtkMath::Floor(x + (0.5 + VTK_INTERPOLATE_FLOOR_TOL)); in Round()
H A DvtkImageSincInterpolator.cxx117 if (rowscale > (1.0 + VTK_INTERPOLATE_FLOOR_TOL)) in ComputeSupportSize()
120 rowscale*this->WindowHalfWidth + 1.0 - VTK_INTERPOLATE_FLOOR_TOL); in ComputeSupportSize()
185 if (rowscale > (1.0 + VTK_INTERPOLATE_FLOOR_TOL)) in ComputeSupportSize()
190 rowscale*this->WindowHalfWidth + 1.0 - VTK_INTERPOLATE_FLOOR_TOL); in ComputeSupportSize()
392 VTK_INTERPOLATE_FLOOR_TOL); in InternalUpdate()
395 if (this->BlurFactors[0] > 1.0 + VTK_INTERPOLATE_FLOOR_TOL) in InternalUpdate()
399 if (this->BlurFactors[1] > 1.0 + VTK_INTERPOLATE_FLOOR_TOL) in InternalUpdate()
403 if (this->BlurFactors[2] > 1.0 + VTK_INTERPOLATE_FLOOR_TOL) in InternalUpdate()
1328 VTK_INTERPOLATE_FLOOR_TOL) in BuildKernelLookupTable()
H A DvtkImageResize.cxx202 outDims[i] = static_cast<int>(d + VTK_INTERPOLATE_FLOOR_TOL) + 1; in RequestInformation()
224 outDims[i] = static_cast<int>(d + VTK_INTERPOLATE_FLOOR_TOL) + 1; in RequestInformation()
H A DvtkImageReslice.cxx1212 static double mintol = VTK_INTERPOLATE_FLOOR_TOL; in RequestInformation()
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkImageInterpolatorInternals.h120 #define VTK_INTERPOLATE_FLOOR_TOL 7.62939453125e-06 macro
128 x += (103079215104.0 + VTK_INTERPOLATE_FLOOR_TOL); in Floor()
159 x += (103079215104.5 + VTK_INTERPOLATE_FLOOR_TOL); in Round()
H A DvtkImageSincInterpolator.cxx112 if (rowscale > (1.0 + VTK_INTERPOLATE_FLOOR_TOL)) in ComputeSupportSize()
115 2 * static_cast<int>(rowscale * this->WindowHalfWidth + 1.0 - VTK_INTERPOLATE_FLOOR_TOL); in ComputeSupportSize()
179 if (rowscale > (1.0 + VTK_INTERPOLATE_FLOOR_TOL)) in ComputeSupportSize()
184 2 * static_cast<int>(rowscale * this->WindowHalfWidth + 1.0 - VTK_INTERPOLATE_FLOOR_TOL); in ComputeSupportSize()
374 (fabs(this->BlurFactors[i] - this->LastBlurFactors[i]) >= VTK_INTERPOLATE_FLOOR_TOL); in InternalUpdate()
377 if (this->BlurFactors[0] > 1.0 + VTK_INTERPOLATE_FLOOR_TOL) in InternalUpdate()
381 if (this->BlurFactors[1] > 1.0 + VTK_INTERPOLATE_FLOOR_TOL) in InternalUpdate()
385 if (this->BlurFactors[2] > 1.0 + VTK_INTERPOLATE_FLOOR_TOL) in InternalUpdate()
1285 fabs(this->BlurFactors[i] - this->BlurFactors[0]) < VTK_INTERPOLATE_FLOOR_TOL) in BuildKernelLookupTable()
H A DvtkImageResize.cxx205 outDims[i] = static_cast<int>(d + VTK_INTERPOLATE_FLOOR_TOL) + 1; in RequestInformation()
227 outDims[i] = static_cast<int>(d + VTK_INTERPOLATE_FLOOR_TOL) + 1; in RequestInformation()
H A DvtkImageReslice.cxx1191 static double mintol = VTK_INTERPOLATE_FLOOR_TOL; in RequestInformationBase()