Home
last modified time | relevance | path

Searched refs:GetInterpolationMode (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Scene/
H A DSplinePath.h76 InterpolationMode GetInterpolationMode() const { return spline_.GetInterpolationMode(); } in GetInterpolationMode() function
H A DSplinePath.cpp60 …URHO3D_ENUM_ACCESSOR_ATTRIBUTE("Interpolation Mode", GetInterpolationMode, SetInterpolationMode, I… in RegisterObject()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Scene/
H A DSplinePath.pkg12 InterpolationMode GetInterpolationMode() const;
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageInterpolator.h50 int GetInterpolationMode() { return this->InterpolationMode; } in GetInterpolationMode() function
H A DvtkImageReslice.h370 return (this->GetInterpolationMode() != VTK_RESLICE_NEAREST); }; in GetInterpolate()
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageInterpolator.h54 int GetInterpolationMode() { return this->InterpolationMode; } in GetInterpolationMode() function
H A DvtkImageReslice.h463 return (this->GetInterpolationMode() != VTK_RESLICE_NEAREST); }; in GetInterpolate()
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkImageInterpolator.h50 int GetInterpolationMode() { return this->InterpolationMode; } in GetInterpolationMode() function
H A DvtkImageProbeFilter.cxx270 if (ii && ii->GetInterpolationMode() == VTK_NEAREST_INTERPOLATION) in ProbePoints()
276 else if (ii && ii->GetInterpolationMode() == VTK_LINEAR_INTERPOLATION) in ProbePoints()
H A DvtkImageReslice.h463 int GetInterpolate() { return (this->GetInterpolationMode() != VTK_RESLICE_NEAREST); } in GetInterpolate()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Core/
H A DSpline.h79 InterpolationMode GetInterpolationMode() const { return interpolationMode_; } in GetInterpolationMode() function
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/include/mirtk/
H A DRegisteredImage.h223 enum InterpolationMode GetInterpolationMode() const;
/dports/math/vtk9/VTK-9.1.0/Rendering/VolumeAMR/
H A DvtkAMRVolumeMapper.cxx259 int vtkAMRVolumeMapper::GetInterpolationMode() in GetInterpolationMode() function in vtkAMRVolumeMapper
261 return this->InternalMapper->GetInterpolationMode(); in GetInterpolationMode()
H A DvtkAMRVolumeMapper.h238 int GetInterpolationMode();
/dports/math/vtk8/VTK-8.2.0/Rendering/VolumeAMR/
H A DvtkAMRVolumeMapper.cxx257 int vtkAMRVolumeMapper::GetInterpolationMode() in GetInterpolationMode() function in vtkAMRVolumeMapper
259 return this->InternalMapper->GetInterpolationMode(); in GetInterpolationMode()
H A DvtkAMRVolumeMapper.h226 int GetInterpolationMode();
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeAMR/
H A DvtkAMRVolumeMapper.cxx267 int vtkAMRVolumeMapper::GetInterpolationMode() in GetInterpolationMode() function in vtkAMRVolumeMapper
269 return this->InternalMapper->GetInterpolationMode(); in GetInterpolationMode()
H A DvtkAMRVolumeMapper.h194 int GetInterpolationMode();
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/src/
H A DRegisteredImage.cc261 InterpolationMode RegisteredImage::GetInterpolationMode() const in GetInterpolationMode() function in mirtk::RegisteredImage
352 const auto interp = InterpolationWithoutPadding(GetInterpolationMode()); in Initialize()
384 if (_InputImage->HasBackgroundValue() && IsInterpolationWithPadding(GetInterpolationMode())) { in ComputeInputGradient()
508 if (_InputImage->HasBackgroundValue() && IsInterpolationWithPadding(GetInterpolationMode())) { in ComputeInputHessian()
922 InterpolationMode interp = o->GetInterpolationMode(); in Initialize()
1459 const auto interp = InterpolationWithoutPadding(GetInterpolationMode()); in Update1()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/test/
H A DitkDiscreteGaussianDerivativeImageFunctionTest.cxx107 TEST_SET_GET_VALUE( interpolationMode, function->GetInterpolationMode() ); in itkDiscreteGaussianDerivativeImageFunctionTestND()
H A DitkDiscreteGradientMagnitudeGaussianImageFunctionTest.cxx116 TEST_SET_GET_VALUE( interpolationMode, function->GetInterpolationMode() ); in itkDiscreteGradientMagnitudeGaussianImageFunctionTestND()
H A DitkDiscreteHessianGaussianImageFunctionTest.cxx109 TEST_SET_GET_VALUE( interpolationMode, function->GetInterpolationMode() ); in itkDiscreteHessianGaussianImageFunctionTestND()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DShaderDecl.h342 IGC::SHADER_INTERPOLATION_MODE GetInterpolationMode(
/dports/math/vtk9/VTK-9.1.0/Rendering/Image/
H A DvtkImageResliceMapper.cxx1508 int imode = this->ImageReslice->GetInterpolationMode(); in GetMTime()
1510 useMTime = (imode != this->ImageReslice->GetInterpolationMode()); in GetMTime()
/dports/math/vtk8/VTK-8.2.0/Rendering/Image/
H A DvtkImageResliceMapper.cxx1529 int imode = this->ImageReslice->GetInterpolationMode(); in GetMTime()
1531 useMTime = (imode != this->ImageReslice->GetInterpolationMode()); in GetMTime()

12345678910>>...16