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 <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. | |
Functions | |
QString | Isis::LabelAttachmentName (Cube::LabelAttachment labelType) |
Return the string representation of the contents of a variable of type LabelAttachment. | |
Cube::LabelAttachment | Isis::LabelAttachmentEnumeration (const QString &labelType) |
Return the appropriate LabelType depending on which of the valid values the argument spells. | |