cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
vctDynamicCompactLoopEngines::CioSi< _elementOperationType > Class Template Reference

Implement operation of the form $ v_{io} = op(v_{io}, s_i)$ for compact containers. More...

#include <vctDynamicCompactLoopEngines.h>

Static Public Member Functions

template<class _inputOutputOwnerType , class _inputScalarType >
static void Run (_inputOutputOwnerType &inputOutputOwner, const _inputScalarType inputScalar)
 

Detailed Description

template<class _elementOperationType>
class vctDynamicCompactLoopEngines::CioSi< _elementOperationType >

Implement operation of the form $ v_{io} = op(v_{io}, s_i)$ for compact containers.

This class uses a loop to perform binary vector operations of the form

\[ v_{io} = \mathrm{op}(v_{io}, s_{i}) \]

Parameters
_elementOperationTypethe type of the binary operation

Member Function Documentation

template<class _elementOperationType >
template<class _inputOutputOwnerType , class _inputScalarType >
static void vctDynamicCompactLoopEngines::CioSi< _elementOperationType >::Run ( _inputOutputOwnerType &  inputOutputOwner,
const _inputScalarType  inputScalar 
)
inlinestatic

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