Home
last modified time | relevance | path

Searched refs:GetNthComponent (Results 1 – 17 of 17) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkDefaultConvertPixelTraits.h55 static ComponentType GetNthComponent(int c, const PixelType & pixel) in GetNthComponent() function
56 { return pixel.GetNthComponent(c); } in GetNthComponent()
85 static type GetNthComponent(int, const type pixel) \
161 static ComponentType GetNthComponent(int i, const TargetType pixel) \
203 static ComponentType GetNthComponent(int i, const TargetType & pixel) in GetNthComponent() function
238 static ComponentType GetNthComponent(int i, const TargetType & pixel) in GetNthComponent() function
277 static ComponentType GetNthComponent(int i, const TargetType & pixel) in GetNthComponent() function
H A DitkRGBAPixel.h117 ComponentType GetNthComponent(int c) const { return this->operator[](c); } in GetNthComponent() function
H A DitkRGBPixel.h125 ComponentType GetNthComponent(int c) const { return this->operator[](c); } in GetNthComponent() function
H A DitkSymmetricSecondRankTensor.h166 ComponentType GetNthComponent(int c) const { return this->operator[](c); } in GetNthComponent() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MeshBase/include/
H A DitkMeshConvertPixelTraits.h59 static ComponentType GetNthComponent(int c, const PixelType& pixel) in GetNthComponent() function
60 { return pixel.GetNthComponent(c); } in GetNthComponent()
86 static ComponentType GetNthComponent(int itkNotUsed(c), const type& pixel)\
134 static ComponentType GetNthComponent(int c, const TargetType& pixel) \
175 static ComponentType GetNthComponent(int c, const TargetType& pixel) \
246 static ComponentType GetNthComponent(int c, const TargetType& pixel) \
320 static ComponentType GetNthComponent(int i, TargetType & pixel) \
366 static ComponentType GetNthComponent(int c, const TargetType& pixel) \
H A DitkMeshFileWriter.hxx436 … ( MeshConvertPixelTraits< typename TInputMesh::PixelType >::GetNthComponent( jj, pter.Value() ) ); in CopyPointDataToBuffer()
465 …( MeshConvertPixelTraits< typename TInputMesh::CellPixelType >::GetNthComponent( jj, cter.Value() … in CopyCellDataToBuffer()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/include/
H A DitkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.hxx49 MeasureType diffC = DefaultConvertPixelTraits<FixedImagePixelType>::GetNthComponent(nc, diff); in ProcessPoint()
74 … MeasureType diffValue = DefaultConvertPixelTraits<FixedImagePixelType>::GetNthComponent(nc,diff); in ProcessPoint()
78 DefaultConvertPixelTraits<MovingImageGradientType>::GetNthComponent( in ProcessPoint()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkRGBPixelTest.cxx46 std::cout << "\tpixel[" << i << "] = " << pixel.GetNthComponent(i) << std::endl; in itkRGBPixelTest()
52 std::cout << "\tpixel[" << i << "] = " << pixel.GetNthComponent(i) << std::endl; in itkRGBPixelTest()
63 std::cout << "\tpixel[" << i << "] = " << pixel.GetNthComponent(i) << std::endl; in itkRGBPixelTest()
76 …].GetNthComponent(" << i << ") = " << static_cast<int>(pixelArray[j].GetNthComponent(i)) << std::e… in itkRGBPixelTest()
H A DitkSymmetricSecondRankTensorTest.cxx53 std::cout << "\tpixel[" << i << "] = " << pixel.GetNthComponent(i) << std::endl; in itkSymmetricSecondRankTensorTest()
69 std::cout << "\tpixel[" << i << "] = " << pixel.GetNthComponent(i) << std::endl; in itkSymmetricSecondRankTensorTest()
80 std::cout << "\tpixel[" << i << "] = " << pixel.GetNthComponent(i) << std::endl; in itkSymmetricSecondRankTensorTest()
92 …].GetNthComponent(" << i << ") = " << static_cast<int>(pixelArray[j].GetNthComponent(i)) << std::e… in itkSymmetricSecondRankTensorTest()
H A DitkColorTableTest.cxx56 std::cerr << "Expected: " << rgbPixel.GetNthComponent( i ) <<", but got: " in ColorTableTestExpectedConditionChecker()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/DiffusionTensorImage/test/
H A DitkDiffusionTensor3DTest.cxx53 if (itk::Math::NotExactlyEquals(pixel.GetNthComponent(i), val[i])) in itkDiffusionTensor3DTest()
63 << pixel.GetNthComponent(i) in itkDiffusionTensor3DTest()
69 std::cout << "\tpixel[" << i << "] = " << pixel.GetNthComponent(i) << std::endl; in itkDiffusionTensor3DTest()
86 std::cout << "\tpixel[" << i << "] = " << pixel.GetNthComponent(i) << std::endl; in itkDiffusionTensor3DTest()
97 std::cout << "\tpixel[" << i << "] = " << pixel.GetNthComponent(i) << std::endl; in itkDiffusionTensor3DTest()
109 …].GetNthComponent(" << i << ") = " << static_cast<int>(pixelArray[j].GetNthComponent(i)) << std::e… in itkDiffusionTensor3DTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkCentralDifferenceImageFunction.hxx236 componentDerivative[dim] = InputPixelConvertType::GetNthComponent( nc, *neighPixels[dim][0] ); in EvaluateAtIndexSpecialized()
237 … componentDerivative[dim] -= InputPixelConvertType::GetNthComponent( nc, *neighPixels[dim][1] ); in EvaluateAtIndexSpecialized()
427 OutputValueType left = InputPixelConvertType::GetNthComponent( nc, neighPixels[dim][0] ); in EvaluateSpecialized()
428 OutputValueType right = InputPixelConvertType::GetNthComponent( nc, neighPixels[dim][1] ); in EvaluateSpecialized()
592 componentDerivative[dim] = InputPixelConvertType::GetNthComponent(nc, neighPixels[dim][0] ); in EvaluateAtContinuousIndexSpecialized()
593 componentDerivative[dim] -= InputPixelConvertType::GetNthComponent(nc, neighPixels[dim][1] ); in EvaluateAtContinuousIndexSpecialized()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageAdaptors/include/
H A DitkNthElementPixelAccessor.h71 …{ return static_cast<ExternalType>( DefaultConvertPixelTraits<InternalType>::GetNthComponent( m_El… in Get()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/include/
H A DitkResampleImageFilter.hxx225 ComponentType component = InterpolatorConvertType::GetNthComponent( n, value ); in CastPixelWithBoundsChecking()
315 const ComponentType component = InterpolatorConvertType::GetNthComponent(n, value); in CastPixelWithBoundsChecking()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGradient/include/
H A DitkGradientRecursiveGaussianImageFilter.h219 …componentGradient[dim] = DefaultConvertPixelTraits<OutputPixelType>::GetNthComponent( nc*ImageDime… in TransformOutputPixel()
H A DitkGradientRecursiveGaussianImageFilter.hxx317 DefaultConvertPixelTraits<InternalRealType>::GetNthComponent( in GenerateData()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MeshGifti/src/
H A DitkGiftiMeshIO.cxx1165 m_GiftiImage->labeltable.rgba[kk * 4 + nn] = lt->Value().GetNthComponent(nn); in WriteMeshInformation()