Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
History.h
Go to the documentation of this file.
1
#ifndef History_h
2
#define History_h
3
27
#include "
Blob.h
"
28
#include "
Pvl.h
"
29
30
namespace
Isis {
31
class
PvlObject;
51
class
History
:
public
Isis::Blob
{
52
public
:
53
History
(
const
QString &name);
54
History
(
const
QString &name,
const
QString &file);
55
~History
();
56
57
void
AddEntry
();
58
void
AddEntry
(
Isis::PvlObject
&obj);
59
Pvl
ReturnHist
();
60
void
Read
(
const
Isis::Pvl
&pvl, std::istream &is);
61
62
protected
:
63
void
WriteInit
();
64
65
private
:
66
Pvl
p_history
;
67
};
68
};
69
70
#endif
71
Isis::History::WriteInit
void WriteInit()
This virtual method for classes that inherit Blob.
Definition:
History.cpp:78
Isis::History::ReturnHist
Pvl ReturnHist()
Reads p_buffer into a pvl.
Definition:
History.cpp:100
Isis::History::~History
~History()
Destructor.
Definition:
History.cpp:55
Isis::History::p_history
Pvl p_history
History Pvl.
Definition:
History.h:66
Isis::History
Definition:
History.h:51
Blob.h
Isis::Blob
Definition:
Blob.h:64
Isis::History::Read
void Read(const Isis::Pvl &pvl, std::istream &is)
Reads input stream into Pvl.
Definition:
History.cpp:114
Isis::History::History
History(const QString &name)
Constructor for reading a history blob.
Definition:
History.cpp:40
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
Isis::History::AddEntry
void AddEntry()
Adds History PvlObject.
Definition:
History.cpp:61
Isis::PvlObject
Contains Pvl Groups and Pvl Objects.
Definition:
PvlObject.h:74
Pvl.h
U.S. Department of the Interior
|
U.S. Geological Survey
ISIS
|
Privacy & Disclaimers
|
Astrogeology Research Program
To contact us, please post comments and questions on the
ISIS Support Center
File Modified: 07/12/2023 23:19:44