70 if(pixelType ==
Isis::Real)
return sizeof(float);
106 QString temp = type.toUpper();
107 if(temp ==
"UNSIGNEDBYTE" || temp ==
"8BIT" || temp ==
"8-BIT")
return Isis::UnsignedByte;
Definition: PixelType.h:49
Definition: PixelType.h:51
Definition: PixelType.h:46
Definition: PixelType.h:45
int SizeOf(Isis::PixelType pixelType)
Returns the number of bytes of the specified PixelType.
Definition: PixelType.h:62
QString PixelTypeName(Isis::PixelType pixelType)
Returns string name of PixelType enumeration entered as input parameter.
Definition: PixelType.h:82
PixelType
Enumerations for Isis Pixel Types.
Definition: PixelType.h:43
Isis::PixelType PixelTypeEnumeration(const QString &type)
Returns PixelType enumeration given a string.
Definition: PixelType.h:105
Definition: PixelType.h:47
Definition: PixelType.h:50
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Definition: PixelType.h:52
Definition: PixelType.h:44
Definition: PixelType.h:48