MEAL::UnaryRule< T > Class Template Reference

Abstract base class of unary operators. More...

#include <UnaryRule.h>

Inheritance diagram for MEAL::UnaryRule< T >:
MEAL::InverseRule< T > MEAL::NegationRule< T >

Public Member Functions

 UnaryRule ()
 Default constructor.
 
 UnaryRule (const UnaryRule &rule)
 Copy constructor.
 
UnaryRuleoperator= (const UnaryRule &rule)
 Assignment operator.
 
 ~UnaryRule ()
 Destructor.
 
void set_model (T *model)
 Set the Function on which the operation will be performed.
 

Protected Attributes

Project< T > model
 The Function on which the operation will be performed.
 

Detailed Description

template<class T>
class MEAL::UnaryRule< T >

Abstract base class of unary operators.


The documentation for this class was generated from the following file:

Generated using doxygen 1.8.17