Xmipp  v3.23.11-Nereus
pdb_label_from_volume.h
Go to the documentation of this file.
1 /***************************************************************************
2  *
3  * Authors:
4  * Erney Ramirez-Aportela (eramirea@cnb.csic.es)
5  * Carlos Oscar S. Sorzano (coss@cnb.csic.es)
6  *
7  * Unidad de Bioinformatica of Centro Nacional de Biotecnologia , CSIC
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program; if not, write to the Free Software
21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22  * 02111-1307 USA
23  *
24  * All comments concerning this program package may be sent to the
25  * e-mail address 'xmipp@cnb.csic.es'
26  ***************************************************************************/
27 #ifndef _PROG_PDB_FROM_VOLUME_HH
28 #define _PROG_PDB_FROM_VOLUME_HH
29 
30 #include "core/xmipp_program.h"
31 #include "core/multidim_array.h"
32 #include "core/xmipp_filename.h"
33 
37 /* PDB Phantom Program Parameters ------------------------------------------ */
40 {
41 public:
43  double Ts;
44 
46  double radius;
47 
48  // Origin
50 
52  bool defOrig;
53 
55  bool withMask;
56 
59 
63 
66 
67 
70 
71 
72 public:
73 
75  void defineParams();
80  void readParams();
81 
84  void produceSideInfo();
85 
87  void show();
88 
90  void run();
91 public:
92  /* Downsampling factor */
93  int M;
94 
95  // Protein geometry
97 
98  /* Protein geometry */
100 
101 };
103 #endif
Matrix1D< double > limit
Matrix1D< double > centerOfMass
std::vector< String > StringVector
Definition: xmipp_strings.h:35
MultidimArray< double > inputVol
MultidimArray< double > inputMask