35 OriginalLabel::OriginalLabel() :
Isis::
Blob(
"IsisCube",
"OriginalLabel") {
46 Isis::
Blob(
"IsisCube",
"OriginalLabel") {
57 m_originalLabel = pvl;
61 OriginalLabel::~OriginalLabel() {
72 ostr << m_originalLabel;
73 string orglblStr = ostr.str();
74 int bytes = orglblStr.size();
80 const char *ptr = orglblStr.c_str();
84 if(temp != NULL)
delete [] temp;
Pvl ReturnLabels()
Returns the labels in a Pvl object.
void WriteInit()
Prepare labels for writing to the output cube.
void Read(const QString &file)
This method reads Pvl values from a specified file.
Namespace for the standard library.
int p_nbytes
Size of blob data (in bytes)
char * p_buffer
Buffer blob data is stored in.
OriginalLabel()
Constructor for creating an original blob with a given name.
void setTerminator(const QString &term)
Sets the terminator used to signify the end of the PVL informationDefaults to "END".
Container for cube-like labels.
Namespace for ISIS/Bullet specific routines.