Read and store original labels.
More...
#include <OriginalLabel.h>
|
| | 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.
|
| |
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.
- Author
- 2006-02-23 Robert Wallace and Brian Lipkowitz
◆ OriginalLabel() [1/4]
| Isis::OriginalLabel::OriginalLabel |
( |
| ) |
|
Constructor for creating an original blob with a given name.
◆ OriginalLabel() [2/4]
| Isis::OriginalLabel::OriginalLabel |
( |
const QString & | file | ) |
|
Constructor for creating an original blob with a given name and file to read labels from.
- Parameters
-
| file | File to read labels from |
◆ OriginalLabel() [3/4]
| Isis::OriginalLabel::OriginalLabel |
( |
Isis::Blob & | blob | ) |
|
Constructor for creating an original label from a blob object.
◆ OriginalLabel() [4/4]
| Isis::OriginalLabel::OriginalLabel |
( |
Pvl | pvl | ) |
|
Constructor for creating an original blob with a given name and Pvl container.
- Parameters
-
| pvl | Pvl containing labels of the source |
◆ ~OriginalLabel()
| Isis::OriginalLabel::~OriginalLabel |
( |
| ) |
|
◆ ReturnLabels()
| Pvl Isis::OriginalLabel::ReturnLabels |
( |
| ) |
const |
Returns the labels in a Pvl object.
- Returns
- (Isis::Pvl) original labels
◆ toBlob()
| Isis::Blob Isis::OriginalLabel::toBlob |
( |
| ) |
|
◆ WriteInit()
| void Isis::OriginalLabel::WriteInit |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following files: