RVL::TernaryLocalEvaluation< DataType > Class Template Reference

Ternary local evaluation mixin. More...

#include <localevaluation.hh>

Inheritance diagram for RVL::TernaryLocalEvaluation< DataType >:

RVL::LocalEvaluation< DataType > RVL::TernaryLocalFunctionObject< DataType > List of all members.

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.

Detailed Description

template<class DataType>
class RVL::TernaryLocalEvaluation< DataType >

Ternary local evaluation mixin.

Definition at line 156 of file localevaluation.hh.


Constructor & Destructor Documentation

template<class DataType>
RVL::TernaryLocalEvaluation< DataType >::TernaryLocalEvaluation (  ) 

Definition at line 158 of file localevaluation.hh.

template<class DataType>
RVL::TernaryLocalEvaluation< DataType >::TernaryLocalEvaluation ( const TernaryLocalEvaluation< DataType > &   ) 

Definition at line 159 of file localevaluation.hh.

template<class DataType>
virtual RVL::TernaryLocalEvaluation< DataType >::~TernaryLocalEvaluation (  )  [virtual]

Definition at line 160 of file localevaluation.hh.


Member Function Documentation

template<class DataType>
virtual void RVL::TernaryLocalEvaluation< DataType >::operator() ( LocalDataContainer< DataType > &  target,
LocalDataContainer< DataType > const &  source1,
LocalDataContainer< DataType > const &  source2 
) [pure virtual]

Implemented in RVL::ElementwiseMultiply< Scalar >, RVL::ElementwiseDivision< Scalar >, and RVL::RVLScalarLogisticDeriv< Scalar >.

template<class DataType>
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.


The documentation for this class was generated from the following file:
Generated on 5 Jan 2017 for LocalRVL by  doxygen 1.4.7