#include <LinesTables2004.h>
Inheritance diagram for ObservationTableBase:
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. |
Definition at line 21 of file LinesTables2004.h.
|
The function writes the contents of an object to a stream.
Implemented in ObservationTable< xSize, ySize, cellSize >, and ObservationTable< 280, 200, 25 >. Referenced by operator<<(). |
|
The function reads the contents of an object from a stream.
Implemented in ObservationTable< xSize, ySize, cellSize >, and ObservationTable< 280, 200, 25 >. Referenced by operator>>(). |