8 #ifndef META_OCEAN_CV_SYNTHESIS_OPERATOR_H
9 #define META_OCEAN_CV_SYNTHESIS_OPERATOR_H
This class is the base class for all image synthesis operators.
Definition: Operator.h:28
Operator()
Creates a new operator object.
Definition: Operator.h:57
Operator(const Operator &object)=delete
Disabled copy constructor.
Operator & operator=(const Operator &object)=delete
Disabled copy operator.
virtual ~Operator()=default
Destructs the object.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15