Home
last modified time | relevance | path

Searched refs:AtomicPixelTypeToString (Results 1 – 3 of 3) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/test/
H A DitkIOCommonTest2.cxx25 …std::string unsignedCharPixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_UCHA… in itkIOCommonTest2()
32 std::string charPixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_CHAR); in itkIOCommonTest2()
39 …std::string unsignedShortPixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_USH… in itkIOCommonTest2()
46 std::string shortPixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_SHORT); in itkIOCommonTest2()
53 …std::string unsignedIntPixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_UINT); in itkIOCommonTest2()
60 std::string intPixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_INT); in itkIOCommonTest2()
67 …std::string unsignedLongPixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_ULON… in itkIOCommonTest2()
74 std::string longPixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_LONG); in itkIOCommonTest2()
81 std::string floatPixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_FLOAT); in itkIOCommonTest2()
88 std::string doublePixelType = itk::IOCommon::AtomicPixelTypeToString(itk::IOCommon::ITK_DOUBLE); in itkIOCommonTest2()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/src/
H A DitkIOCommon.cxx53 ::AtomicPixelTypeToString(const AtomicPixelType pixelType) in AtomicPixelTypeToString() function in itk::IOCommon
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/include/
H A DitkIOCommon.h59 static std::string AtomicPixelTypeToString(const AtomicPixelType pixelType);