CustusX  2023.01.05-dev+develop.0da12
An IGT application
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::constrainValue (int val, int min, int max)
 
int cx::sign (double x)
 
QString cx::changeExtension (QString name, QString ext)
 
void cx::sleep_ms (int ms)