#include <localevaluation.hh>
Inheritance diagram for RVL::UnaryLocalEvaluation< DataType >:
Public Member Functions | |
UnaryLocalEvaluation () | |
UnaryLocalEvaluation (const UnaryLocalEvaluation< DataType > &) | |
virtual | ~UnaryLocalEvaluation () |
virtual void | operator() (LocalDataContainer< DataType > &target)=0 |
Evaluation method for LDCs. | |
virtual void | operator() (LocalDataContainer< DataType > &target, vector< LocalDataContainer< DataType > const * > &sources) |
Definition at line 68 of file localevaluation.hh.
RVL::UnaryLocalEvaluation< DataType >::UnaryLocalEvaluation | ( | ) |
Definition at line 70 of file localevaluation.hh.
RVL::UnaryLocalEvaluation< DataType >::UnaryLocalEvaluation | ( | const UnaryLocalEvaluation< DataType > & | ) |
Definition at line 71 of file localevaluation.hh.
virtual RVL::UnaryLocalEvaluation< DataType >::~UnaryLocalEvaluation | ( | ) | [virtual] |
Definition at line 72 of file localevaluation.hh.
virtual void RVL::UnaryLocalEvaluation< DataType >::operator() | ( | LocalDataContainer< DataType > & | target | ) | [pure virtual] |
Evaluation method for LDCs.
Implemented in RVL::RVLScale< Scalar >, RVL::RVLAssignConst< Scalar >, RVL::RVLRandomize< Scalar >, RVL::RVLRandomize< complex< Scalar > >, RVL::RVLRandomize< int >, RVL::ASCIIReader< Scalar >, RVL::RVLAssignConst< float >, and RVL::RVLAssignConst< T >.
virtual void RVL::UnaryLocalEvaluation< DataType >::operator() | ( | LocalDataContainer< DataType > & | target, | |
vector< LocalDataContainer< DataType > const * > & | sources | |||
) | [virtual] |