void setROIOnly(bool roiOnly)
setup the operation to work on the input images ROI only or not
Definition: InplaceOp.h:57
undocument this line if you encounter any issues!
Definition: Any.h:37
bool getROIOnly() const
returns whether operator is in "roi-only" mode or not
Definition: InplaceOp.h:62
InplaceOp()
Create a new Inplace op (ROI-only flag is set to true)
Definition: InplaceOp.h:51
ICLQt_API core::Img< T > filter(const core::Img< T > &image, const std::string &filter)
applies a filter operation on the source image (affinity for float)
#define ICLFilter_API
Definition: CompatMacros.h:175
bool m_bROIOnly
"roi-only" flag
Definition: InplaceOp.h:68
Interface class for inplace operators.
Definition: InplaceOp.h:47
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131