ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkTorusInteriorExteriorSpatialFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef TorusInteriorExteriorSpatialFunction | Self |
typedef InteriorExteriorSpatialFunction < VDimension > | Superclass |
Public Types inherited from itk::InteriorExteriorSpatialFunction< VDimension, TInput > | |
Public Types inherited from itk::SpatialFunction< bool, VDimension, TInput > | |
Public Types inherited from itk::FunctionBase< TInput, bool > | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
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) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions inherited from itk::InteriorExteriorSpatialFunction< VDimension, TInput > | |
InteriorExteriorSpatialFunction () | |
virtual | ~InteriorExteriorSpatialFunction () |
Protected Member Functions inherited from itk::SpatialFunction< bool, VDimension, TInput > | |
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 |
virtual double | GetMinorRadius () const |
virtual void | SetMinorRadius (double _arg) |
TorusInteriorExteriorSpatialFunction () | |
virtual | ~TorusInteriorExteriorSpatialFunction () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Additional Inherited Members |
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.
|
protected |
Set/Get the major radius of the torus.
|
protectedvirtual |
Set/Get the major radius of the torus.
|
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.
Reimplemented from itk::Object.
|
private |
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
|
protectedvirtual |
Set/Get the major radius of the torus.
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 97 of file itkTorusInteriorExteriorSpatialFunction.h.
|
private |
The diameter of the "tube"
Definition at line 100 of file itkTorusInteriorExteriorSpatialFunction.h.
|
private |
The origin of the torus (the point from which the major radius is measured)
Definition at line 94 of file itkTorusInteriorExteriorSpatialFunction.h.