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

Public Member Functions | |
| RVLAddAccumulate () | |
| RVLAddAccumulate (const RVLAddAccumulate< Scalar > &) | |
| virtual | ~RVLAddAccumulate () |
| void | operator() (LocalDataContainer< Scalar > &v, LocalDataContainer< Scalar > const &w) |
| string | getName () const |
Definition at line 342 of file functions.hh.
| RVL::RVLAddAccumulate< Scalar >::RVLAddAccumulate | ( | ) |
Definition at line 345 of file functions.hh.
| RVL::RVLAddAccumulate< Scalar >::RVLAddAccumulate | ( | const RVLAddAccumulate< Scalar > & | ) |
Definition at line 346 of file functions.hh.
| virtual RVL::RVLAddAccumulate< Scalar >::~RVLAddAccumulate | ( | ) | [virtual] |
Definition at line 347 of file functions.hh.
| void RVL::RVLAddAccumulate< Scalar >::operator() | ( | LocalDataContainer< Scalar > & | v, | |
| LocalDataContainer< Scalar > const & | w | |||
| ) | [virtual] |
Implements RVL::BinaryLocalEvaluation< Scalar >.
Definition at line 350 of file functions.hh.
References RVL::LocalDataContainer< DataType >::getData(), RVL::LocalDataContainer< DataType >::getSize(), and RVL::Writeable::write().
| string RVL::RVLAddAccumulate< Scalar >::getName | ( | ) | const [virtual] |
1.4.7