ITK  4.4.0
Insight Segmentation and Registration Toolkit
Namespaces | Functions
itkGenericUtilities.h File Reference
#include <utility>
+ Include dependency graph for itkGenericUtilities.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  itk
 

Functions

template<class TInputIter >
std::pair< TInputIter, TInputIter > itk::min_max_element (TInputIter first, TInputIter last)
 
template<class TInputIter , class TCompare >
std::pair< TInputIter, TInputIter > itk::min_max_element (TInputIter first, TInputIter last, TCompare comp)