ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkTorusInteriorExteriorSpatialFunction.h>
Spatial function implementation of torus symmetric about the z-axis in 3D.
Handle with care! May behave in strange ways when used with dimensions other than 3
Definition at line 40 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef SmartPointer< const Self > itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::ConstPointer |
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 49 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef Superclass::InputType itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::InputType |
Input type for the function.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 55 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef Superclass::OutputType itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::OutputType |
Output type for the function.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 61 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef SmartPointer< Self > itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::Pointer |
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 48 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef TorusInteriorExteriorSpatialFunction itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::Self |
Standard class typedefs.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 46 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef InteriorExteriorSpatialFunction< VDimension > itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::Superclass |
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 47 of file itkTorusInteriorExteriorSpatialFunction.h.
itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::TorusInteriorExteriorSpatialFunction | ( | ) | [protected] |
Set/Get the major radius of the torus.
virtual itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::~TorusInteriorExteriorSpatialFunction | ( | ) | [protected, virtual] |
Set/Get the major radius of the torus.
itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::TorusInteriorExteriorSpatialFunction | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
OutputType itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::Evaluate | ( | const InputType & | position | ) | const [virtual] |
Evaluates the function at a given position
Implements itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
virtual double itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::GetMajorRadius | ( | ) | const [virtual] |
Set/Get the major radius of the torus.
virtual double itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::GetMinorRadius | ( | ) | const [virtual] |
Set/Get the major radius of the torus.
virtual const char* itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::GetNameOfClass | ( | ) | const [virtual] |
Run time information.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
virtual InputType itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::GetOrigin | ( | ) | const [virtual] |
Set/Get the origin of the torus (the point from which the major radius is measured).
static Pointer itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
void itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::operator= | ( | const Self & | ) | [private] |
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
void itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Set/Get the major radius of the torus.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
virtual void itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::SetMajorRadius | ( | double | _arg | ) | [virtual] |
Set/Get the major radius of the torus.
virtual void itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::SetMinorRadius | ( | double | _arg | ) | [virtual] |
Set/Get the major radius of the torus.
virtual void itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::SetOrigin | ( | InputType | _arg | ) | [virtual] |
Set/Get the origin of the torus (the point from which the major radius is measured).
double itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::m_MajorRadius [private] |
The distance from the origin of the torus to the center of the "tube"
Definition at line 97 of file itkTorusInteriorExteriorSpatialFunction.h.
double itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::m_MinorRadius [private] |
The diameter of the "tube"
Definition at line 100 of file itkTorusInteriorExteriorSpatialFunction.h.
InputType itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::m_Origin [private] |
The origin of the torus (the point from which the major radius is measured)
Definition at line 94 of file itkTorusInteriorExteriorSpatialFunction.h.