#include <localevaluation.hh>
Inheritance diagram for RVL::BinaryLocalEvaluation< DataType >:
Public Member Functions | |
BinaryLocalEvaluation () | |
BinaryLocalEvaluation (const BinaryLocalEvaluation< DataType > &) | |
virtual | ~BinaryLocalEvaluation () |
virtual void | operator() (LocalDataContainer< DataType > &target, LocalDataContainer< DataType > const &source)=0 |
void | operator() (LocalDataContainer< DataType > &target, vector< LocalDataContainer< DataType > const * > &sources) |
Generic evaluation method. |
Definition at line 112 of file localevaluation.hh.
RVL::BinaryLocalEvaluation< DataType >::BinaryLocalEvaluation | ( | ) |
Definition at line 114 of file localevaluation.hh.
RVL::BinaryLocalEvaluation< DataType >::BinaryLocalEvaluation | ( | const BinaryLocalEvaluation< DataType > & | ) |
Definition at line 115 of file localevaluation.hh.
virtual RVL::BinaryLocalEvaluation< DataType >::~BinaryLocalEvaluation | ( | ) | [virtual] |
Definition at line 116 of file localevaluation.hh.
virtual void RVL::BinaryLocalEvaluation< DataType >::operator() | ( | LocalDataContainer< DataType > & | target, | |
LocalDataContainer< DataType > const & | source | |||
) | [pure virtual] |
Implemented in RVL::RVLCopy< Scalar >, RVL::RVLCopy< float >, RVL::RVLCopy< double >, RVL::RVLAddAccumulate< Scalar >, RVL::ElementwiseSqrtAbs< Scalar >, RVL::RVLLinCombObject< Scalar >, RVL::RVLScalarLogistic< Scalar >, RVL::RVLScalarLogisticInverse< Scalar >, RVL::matvec< T >, RVL::fmatvec< T >, RVL::amatvec< T >, RVL::CFunction< T, f >, RVL::RVLLinCombObject< float >, and RVL::RVLLinCombObject< T >.
void RVL::BinaryLocalEvaluation< DataType >::operator() | ( | LocalDataContainer< DataType > & | target, | |
vector< LocalDataContainer< DataType > const * > & | sources | |||
) | [virtual] |
Generic evaluation method.
Implements RVL::LocalEvaluation< DataType >.
Definition at line 123 of file localevaluation.hh.