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

Public Member Functions | |
| ASCIIWriter (string fname) | |
| ~ASCIIWriter () | |
| void | operator() (LocalDataContainer< Scalar > const &v) |
| string | getName () const |
Note that the argument to operator() should really be const. However that would require either adding another FO type or inventing a void RetType and subclassing this from Reduction, neither of which is appealing at all.
Definition at line 595 of file functions.hh.
| RVL::ASCIIWriter< Scalar >::ASCIIWriter | ( | string | fname | ) |
Definition at line 602 of file functions.hh.
| RVL::ASCIIWriter< Scalar >::~ASCIIWriter | ( | ) |
Definition at line 609 of file functions.hh.
| void RVL::ASCIIWriter< Scalar >::operator() | ( | LocalDataContainer< Scalar > const & | v | ) | [virtual] |
Implements RVL::UnaryLocalConstEval< Scalar >.
Definition at line 612 of file functions.hh.
References RVL::LocalDataContainer< DataType >::getData(), and RVL::LocalDataContainer< DataType >::getSize().
| string RVL::ASCIIWriter< Scalar >::getName | ( | ) | const [virtual] |
1.4.7