![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkGeometryUtilities.h>
Static Public Member Functions | |
| static long | DoubleFactorial (const long n) |
| static long | Factorial (const long n) |
| static double | GammaN2p1 (const long n) |
| static double | HyperSpherePerimeter (const int dim, const double radius) |
| static double | HyperSphereRadiusFromVolume (const int dim, const double volume) |
| static double | HyperSphereVolume (const int dim, const double radius) |
Groups some utility functions related to geometry.
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176
Definition at line 37 of file itkGeometryUtilities.h.
| static long itk::GeometryUtilities::DoubleFactorial | ( | const long | n | ) | [static] |
| static long itk::GeometryUtilities::Factorial | ( | const long | n | ) | [static] |
| static double itk::GeometryUtilities::GammaN2p1 | ( | const long | n | ) | [static] |
| static double itk::GeometryUtilities::HyperSpherePerimeter | ( | const int | dim, |
| const double | radius | ||
| ) | [static] |
| static double itk::GeometryUtilities::HyperSphereRadiusFromVolume | ( | const int | dim, |
| const double | volume | ||
| ) | [static] |
| static double itk::GeometryUtilities::HyperSphereVolume | ( | const int | dim, |
| const double | radius | ||
| ) | [static] |
1.7.6.1