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.
References Isis::Pvl::setTerminator().
Isis::History::History | ( | Isis::Blob & | blob | ) |
Isis::History::~History | ( | ) |
Destructor.
void Isis::History::AddEntry | ( | ) |
References AddEntry(), Isis::Application::History(), and Isis::iApp.
Referenced by AddEntry(), and Isis::Process::WriteHistory().
void Isis::History::AddEntry | ( | Isis::PvlObject & | obj | ) |
Adds given PvlObject to History Pvl.
obj | PvlObject to be added |
References Isis::PvlObject::addObject().
Pvl Isis::History::ReturnHist | ( | ) |
Reads p_histBuffer into a pvl.
References Isis::PvlObject::object(), and Isis::PvlObject::objects().
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 |
Referenced by Isis::Cube::write().