#include <functions.hh>
Inheritance diagram for RVL::BinaryReader< Scalar >:

Public Member Functions | |
| BinaryReader (char const *fname, long _first=0L) | |
| BinaryReader (const string fname, long _first=0L) | |
| ~BinaryReader () | |
| bool | seek (size_t firstword) |
| seek to specified word in file - note: not offset in bytes! | |
| void | operator() (LocalDataContainer< Scalar > &v) |
| string | getName () const |
16.12.06: first is setable, via function seek(long).
Definition at line 635 of file functions.hh.
| RVL::BinaryReader< Scalar >::BinaryReader | ( | char const * | fname, | |
| long | _first = 0L | |||
| ) |
Definition at line 644 of file functions.hh.
| RVL::BinaryReader< Scalar >::BinaryReader | ( | const string | fname, | |
| long | _first = 0L | |||
| ) |
Definition at line 657 of file functions.hh.
| RVL::BinaryReader< Scalar >::~BinaryReader | ( | ) |
Definition at line 670 of file functions.hh.
| bool RVL::BinaryReader< Scalar >::seek | ( | size_t | firstword | ) |
seek to specified word in file - note: not offset in bytes!
Definition at line 673 of file functions.hh.
| void RVL::BinaryReader< Scalar >::operator() | ( | LocalDataContainer< Scalar > & | v | ) |
Definition at line 680 of file functions.hh.
References RVL::LocalDataContainer< DataType >::getData(), and RVL::LocalDataContainer< DataType >::getSize().
| string RVL::BinaryReader< Scalar >::getName | ( | ) | const [virtual] |
1.4.7