#include <localevaluation.hh>
Inheritance diagram for RVL::TernaryLocalEvaluation< DataType >:
Public Member Functions | |
TernaryLocalEvaluation () | |
TernaryLocalEvaluation (const TernaryLocalEvaluation< DataType > &) | |
virtual | ~TernaryLocalEvaluation () |
virtual void | operator() (LocalDataContainer< DataType > &target, LocalDataContainer< DataType > const &source1, LocalDataContainer< DataType > const &source2)=0 |
virtual void | operator() (LocalDataContainer< DataType > &target, vector< LocalDataContainer< DataType > const * > &sources) |
Generic evaluation method. |
Definition at line 156 of file localevaluation.hh.
RVL::TernaryLocalEvaluation< DataType >::TernaryLocalEvaluation | ( | ) |
Definition at line 158 of file localevaluation.hh.
RVL::TernaryLocalEvaluation< DataType >::TernaryLocalEvaluation | ( | const TernaryLocalEvaluation< DataType > & | ) |
Definition at line 159 of file localevaluation.hh.
virtual RVL::TernaryLocalEvaluation< DataType >::~TernaryLocalEvaluation | ( | ) | [virtual] |
Definition at line 160 of file localevaluation.hh.
virtual void RVL::TernaryLocalEvaluation< DataType >::operator() | ( | LocalDataContainer< DataType > & | target, | |
LocalDataContainer< DataType > const & | source1, | |||
LocalDataContainer< DataType > const & | source2 | |||
) | [pure virtual] |
virtual void RVL::TernaryLocalEvaluation< DataType >::operator() | ( | LocalDataContainer< DataType > & | target, | |
vector< LocalDataContainer< DataType > const * > & | sources | |||
) | [virtual] |
Generic evaluation method.
Implements RVL::LocalEvaluation< DataType >.
Definition at line 169 of file localevaluation.hh.