Xmipp  v3.23.11-Nereus
Classes | Macros | Variables
mpi_reconstruct_fourier.h File Reference
#include "xmipp_mpi.h"
#include <core/args.h>
#include <reconstruction/reconstruct_fourier.h>
#include <data/projection.h>
#include <cstring>
#include <cstdlib>
#include <core/xmipp_funcs.h>
#include <core/matrix2d.h>
#include <sys/time.h>
#include <iostream>
#include <sstream>
#include <fstream>
#include <iomanip>
Include dependency graph for mpi_reconstruct_fourier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProgMPIRecFourier
 

Macros

#define TAG_STOP   1
 

Variables

constexpr int TAG_WORKFORWORKER = 0
 
constexpr int TAG_TRANSFER = 2
 
constexpr int TAG_FREEWORKER = 3
 
constexpr int TAG_COLLECT_FOR_FSC = 4
 
constexpr int TAG_SETVERBOSE = 5
 
constexpr int BUFFSIZE = 10000000
 

Macro Definition Documentation

◆ TAG_STOP

#define TAG_STOP   1

Definition at line 45 of file mpi_reconstruct_fourier.h.

Variable Documentation

◆ BUFFSIZE

constexpr int BUFFSIZE = 10000000

Definition at line 51 of file mpi_reconstruct_fourier.h.

◆ TAG_COLLECT_FOR_FSC

constexpr int TAG_COLLECT_FOR_FSC = 4

Definition at line 48 of file mpi_reconstruct_fourier.h.

◆ TAG_FREEWORKER

constexpr int TAG_FREEWORKER = 3

Definition at line 47 of file mpi_reconstruct_fourier.h.

◆ TAG_SETVERBOSE

constexpr int TAG_SETVERBOSE = 5

Definition at line 49 of file mpi_reconstruct_fourier.h.

◆ TAG_TRANSFER

constexpr int TAG_TRANSFER = 2

Definition at line 46 of file mpi_reconstruct_fourier.h.

◆ TAG_WORKFORWORKER

constexpr int TAG_WORKFORWORKER = 0

Definition at line 44 of file mpi_reconstruct_fourier.h.