Read and store original labels. More...
#include <OriginalLabel.h>

Public Member Functions | |
| OriginalLabel () | |
| Constructor for creating an original blob with a given name. | |
| OriginalLabel (const QString &file) | |
| Constructor for creating an original blob with a given name and file to read labels from. | |
| OriginalLabel (Isis::Blob &blob) | |
| Constructor for creating an original label from a blob object. | |
| OriginalLabel (Pvl pvl) | |
| Constructor for creating an original blob with a given name and Pvl container. | |
| ~OriginalLabel () | |
| Pvl | ReturnLabels () const |
| Returns the labels in a Pvl object. | |
| Isis::Blob | toBlob () |
| Serialize the OriginalLabel data to a Blob. | |
Protected Member Functions | |
| void | WriteInit () |
Read and store original labels.
This class provides a means to read and store the labels from the original source. The labels can be retreived in a Pvl object.
| Isis::OriginalLabel::OriginalLabel | ( | ) |
Constructor for creating an original blob with a given name.
| Isis::OriginalLabel::OriginalLabel | ( | const QString & | file | ) |
Constructor for creating an original blob with a given name and file to read labels from.
| file | File to read labels from |
References Isis::Blob::Read().
| Isis::OriginalLabel::OriginalLabel | ( | Isis::Blob & | blob | ) |
Constructor for creating an original label from a blob object.
| Isis::OriginalLabel::OriginalLabel | ( | Pvl | pvl | ) |
| Isis::OriginalLabel::~OriginalLabel | ( | ) |
| Pvl Isis::OriginalLabel::ReturnLabels | ( | ) | const |
| Isis::Blob Isis::OriginalLabel::toBlob | ( | ) |
Serialize the OriginalLabel data to a Blob.
References Isis::Blob::setData().
Referenced by Isis::Cube::write().
|
protected |