Xmipp  v3.23.11-Nereus
Classes | Functions
symmetrize.h File Reference
#include <core/xmipp_funcs.h>
#include <core/xmipp_image.h>
#include <data/mask.h>
#include <core/symmetries.h>
#include <core/xmipp_program.h>
Include dependency graph for symmetrize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProgSymmetrize
 Symmetrize Parameters. More...
 

Functions

void symmetrizeVolume (const SymList &SL, const MultidimArray< double > &V_in, MultidimArray< double > &V_out, int spline=xmipp_transformation::BSPLINE3, bool wrap=xmipp_transformation::WRAP, bool do_outside_avg=false, bool sum=false, bool helical=false, bool dihedral=false, bool helicalDihedral=false, double rotHelical=0.0, double rotPhaseHelical=0.0, double zHelical=0.0, double heightFraction=0.95, const MultidimArray< double > *mask=nullptr, int Cn=1)
 
void symmetrizeImage (int symorder, const MultidimArray< double > &I_in, MultidimArray< double > &I_out, int spline=xmipp_transformation::BSPLINE3, bool wrap=xmipp_transformation::WRAP, bool do_outside_avg=false, bool sum=false)