#include <localreduction.hh>
Inheritance diagram for RVL::BinaryLocalConstEval< DataType >:

Public Member Functions | |
| virtual | ~BinaryLocalConstEval () |
| virtual void | operator() (LocalDataContainer< DataType > const &source1, LocalDataContainer< DataType > const &source2)=0 |
| Evaluation method for LDCs. | |
| void | operator() (vector< LocalDataContainer< DataType > const * > &sources) |
| Generic evaluation method. | |
Definition at line 80 of file localreduction.hh.
| virtual RVL::BinaryLocalConstEval< DataType >::~BinaryLocalConstEval | ( | ) | [virtual] |
Definition at line 83 of file localreduction.hh.
| virtual void RVL::BinaryLocalConstEval< DataType >::operator() | ( | LocalDataContainer< DataType > const & | source1, | |
| LocalDataContainer< DataType > const & | source2 | |||
| ) | [pure virtual] |
Evaluation method for LDCs.
Implemented in RVL::RVLL2innerProd< Scalar >, and RVL::RVLL2innerProd< complex< Scalar > >.
| void RVL::BinaryLocalConstEval< DataType >::operator() | ( | vector< LocalDataContainer< DataType > const * > & | sources | ) | [virtual] |
Generic evaluation method.
Implements RVL::LocalConstEval< DataType >.
Definition at line 90 of file localreduction.hh.
1.4.7