|
cisst-saw
|
Implement operation of the form \(v_o = op(v_i)\) for compact containers. More...
#include <vctDynamicCompactLoopEngines.h>
Static Public Member Functions | |
| template<class _outputOwnerType, class _inputOwnerType> | |
| static void | Run (_outputOwnerType &outputOwner, const _inputOwnerType &inputOwner) |
Implement operation of the form \(v_o = op(v_i)\) for compact containers.
This class uses a loop to perform unary vector operations of the form
\[v_{o} = \mathrm{op}(v_{i}) \]
| _elementOperationType | The type of the unary operation. |
|
inlinestatic |