|
cisst-saw
|
Implement operation of the form \(v_{io} = op(v_{io})\) for compact containers. More...
#include <vctDynamicCompactLoopEngines.h>
Static Public Member Functions | |
| template<class _inputOutputOwnerType> | |
| static void | Run (_inputOutputOwnerType &inputOutputOwner) |
Implement operation of the form \(v_{io} = op(v_{io})\) for compact containers.
This class uses a loop to perform unary store back vector operations of the form
\[v_{io} = \mathrm{op}(v_{io}) \]
| _elementOperationType | The type of the unary operation. |
|
inlinestatic |