17 #ifndef STROMX_CVSUPPORT_CONSTIMAGE_H 18 #define STROMX_CVSUPPORT_CONSTIMAGE_H 20 #include "stromx/cvsupport/Config.h" 21 #include <stromx/runtime/Enum.h> 22 #include <stromx/runtime/Image.h> 23 #include <stromx/runtime/OperatorKernel.h> 24 #include <stromx/runtime/RecycleAccess.h> 49 virtual void setParameter(
const unsigned int id,
const runtime::Data& value);
54 static const std::vector<const runtime::Input*> setupInputs();
55 static const std::vector<const runtime::Output*> setupOutputs();
56 static const std::vector<const runtime::Parameter*> setupParameters();
58 static const std::string TYPE;
59 static const std::string PACKAGE;
68 #endif // STROMX_CVSUPPORT_CONSTIMAGE_H Recycle access to a data container.
Definition: RecycleAccess.h:49
A version of an operator or data type.
Definition: Version.h:46
Abstract data object.
Definition: Data.h:53
virtual OperatorKernel * clone() const
Definition: ConstImage.h:48
Reference to a data object.
Definition: DataRef.h:48
Outputs a configurable constant image.
Definition: ConstImage.h:36
The stromx class library.
Definition: AdjustRgbChannels.cpp:29
Abstract image.
Definition: Image.h:28
Abstract operator kernel.
Definition: OperatorKernel.h:46
Provider of functions to receive and send data.
Definition: DataProvider.h:35