cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
vctDynamicMatrixLoopEngines::MinAndMax Class Reference

#include <vctDynamicMatrixLoopEngines.h>

Static Public Member Functions

template<class _inputMatrixType >
static void Run (const _inputMatrixType &inputMatrix, typename _inputMatrixType::value_type &minValue, typename _inputMatrixType::value_type &maxValue)
 

Detailed Description

A specialized engine for computing the minimum and maximum elements of a matrix in one pass. This implementation is more efficient than computing them separately.

Member Function Documentation

template<class _inputMatrixType >
static void vctDynamicMatrixLoopEngines::MinAndMax::Run ( const _inputMatrixType &  inputMatrix,
typename _inputMatrixType::value_type &  minValue,
typename _inputMatrixType::value_type &  maxValue 
)
inlinestatic

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