#include <mitkDiffusionFunctionCollection.h>
|
static double | factorial (int number) |
|
static void | Cart2Sph (double x, double y, double z, double *cart) |
|
static double | legendre0 (int l) |
|
static double | spherical_harmonic (int m, int l, double theta, double phi, bool complexPart) |
|
static double | Yj (int m, int k, double theta, double phi) |
|
void mitk::sh::Cart2Sph |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double * |
cart |
|
) |
| |
|
static |
double mitk::sh::factorial |
( |
int |
number | ) |
|
|
static |
double mitk::sh::legendre0 |
( |
int |
l | ) |
|
|
static |
static double mitk::sh::spherical_harmonic |
( |
int |
m, |
|
|
int |
l, |
|
|
double |
theta, |
|
|
double |
phi, |
|
|
bool |
complexPart |
|
) |
| |
|
static |
double mitk::sh::Yj |
( |
int |
m, |
|
|
int |
k, |
|
|
double |
theta, |
|
|
double |
phi |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: