TPCCLIB
|
This file contains the ISO C99 functions that are not yet available in all C compilers but that are required by the PET library. More...
#include "libtpcmisc.h"
Go to the source code of this file.
Functions | |
int | temp_roundf (float e) |
This file contains the ISO C99 functions that are not yet available in all C compilers but that are required by the PET library.
Definition in file petc99.c.
int temp_roundf | ( | float | e | ) |
int roundf(float e) - Rounds up float e to nearest int
e | float value |
Definition at line 20 of file petc99.c.
Referenced by bootstrap(), ecat63AddImg(), ecat63WriteAllImg(), ecat63WriteImageMatrix(), ecat63WriteScanMatrix(), ecat7Write2DScanMatrix(), ecat7WriteImageMatrix(), ecat7WritePolarmapMatrix(), ecat7WriteScanMatrix(), ecatCopy63to7imageheader(), img2svol(), imgMaskRoiNr(), imgSetAnalyzeHeader(), imgVoiMaskTAC(), imgWrite2DEcat7(), imgWriteAnalyze(), imgWriteAnalyzeFrame(), imgWriteEcat63Frame(), imgWriteEcat7(), imgWriteEcat7Frame(), imgWritePolarmap(), roi_onoff(), roiFillGaps(), and tsvRead().