Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

ObservationTableBase Class Reference

The class is a helper to support streaming of template class ObservationTable. More...

#include <LinesTables2004.h>

Inheritance diagram for ObservationTableBase:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual void write (Out &stream) const=0
 The function writes the contents of an object to a stream.

virtual void read (In &stream)=0
 The function reads the contents of an object from a stream.


Detailed Description

The class is a helper to support streaming of template class ObservationTable.

Definition at line 21 of file LinesTables2004.h.


Member Function Documentation

virtual void ObservationTableBase::write Out stream  )  const [pure virtual]
 

The function writes the contents of an object to a stream.

Parameters:
stream The stream the data is written to.

Implemented in ObservationTable< xSize, ySize, cellSize >, and ObservationTable< 280, 200, 25 >.

Referenced by operator<<().

virtual void ObservationTableBase::read In stream  )  [pure virtual]
 

The function reads the contents of an object from a stream.

Parameters:
stream The stream the data is read from.

Implemented in ObservationTable< xSize, ySize, cellSize >, and ObservationTable< 280, 200, 25 >.

Referenced by operator>>().


The documentation for this class was generated from the following file:
Generated on Thu Sep 23 20:09:58 2004 for GT2004 by doxygen 1.3.6