#include <functions.hh>
Inheritance diagram for RVL::RVLCopy< double >:
Public Member Functions | |
RVLCopy () | |
~RVLCopy () | |
void | operator() (LocalDataContainer< double > &x, LocalDataContainer< double > const &y) |
string | getName () const |
Definition at line 103 of file functions.hh.
RVL::RVLCopy< double >::RVLCopy | ( | ) |
Definition at line 107 of file functions.hh.
RVL::RVLCopy< double >::~RVLCopy | ( | ) |
Definition at line 108 of file functions.hh.
void RVL::RVLCopy< double >::operator() | ( | LocalDataContainer< double > & | x, | |
LocalDataContainer< double > const & | y | |||
) | [virtual] |
Implements RVL::BinaryLocalEvaluation< double >.
Definition at line 114 of file functions.hh.
References RVL::LocalDataContainer< DataType >::getData(), and RVL::LocalDataContainer< DataType >::getSize().
string RVL::RVLCopy< double >::getName | ( | ) | const [virtual] |