CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
Defines
gVariables.hh File Reference

This header file is mainly used to declare some macro definitions and all includes needed from the standard c library. More...

#include <iostream>
#include <fstream>
#include <sstream>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <stdint.h>
#include <string>
#include <cmath>
#include <ctime>
#include <map>
#include <stdexcept>
#include <vector>
#include <algorithm>
#include <sys/stat.h>
#include <random>

Go to the source code of this file.

Defines

#define FLTNB   float
#define FLTNBMPI   MPI_FLOAT
#define FLTNBDATA   float
#define FLTNBLUT   float
#define INTNB   int
#define EXIT_DEBUG   10
#define TWO_SQRT_TWO_LN_2   2.354820045

Detailed Description

This header file is mainly used to declare some macro definitions and all includes needed from the standard c library.

It is not associated with any implementation file as it does not define any function.
This file should be included at the beginning of any files in this project.

Definition in file gVariables.hh.


Define Documentation

#define EXIT_DEBUG   10

Define the exit value for DEBUG use

Definition at line 64 of file gVariables.hh.

#define TWO_SQRT_TWO_LN_2   2.354820045

Define the value of the standard 2*sqrt(2*ln(2))

Definition at line 67 of file gVariables.hh.

 All Classes Files Functions Variables Typedefs Defines