SeldonData::FormatChimere Class Reference

Input/ouput class to read files in Chimere format. More...

#include <Format.hxx>

Inheritance diagram for SeldonData::FormatChimere:

SeldonData::Format List of all members.

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_

Detailed Description

Input/ouput class to read files in Chimere format.


Member Function Documentation

void SeldonData::FormatChimere::SetDate ( int  date  ) 

Sets the date.

Parameters:
date date.

int SeldonData::FormatChimere::GetDate (  )  const

Get the date.

Returns:
The date.


The documentation for this class was generated from the following files:
Generated on Tue Nov 17 11:20:52 2009 for SeldonData by  doxygen 1.5.1