An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <History.h>
Public Member Functions | |
History () | |
Default Constructor for history. | |
History (Isis::Blob &blob) | |
Constructor for reading a blob. | |
~History () | |
Destructor. | |
void | AddEntry () |
Adds History PvlObject. | |
void | AddEntry (Isis::PvlObject &obj) |
Adds given PvlObject to History Pvl. | |
Pvl | ReturnHist () |
Reads p_histBuffer into a pvl. | |
Blob | toBlob (const QString &name="IsisCube") |
Converts a history object into a new blob object. | |
Isis::History::History | ( | ) |
Default Constructor for history.
Isis::History::History | ( | Isis::Blob & | blob | ) |
Constructor for reading a blob.
blob |
References Isis::Blob::getBuffer(), and Isis::Blob::Size().
Isis::History::~History | ( | ) |
Destructor.
void Isis::History::AddEntry | ( | ) |
References AddEntry(), and Isis::iApp.
Referenced by AddEntry(), and Isis::Process::WriteHistory().
void Isis::History::AddEntry | ( | Isis::PvlObject & | obj | ) |
Blob Isis::History::toBlob | ( | const QString & | name = "IsisCube" | ) |
Converts a history object into a new blob object.
name | Name of the History object to create |
References Isis::Blob::takeData().
Referenced by Isis::Cube::write().