CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxUtilHelpers.cpp File Reference
#include "cxUtilHelpers.h"
#include <QStringList>
#include <unistd.h>

Go to the source code of this file.

Namespaces

 cx
 Namespace for all CustusX production code.
 

Functions

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)