We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e65448 commit c8dabc4Copy full SHA for c8dabc4
src/itkjsonFromIOComponentEnum.cxx
@@ -87,6 +87,10 @@ jsonComponentTypeFromIOComponentEnum(const IOComponentEnum & ioComponent)
87
return JSONComponentTypesEnum::uint32;
88
case IOComponentEnum::INT:
89
return JSONComponentTypesEnum::int32;
90
+ case IOComponentEnum::ULONG:
91
+ return JSONComponentTypesEnum::uint64;
92
+ case IOComponentEnum::LONG:
93
+ return JSONComponentTypesEnum::int64;
94
case IOComponentEnum::ULONGLONG:
95
return JSONComponentTypesEnum::uint64;
96
case IOComponentEnum::LONGLONG:
0 commit comments