casa::ImageHistory< T > Class Template Reference
#include <ImageHistory.h>
List of all members.
Public Member Functions |
| ImageHistory () |
| Top level interface accessing image history data.
|
| ImageHistory (const SPIIT image) |
| ~ImageHistory () |
| destructor
|
void | addHistory (const String &origin, const String &history) |
| add a line to the history
|
void | addHistory (const LogOrigin &origin, const String &history) |
void | addHistory (const String &origin, const vector< String > &history) |
| add multiple history lines, all which have the same origin
|
void | addHistory (const LogOrigin &origin, const vector< String > &history) |
void | addHistory (const String &origin, const vector< string > &history) |
void | addHistory (const vector< std::pair< LogOrigin, String > > &history) |
vector< String > | get (Bool list) const |
vector< string > | getAsStdStrings (Bool list) const |
void | append (SPCIIF image) |
| Append the specified image's history to this image's history.
|
void | append (SPCIIC image) |
String | getClass () const |
LogIO & | getLogSink () |
Private Attributes |
const SPIIT | _image |
Detailed Description
template<class T>
class casa::ImageHistory< T >
Definition at line 10 of file ImageHistory.h.
Constructor & Destructor Documentation
Top level interface accessing image history data.
Etymology
Image History access
Synopsis
Top level interface for accessing image history.
Member Function Documentation
template<class T >
void casa::ImageHistory< T >::addHistory |
( |
const vector< std::pair< LogOrigin, String > > & |
history |
) |
|
template<class T >
void casa::ImageHistory< T >::addHistory |
( |
const String & |
origin, |
|
|
const vector< string > & |
history | |
|
) |
| | |
template<class T >
void casa::ImageHistory< T >::addHistory |
( |
const LogOrigin & |
origin, |
|
|
const vector< String > & |
history | |
|
) |
| | |
template<class T >
void casa::ImageHistory< T >::addHistory |
( |
const String & |
origin, |
|
|
const vector< String > & |
history | |
|
) |
| | |
add multiple history lines, all which have the same origin
template<class T >
void casa::ImageHistory< T >::addHistory |
( |
const LogOrigin & |
origin, |
|
|
const String & |
history | |
|
) |
| | |
template<class T >
void casa::ImageHistory< T >::addHistory |
( |
const String & |
origin, |
|
|
const String & |
history | |
|
) |
| | |
add a line to the history
Append the specified image's history to this image's history.
Member Data Documentation
The documentation for this class was generated from the following file: