![]()  | 
  
    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.  More... | |
| OriginalLabel (const QString &file) | |
| Constructor for creating an original blob with a given name and file to read labels from.  More... | |
| OriginalLabel (Isis::Blob &blob) | |
| Constructor for creating an original label from a blob object.  More... | |
| OriginalLabel (Pvl pvl) | |
| Constructor for creating an original blob with a given name and Pvl container.  More... | |
| ~OriginalLabel () | |
| Pvl | ReturnLabels () const | 
| Returns the labels in a Pvl object.  More... | |
| Isis::Blob | toBlob () | 
| Serialize the OriginalLabel data to a Blob.  More... | |
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 | 
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 |