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

Public Member Functions | |
| BinaryWriter (char const *fname, long _first=0L) | |
| BinaryWriter (const string fname, long _first=0L) | |
| ~BinaryWriter () | |
| bool | seek (size_t firstword) |
| seek to specified word in file - note: not offset in bytes! | |
| void | operator() (LocalDataContainer< Scalar > const &v) |
| string | getName () const |
Definition at line 699 of file functions.hh.
| RVL::BinaryWriter< Scalar >::BinaryWriter | ( | char const * | fname, | |
| long | _first = 0L | |||
| ) |
Definition at line 708 of file functions.hh.
| RVL::BinaryWriter< Scalar >::BinaryWriter | ( | const string | fname, | |
| long | _first = 0L | |||
| ) |
Definition at line 722 of file functions.hh.
| RVL::BinaryWriter< Scalar >::~BinaryWriter | ( | ) |
Definition at line 735 of file functions.hh.
| bool RVL::BinaryWriter< Scalar >::seek | ( | size_t | firstword | ) |
seek to specified word in file - note: not offset in bytes!
Definition at line 738 of file functions.hh.
| void RVL::BinaryWriter< Scalar >::operator() | ( | LocalDataContainer< Scalar > const & | v | ) | [virtual] |
Implements RVL::UnaryLocalConstEval< Scalar >.
Definition at line 745 of file functions.hh.
References RVL::LocalDataContainer< DataType >::getData(), and RVL::LocalDataContainer< DataType >::getSize().
| string RVL::BinaryWriter< Scalar >::getName | ( | ) | const |
Definition at line 756 of file functions.hh.
1.4.7