Xmipp  v3.23.11-Nereus
Classes | Macros
situs.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>
#include <dirent.h>
#include <unistd.h>
Include dependency graph for situs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PDB
 

Macros

#define PI   3.14159265358979323846
 
#define ROT_CONV   (PI/180.0)
 
#define SWAPPING(_a, _b, _type)
 

Macro Definition Documentation

◆ PI

#define PI   3.14159265358979323846

Definition at line 26 of file situs.h.

◆ ROT_CONV

#define ROT_CONV   (PI/180.0)

Definition at line 29 of file situs.h.

◆ SWAPPING

#define SWAPPING (   _a,
  _b,
  _type 
)
Value:
{\
_type _tmp;\
\
_tmp = (_a);\
(_a) = (_b);\
(_b) = _tmp;\
}

Definition at line 31 of file situs.h.