Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
PolySphericalHarmonics Class Reference

#include <spherical_harmonics.h>

Public Member Functions

void shPols (int degree, MultidimArray< double > &im, int verbose=0)
 
double shPols (int degree, int m, double theta, double varphi)
 
 PolySphericalHarmonics (bool doSave=false)
 

Detailed Description

Definition at line 47 of file spherical_harmonics.h.

Constructor & Destructor Documentation

◆ PolySphericalHarmonics()

PolySphericalHarmonics::PolySphericalHarmonics ( bool  doSave = false)
inline

Definition at line 76 of file spherical_harmonics.h.

77  {
78  save = doSave;
79  }

Member Function Documentation

◆ shPols() [1/2]

void PolySphericalHarmonics::shPols ( int  degree,
MultidimArray< double > &  im,
int  verbose = 0 
)

Definition at line 29 of file spherical_harmonics.cpp.

31 {
32 }

◆ shPols() [2/2]

double PolySphericalHarmonics::shPols ( int  degree,
int  m,
double  theta,
double  varphi 
)
inline

The documentation for this class was generated from the following files: