RadialAverage threaded loop. More...
#include <ThreadedRadialAverageLoop.h>
Public Member Functions | |
| ThreadedRadialAverageLoop (RadialAverage &) | |
| ThreadedRadialAverageLoop (const ThreadedRadialAverageLoop &x, Threads::split split) | |
| Splitting constructor. More... | |
| virtual | ~ThreadedRadialAverageLoop () |
| dummy virtual destructor More... | |
| void | operator() (const QPDataRange &range) |
| parens operator with the code that is executed in threads More... | |
| virtual void | join (const ThreadedRadialAverageLoop &) |
| thread join method More... | |
Protected Attributes | |
| RadialAverage & | _radavg |
| rasterizer to manage the sample data More... | |
| THREAD_ID | _tid |
| ID number of the current thread. More... | |
RadialAverage threaded loop.
Definition at line 22 of file ThreadedRadialAverageLoop.h.
| ThreadedRadialAverageLoop::ThreadedRadialAverageLoop | ( | RadialAverage & | green | ) |
Definition at line 25 of file ThreadedRadialAverageLoop.C.
| ThreadedRadialAverageLoop::ThreadedRadialAverageLoop | ( | const ThreadedRadialAverageLoop & | x, |
| Threads::split | split | ||
| ) |
Splitting constructor.
Definition at line 28 of file ThreadedRadialAverageLoop.C.
|
inlinevirtual |
|
inlinevirtual |
| void ThreadedRadialAverageLoop::operator() | ( | const QPDataRange & | range | ) |
parens operator with the code that is executed in threads
Definition at line 35 of file ThreadedRadialAverageLoop.C.
|
protected |
rasterizer to manage the sample data
Definition at line 41 of file ThreadedRadialAverageLoop.h.
Referenced by operator()().
|
protected |
ID number of the current thread.
Definition at line 44 of file ThreadedRadialAverageLoop.h.
1.8.14