![]()  | 
  
    Isis Developer Reference
    
   | 
 
#include <QString>Go to the source code of this file.
Namespaces | |
| namespace | Isis | 
| This is free and unencumbered software released into the public domain.  | |
Enumerations | |
| enum | Isis::PixelType {  Isis::None = 0 , Isis::UnsignedByte , Isis::SignedByte , Isis::UnsignedWord , Isis::SignedWord , Isis::UnsignedInteger , Isis::SignedInteger , Isis::Real , Isis::Double }  | 
| Enumerations for Isis Pixel Types.  More... | |
Functions | |
| int | Isis::SizeOf (Isis::PixelType pixelType) | 
| Returns the number of bytes of the specified PixelType.  More... | |
| QString | Isis::PixelTypeName (Isis::PixelType pixelType) | 
| Returns string name of PixelType enumeration entered as input parameter.  More... | |
| Isis::PixelType | Isis::PixelTypeEnumeration (const QString &type) | 
| Returns PixelType enumeration given a string.  More... | |