CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cxUtilHelpers.h File Reference
#include "cxResourceExport.h"
#include <sstream>
#include <iomanip>
#include <QString>

Go to the source code of this file.

Namespaces

 cx
 Namespace for all CustusX production code.
 

Functions

template<class ITER >
std::ostream & cx::stream_range (std::ostream &s, ITER begin, ITER end, char separator=' ')
 
double cx::constrainValue (double val, double min, double max)
 
int cx::sign (double x)
 
QString cx::changeExtension (QString name, QString ext)
 
void cx::sleep_ms (int ms)