Parallel algorithm base class.All parallel algorithms should inherit this one. More...
#include <ParallelAlgorithm.h>
Public Member Functions | |
| bool | isParallel () |
| Is algorithm parallel (true by default for all algorithms that inherit ParallelAlgorithm class). | |
Parallel algorithm base class.
All parallel algorithms should inherit this one.
Definition at line 13 of file ParallelAlgorithm.h.
1.7.1