_data | ParallelImage::PixelJob< WORKER > | private |
_x | ParallelImage::PixelJob< WORKER > | private |
_y | ParallelImage::PixelJob< WORKER > | private |
AddSubGroup(GROUP *subGroup) | JobInterface | |
AddSubGroup(ResultMemT< GROUP * > subGroup) | JobInterface | |
AddSubGroup(ResultMemT< GROUP > subGroup) | JobInterface | |
AddSubJob(JobInterface *subJob) | JobInterface | |
AddSubJob(ResultMemT< JOB * > subJob) | JobInterface | |
AddSubJob(ResultMemT< JOBREF > &&subJob) | JobInterface | |
Cancel() | JobInterface | |
CancelAndWait(WAITMODE mode=WAITMODE::DEFAULT) | JobInterface | |
Create(ARGS &&... args) | JobInterfaceTemplate< PixelJob< WORKER > > | static |
DestructWorker(const JobInterface *self) | JobInterface | privatestatic |
Enqueue(JobQueueInterface *queue=JOBQUEUE_CURRENT) | JobInterface | |
GetCoreJobGroup(JobGroupInterface *group) | JobInterface | privatestatic |
GetCurrentJob() | JobInterface | static |
GetCurrentThreadCount() | JobInterface | static |
GetCurrentWorkerThreadIndex() | JobInterface | static |
GetJobGroup() const | JobInterface | |
GetJobOptions() const | JobInterface | |
GetName() const | ParallelImage::PixelJob< WORKER > | |
GetResult(TimeValue timeout=TIMEVALUE_INFINITE, WAITMODE mode=WAITMODE::DEFAULT) const | JobInterface | |
GetResultValue() | JobResultInterface< void > | protected |
GetWorker(const JobInterface *job) | JobInterface | privatestatic |
GetWorkerDependencyGroup(const JobInterface *job) | JobInterface | privatestatic |
GetWorkerDependencyGroupImpl(const JobInterface *job, std::false_type *) | JobInterface | privatestatic |
GetWorkerDependencyGroupImpl(const JobInterface *job, std::true_type *) | JobInterface | privatestatic |
GetWorkerOptions(const JobInterface *self, Int selector, void *param) | JobInterface | privatestatic |
Invoke(FN &&obj, ARGS &&... args) | JobResultInterface< void > | protected |
IsCancelled() const | JobInterface | |
IsCurrentJobCancelled(const JobInterface *optionalJob=nullptr) | JobInterface | static |
JobInterface(const JobInterfaceJumpTablePOD &jmpTable) | JobInterface | explicit |
JobInterface(JobInterface &&src) | JobInterface | |
MAXON_DISALLOW_COPY_AND_ASSIGN(JobInterfaceTemplate) | JobInterfaceTemplate< PixelJob< WORKER > > | private |
MAXON_OPERATOR_MOVE_ASSIGNMENT(PixelJob) | ParallelImage::PixelJob< WORKER > | |
MoveResult(TimeValue timeout=TIMEVALUE_INFINITE, WAITMODE mode=WAITMODE::DEFAULT) | JobInterface | |
ObservableCancelled() | JobInterface | |
ObservableFinished() | JobInterface | |
operator()() | ParallelImage::PixelJob< WORKER > | |
operator=(JobInterface &&src) | JobInterface | |
PixelJob(Int x, Int y, const ImageData< WORKER > &data) | ParallelImage::PixelJob< WORKER > | |
PixelJob(PixelJob &&src) | ParallelImage::PixelJob< WORKER > | |
RunWorker(const JobInterface *job) | JobInterface | privatestatic |
SetResult() | JobResultInterface< void > | protected |
Then(JobInterface *next, JobQueueInterface *queue=JOBQUEUE_CURRENT) | JobInterface | |
ToString(const FormatStatement *formatStatement=nullptr) const | JobInterface | |
ValueType typedef | JobResultInterface< void > | protected |
Wait(TimeValue timeout=TIMEVALUE_INFINITE, WAITMODE mode=WAITMODE::DEFAULT) const | JobInterface | |
~JobInterface() | JobInterface | |