cisst-saw
Loading...
Searching...
No Matches
vctDynamicCompactLoopEngines::CoCi< _elementOperationType > Class Template Reference

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)

Detailed Description

template<class _elementOperationType>
class vctDynamicCompactLoopEngines::CoCi< _elementOperationType >

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}) \]

Parameters
_elementOperationTypeThe type of the unary operation.

Member Function Documentation

◆ Run()

template<class _elementOperationType>
template<class _outputOwnerType, class _inputOwnerType>
void vctDynamicCompactLoopEngines::CoCi< _elementOperationType >::Run ( _outputOwnerType & outputOwner,
const _inputOwnerType & inputOwner )
inlinestatic

The documentation for this class was generated from the following file: