Isis Developer Reference
|
#include <typeinfo>
#include <QDebug>
#include <QStringList>
#include "Cube.h"
#include "Endian.h"
#include "FileName.h"
#include "IException.h"
#include "PixelType.h"
Go to the source code of this file.
Classes | |
class | Isis::CubeAttribute< ChildClass > |
Parent class for CubeAttributeInput and CubeAttributeOutput. More... | |
class | Isis::CubeAttributeInput |
Manipulate and parse attributes of input cube filenames. More... | |
class | Isis::CubeAttributeOutput |
Manipulate and parse attributes of output cube filenames. More... | |
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Enumerations | |
enum | Isis::LabelAttachment { Isis::AttachedLabel , Isis::DetachedLabel , Isis::ExternalLabel } |
Input cube label type tracker. More... | |
Functions | |
QString | Isis::LabelAttachmentName (LabelAttachment labelType) |
Return the string representation of the contents of a variable of type LabelAttachment. | |
LabelAttachment | Isis::LabelAttachmentEnumeration (const QString &labelType) |
Return the appropriate LabelType depending on which of the valid values the argument spells. | |