The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

mpiprobsearchaux.cpp File Reference

#include "pp_preprocessor.h"
#include "mpiprobsearchaux.h"
#include <cmath>
#include <algorithm>

Include dependency graph for mpiprobsearchaux.cpp:

Include dependency graph

Go to the source code of this file.

Functions

template<class T, class U>
double max (T x, U y)
template<class T, class U>
min (T x, U y)


Function Documentation

double max x,
y
[inline, static]
 

Definition at line 10 of file mpiprobsearchaux.cpp.

References y.

00010 { return static_cast<T>(x > y ? x : y);}

T min x,
y
[inline, static]
 

Definition at line 12 of file mpiprobsearchaux.cpp.

References y.

00012 { return static_cast<T>(x < y ? x : y);}


Generated on Mon Nov 8 17:08:14 2004 for MPT by  doxygen 1.3.9.1