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

Implement operation of the form $v_{io} = op_{io}(v_{io}, op_{sv}(s, v_i))$ for compact containers. More...

#include <vctDynamicCompactLoopEngines.h>

Static Public Member Functions

template<class _ioOwnerType , class _inputScalarType , class _inputOwnerType >
static void Run (_ioOwnerType &ioOwner, const _inputScalarType inputScalar, const _inputOwnerType &inputOwner)
 

Detailed Description

template<class _ioElementOperationType, class _scalarElementOperationType>
class vctDynamicCompactLoopEngines::CioSiCi< _ioElementOperationType, _scalarElementOperationType >

Implement operation of the form $v_{io} = op_{io}(v_{io}, op_{sv}(s, v_i))$ for compact containers.

This class uses template specialization to perform store-back vector-scalar-vector operations

\[ v_{io} = \mathrm{op_{io}}(V_{io}, \mathrm{op_{sv}}(s, v_i)) \]

Parameters
_ioOperationTypeThe type of the store-back operation.
_scalarOwnerElementOperationTypeThe type of the operation between scalar and input vector.

Member Function Documentation

template<class _ioElementOperationType , class _scalarElementOperationType >
template<class _ioOwnerType , class _inputScalarType , class _inputOwnerType >
static void vctDynamicCompactLoopEngines::CioSiCi< _ioElementOperationType, _scalarElementOperationType >::Run ( _ioOwnerType &  ioOwner,
const _inputScalarType  inputScalar,
const _inputOwnerType &  inputOwner 
)
inlinestatic

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