#include <itkGeometryUtilities.h>
List of all members.
Detailed Description
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
- Author:
- Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.
Definition at line 37 of file itkGeometryUtilities.h.
Member Function Documentation
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 |
The documentation for this class was generated from the following file: