#include <LinesTables2005.h>
Inheritance diagram for LinesTables2005::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 27 of file LinesTables2005.h.
|
|
The function writes the contents of an object to a stream.
Implemented in LinesTables2005::ObservationTable< xSize, ySize, cellSize, pointRes >. Referenced by operator<<(). |
|
|
The function reads the contents of an object from a stream.
Implemented in LinesTables2005::ObservationTable< xSize, ySize, cellSize, pointRes >. Referenced by operator>>(). |
1.3.6