File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef IsisGuiOutputAttribute_h
2 #define IsisGuiOutputAttribute_h
12 #include <QRadioButton>
42 QString &newAttribute,
50 QRadioButton *p_propagate;
51 QRadioButton *p_unsignedByte;
52 QRadioButton *p_signedWord;
53 QRadioButton *p_unsignedWord;
54 QRadioButton *p_signedInteger;
55 QRadioButton *p_unsignedInteger;
59 QRadioButton *p_attached;
60 QRadioButton *p_detached;
61 QRadioButton *p_tiled;
65 bool p_propagationEnabled;
QString GetAttributes()
Definition: GuiOutputAttribute.cpp:197
@ UnsignedWord
Definition: PixelType.h:31
Manipulate and parse attributes of output cube filenames.
Definition: CubeAttribute.h:473
void SetAttributes(const QString &value)
Definition: GuiOutputAttribute.cpp:231
@ SignedWord
Definition: PixelType.h:32
void SetPropagation(bool enabled)
Do we allow propagation.
Definition: GuiOutputAttribute.cpp:283
@ AttachedLabel
The input label is embedded in the image file.
Definition: CubeAttribute.h:32
@ Tile
Cubes are stored in tile format, that is the order of the pixels in the file (on disk) is BSQ within ...
Definition: Cube.h:232
PixelType pixelType() const
Return the pixel type as an Isis::PixelType.
Definition: CubeAttribute.cpp:360
~GuiOutputAttribute()
Definition: GuiOutputAttribute.cpp:193
bool propagateMinimumMaximum() const
Return true if the min/max are to be propagated from an input cube.
Definition: CubeAttribute.cpp:177
Definition: GuiOutputAttribute.h:29
GuiOutputAttribute(QWidget *parent=0)
Constuctor.
Definition: GuiOutputAttribute.cpp:51
LabelAttachment labelAttachment() const
Definition: CubeAttribute.cpp:400
@ UnsignedInteger
Definition: PixelType.h:33
ByteOrder byteOrder() const
Return the byte order as an Isis::ByteOrder.
Definition: CubeAttribute.cpp:455
@ SignedInteger
Definition: PixelType.h:34
double maximum() const
Return the output cube attribute maximum.
Definition: CubeAttribute.cpp:309
double minimum() const
Return the output cube attribute minimum.
Definition: CubeAttribute.cpp:294
@ Lsb
Definition: Endian.h:44
Cube::Format fileFormat() const
Return the file format an Cube::Format.
Definition: CubeAttribute.cpp:267
@ UnsignedByte
Definition: PixelType.h:29
bool propagatePixelType() const
Return true if the pixel type is to be propagated from an input cube.
Definition: CubeAttribute.cpp:165
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16