Inheritance diagram for peoParallelAlgorithmWrapper:

Public Member Functions | |
| template<typename AlgorithmType> | |
| peoParallelAlgorithmWrapper (AlgorithmType &externalAlgorithm) | |
| template<typename AlgorithmType, typename AlgorithmDataType> | |
| peoParallelAlgorithmWrapper (AlgorithmType &externalAlgorithm, AlgorithmDataType &externalData) | |
| ~peoParallelAlgorithmWrapper () | |
| void | run () |
Private Attributes | |
| AbstractAlgorithm * | algorithm |
Classes | |
| struct | AbstractAlgorithm |
| struct | Algorithm |
| struct | Algorithm< AlgorithmType, void > |
Definition at line 47 of file peoParallelAlgorithmWrapper.h.
1.4.7