An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <QString>
#include "gdal_priv.h"
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. | |
QString | Isis::PixelTypeName (Isis::PixelType pixelType) |
Returns string name of PixelType enumeration entered as input parameter. | |
Isis::PixelType | Isis::PixelTypeEnumeration (const QString &type) |
Returns PixelType enumeration given a string. | |
Isis::PixelType | Isis::GdalPixelToIsis (GDALDataType type) |
GDALDataType | Isis::IsisPixelToGdal (Isis::PixelType type) |