Home
last modified time | relevance | path

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

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/test/
H A DitkConvertLabelMapFilterTest1.cxx47 using L2SType = itk::LabelImageToShapeLabelMapFilter< ImageType >; in itkConvertLabelMapFilterTest1() typedef
48 L2SType::Pointer l2s = L2SType::New(); in itkConvertLabelMapFilterTest1()
54 using CastType = itk::ConvertLabelMapFilter< L2SType::OutputImageType, LabelMapType >; in itkConvertLabelMapFilterTest1()
H A DitkLabelImageToShapeLabelMapFilterTest1.cxx48 using L2SType = itk::LabelImageToShapeLabelMapFilter< ImageType, LabelMapType>; in itkLabelImageToShapeLabelMapFilterTest1() typedef
49 L2SType::Pointer l2s = L2SType::New(); in itkLabelImageToShapeLabelMapFilterTest1()
H A DitkConvertLabelMapFilterTest2.cxx54 using L2SType = itk::LabelImageToShapeLabelMapFilter< InputImageType >; in itkConvertLabelMapFilterTest2() typedef
55 L2SType::Pointer l2s = L2SType::New(); in itkConvertLabelMapFilterTest2()
59 using InputShapeLabelMapType = L2SType::OutputImageType; in itkConvertLabelMapFilterTest2()
H A DitkShapeLabelMapFilterGTest.cxx71 using L2SType = itk::LabelImageToShapeLabelMapFilter<ImageType>; in ComputeLabelObject() typedef
72 typename L2SType::Pointer l2s = L2SType::New(); in ComputeLabelObject()