Xmipp  v3.23.11-Nereus
mpi_reconstruct_wbp.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Authors: Carlos Oscar Sorzano (coss@cnb.csic.es)
3  * Joaquin Oton (joton@cnb.csic.es)
4  *
5  *
6  * Unidad de Bioinformatica of Centro Nacional de Biotecnologia , CSIC
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21  * 02111-1307 USA
22  *
23  * All comments concerning this program package may be sent to the
24  * e-mail address 'xmipp@cnb.csic.es'
25  ***************************************************************************/
26 
27 #ifndef MPI_RECONSTRUCT_WBP_H_
28 #define MPI_RECONSTRUCT_WBP_H_
29 
30 #include "xmipp_mpi.h"
32 
37 {
38 public:
39  ProgMPIRecWbp(int argc, char **argv);
40  ProgMPIRecWbp(const std::shared_ptr<MpiNode> &node);
41  void defineParams();
42  void readParams();
43  void read(int argc, char **argv);
44  void produceSideInfo();
45  void showProgress();
46  bool getImageToProcess(size_t &objId) override;
47  void finishProcessing();
48 };
50 
51 #endif /* MPI_RECONSTRUCT_WBP_H_ */
void produceSideInfo()
Fill arrays with relevant transformation matrices.
ProgMPIRecWbp(int argc, char **argv)
int argc
Original command line arguments.
Definition: xmipp_program.h:86
std::shared_ptr< MpiNode > node
Definition: xmipp_mpi.h:164
bool getImageToProcess(size_t &objId) override
Get 1 image to process.
const char ** argv
Definition: xmipp_program.h:87
void read(int argc, char **argv)