ITK
4.3.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.
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
OutputType | Evaluate (const InputType &position) const |
virtual const char * | GetNameOfClass () const |
virtual InputType | GetOrigin () const |
virtual void | SetOrigin (InputType _arg) |
virtual double | GetMajorRadius () const |
virtual void | SetMajorRadius (double _arg) |
virtual double | GetMinorRadius () const |
virtual void | SetMinorRadius (double _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
TorusInteriorExteriorSpatialFunction () | |
virtual | ~TorusInteriorExteriorSpatialFunction () |
Protected Member Functions inherited from itk::InteriorExteriorSpatialFunction< VDimension, TInput > | |
InteriorExteriorSpatialFunction () | |
virtual | ~InteriorExteriorSpatialFunction () |
Protected Member Functions inherited from itk::SpatialFunction< bool, VDimension, TInput > | |
void | PrintSelf (std::ostream &os, Indent indent) const |
SpatialFunction () | |
virtual | ~SpatialFunction () |
Protected Member Functions inherited from itk::FunctionBase< TInput, bool > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
void | operator= (const Self &) |
TorusInteriorExteriorSpatialFunction (const Self &) | |
Private Attributes | |
double | m_MajorRadius |
double | m_MinorRadius |
InputType | m_Origin |
Additional Inherited Members | |
Static Public Attributes inherited from itk::SpatialFunction< bool, VDimension, TInput > | |
static const unsigned int | ImageDimension |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef SmartPointer< const Self > itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::ConstPointer |
Definition at line 49 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef Superclass::InputType itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::InputType |
Input type for the function.
Definition at line 55 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef Superclass::OutputType itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::OutputType |
Output type for the function.
Definition at line 61 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef SmartPointer< Self > itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::Pointer |
Definition at line 48 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef TorusInteriorExteriorSpatialFunction itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::Self |
Standard class typedefs.
Definition at line 46 of file itkTorusInteriorExteriorSpatialFunction.h.
typedef InteriorExteriorSpatialFunction< VDimension > itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >::Superclass |
Definition at line 47 of file itkTorusInteriorExteriorSpatialFunction.h.
|
protected |
|
protectedvirtual |
|
private |
|
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.
|
virtual |
Evaluates the function at a given position
Implements itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
|
virtual |
Set/Get the major radius of the torus.
|
virtual |
Set/Get the major radius of the torus.
|
virtual |
Run time information.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
|
virtual |
Set/Get the origin of the torus (the point from which the major radius is measured).
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
|
virtual |
Set/Get the major radius of the torus.
|
virtual |
Set/Get the major radius of the torus.
|
virtual |
Set/Get the origin of the torus (the point from which the major radius is measured).
|
private |
The distance from the origin of the torus to the center of the "tube"
Definition at line 98 of file itkTorusInteriorExteriorSpatialFunction.h.
|
private |
The diameter of the "tube"
Definition at line 101 of file itkTorusInteriorExteriorSpatialFunction.h.
|
private |
The origin of the torus (the point from which the major radius is measured)
Definition at line 95 of file itkTorusInteriorExteriorSpatialFunction.h.