Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::SphereSpatialFunction< VImageDimension, TInput > Class Template Reference
[Spatial Functions]

Spatial function implementation of a sphere. More...

#include <itkSphereSpatialFunction.h>

Inheritance diagram for itk::SphereSpatialFunction< VImageDimension, TInput >:

Inheritance graph
[legend]
Collaboration diagram for itk::SphereSpatialFunction< VImageDimension, TInput >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef SphereSpatialFunction<
VImageDimension, TInput > 
Self
typedef InteriorExteriorSpatialFunction<
VImageDimension, TInput > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef Superclass::InputType InputType
typedef Superclass::OutputType OutputType

Public Member Functions

virtual const char * GetClassName () const
OutputType Evaluate (const InputType &position) const
virtual InputType GetCenter ()
virtual void SetCenter (InputType _arg)
virtual double GetRadius ()
virtual void SetRadius (double _arg)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 SphereSpatialFunction ()
virtual ~SphereSpatialFunction ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
class itk::SphereSpatialFunction< VImageDimension, TInput >

Spatial function implementation of a sphere.

Implements a function that returns 0 for points inside or on the surface of a sphere, 1 for points outside the sphere

Definition at line 35 of file itkSphereSpatialFunction.h.


Member Typedef Documentation

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
typedef SmartPointer<const Self> itk::SphereSpatialFunction< VImageDimension, TInput >::ConstPointer
 

Reimplemented from itk::InteriorExteriorSpatialFunction< VImageDimension, TInput >.

Definition at line 43 of file itkSphereSpatialFunction.h.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
typedef Superclass::InputType itk::SphereSpatialFunction< VImageDimension, TInput >::InputType
 

Input type for the function.

Reimplemented from itk::InteriorExteriorSpatialFunction< VImageDimension, TInput >.

Definition at line 52 of file itkSphereSpatialFunction.h.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
typedef Superclass::OutputType itk::SphereSpatialFunction< VImageDimension, TInput >::OutputType
 

Output type for the function.

Reimplemented from itk::InteriorExteriorSpatialFunction< VImageDimension, TInput >.

Definition at line 55 of file itkSphereSpatialFunction.h.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
typedef SmartPointer<Self> itk::SphereSpatialFunction< VImageDimension, TInput >::Pointer
 

Reimplemented from itk::InteriorExteriorSpatialFunction< VImageDimension, TInput >.

Definition at line 42 of file itkSphereSpatialFunction.h.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
typedef SphereSpatialFunction<VImageDimension,TInput> itk::SphereSpatialFunction< VImageDimension, TInput >::Self
 

Standard class typedefs.

Reimplemented from itk::InteriorExteriorSpatialFunction< VImageDimension, TInput >.

Definition at line 40 of file itkSphereSpatialFunction.h.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
typedef InteriorExteriorSpatialFunction<VImageDimension,TInput> itk::SphereSpatialFunction< VImageDimension, TInput >::Superclass
 

Reimplemented from itk::InteriorExteriorSpatialFunction< VImageDimension, TInput >.

Definition at line 41 of file itkSphereSpatialFunction.h.


Constructor & Destructor Documentation

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
itk::SphereSpatialFunction< VImageDimension, TInput >::SphereSpatialFunction  )  [protected]
 

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
virtual itk::SphereSpatialFunction< VImageDimension, TInput >::~SphereSpatialFunction  )  [protected, virtual]
 


Member Function Documentation

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
OutputType itk::SphereSpatialFunction< VImageDimension, TInput >::Evaluate const InputType position  )  const [virtual]
 

Evaluates the function at a given position

Implements itk::InteriorExteriorSpatialFunction< VImageDimension, TInput >.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
virtual InputType itk::SphereSpatialFunction< VImageDimension, TInput >::GetCenter  )  [virtual]
 

Get and set the center of the sphere.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
virtual const char* itk::SphereSpatialFunction< VImageDimension, TInput >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::InteriorExteriorSpatialFunction< VImageDimension, TInput >.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
virtual double itk::SphereSpatialFunction< VImageDimension, TInput >::GetRadius  )  [virtual]
 

Get and set the radius of the sphere

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
Pointer itk::SphereSpatialFunction< VImageDimension, TInput >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
void itk::SphereSpatialFunction< VImageDimension, TInput >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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< VImageDimension, TInput >.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
virtual void itk::SphereSpatialFunction< VImageDimension, TInput >::SetCenter InputType  _arg  )  [virtual]
 

Get and set the center of the sphere.

template<unsigned int VImageDimension = 3, typename TInput = Point<double,VImageDimension>>
virtual void itk::SphereSpatialFunction< VImageDimension, TInput >::SetRadius double  _arg  )  [virtual]
 

Get and set the radius of the sphere


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:13:36 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000