#include <Format.hxx>
Inheritance diagram for SeldonData::FormatChimere:
Public Member Functions | |
FormatChimere () throw () | |
Default constructor. | |
FormatChimere (int date) throw () | |
Constructor. | |
~FormatChimere () throw () | |
Destructor. | |
void | SetDate (int date) |
Sets the date. | |
int | GetDate () const |
Get the date. | |
template<class TD, int N, class TG> | |
void | Read (string FileName, Data< TD, N, TG > &D, int nb_lines=-1) const |
Reads a file in "Chimere" format. | |
template<class TD, int N, class TG> | |
void | Read (ifstream &FileStream, Data< TD, N, TG > &D, int nb_lines=-1) const |
Reads a file in "Chimere" format. | |
template<class TA, int N> | |
void | Read (string FileName, Array< TA, N > &A, int nb_lines=-1) const |
Reads a file in "Chimere" format. | |
template<class TA, int N> | |
void | Read (ifstream &FileStream, Array< TA, N > &A, int nb_lines=-1) const |
Reads a file in "Chimere" format. | |
Protected Attributes | |
int | date_ |
void SeldonData::FormatChimere::SetDate | ( | int | date | ) |
Sets the date.
date | date. |
int SeldonData::FormatChimere::GetDate | ( | ) | const |
Get the date.