cisst-saw
|
Implement operation of the form for compact containers.
More...
#include <vctDynamicCompactLoopEngines.h>
Public Types | |
typedef _incrementalOperationType::OutputType | OutputType |
Static Public Member Functions | |
template<class _inputOwnerType , class _inputScalarType > | |
static OutputType | Run (const _inputOwnerType &inputOwner, const _inputScalarType &inputScalar) |
Implement operation of the form for compact containers.
This class uses a loop to perform incremental binary vector operations of the form
_incrementalOperationType | The type of the incremental operation. |
_elementOperationType | The type of the unary operation. |
typedef _incrementalOperationType::OutputType vctDynamicCompactLoopEngines::SoCiSi< _incrementalOperationType, _elementOperationType >::OutputType |
|
inlinestatic |