8#ifndef META_OCEAN_CV_SYNTHESIS_CREATOR_SUBSET_H
9#define META_OCEAN_CV_SYNTHESIS_CREATOR_SUBSET_H
52 virtual void createSubset(
const unsigned int firstColumn,
const unsigned int numberColumns,
const unsigned int firstRow,
const unsigned int numberRows)
const = 0;
This class implements the base class for all creators.
Definition Creator.h:29
This class implements a creator that can be distributed to subsets of the synthesis layer.
Definition CreatorSubset.h:28
bool invoke(Worker *worker=nullptr) const override
Invokes the creator.
virtual void createSubset(const unsigned int firstColumn, const unsigned int numberColumns, const unsigned int firstRow, const unsigned int numberRows) const =0
Creates a subset of the information.
CreatorSubset(const Layer &layer)
Creates a new creator object.
Definition CreatorSubset.h:55
This class implements the base class for all inpainting layers.
Definition Layer.h:35
This class implements a worker able to distribute function calls over different threads.
Definition Worker.h:33
The namespace covering the entire Ocean framework.
Definition Accessor.h:15