Isis Developer Reference
|
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.
References Isis::Pvl::setTerminator().
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 |
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.
|
protected |