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