ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkSphereSignedDistanceFunction.h>
Compute the signed distance from a N-dimensional sphere.
A instance of sphere is defined by a set parameters. The first parameter is the radius and the next SpaceDimension parameters represent the center. The first parameter forms the set of ShapeParameters and the remaining parameters the set of PoseParameters.
This class is templated over the coordinate representation type (e.g. float or double) and the space dimension.
Definition at line 44 of file itkSphereSignedDistanceFunction.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::CoordRepType | CoordRepType |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef SphereSignedDistanceFunction | Self |
typedef ShapeSignedDistanceFunction < TCoordRep, VSpaceDimension > | Superclass |
Public Types inherited from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TCoordRep | CoordRepType |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef OptimizerParameters < double > | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef InputType | PointType |
typedef ShapeSignedDistanceFunction | Self |
typedef SpatialFunction < double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > > | Superclass |
Public Types inherited from itk::SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef SpatialFunction | Self |
typedef FunctionBase< Point < TCoordRep, VSpaceDimension > , double > | Superclass |
Public Types inherited from itk::FunctionBase< Point< TCoordRep, VSpaceDimension >, double > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Point< TCoordRep, VSpaceDimension > | InputType |
typedef double | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef FunctionBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual OutputType | Evaluate (const PointType &point) const |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | GetNumberOfPoseParameters (void) const |
virtual unsigned int | GetNumberOfShapeParameters (void) const |
virtual void | SetParameters (const ParametersType &) |
Public Member Functions inherited from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension > | |
virtual unsigned int | GetNumberOfParameters (void) const |
virtual ParametersType & | GetParameters (void) |
virtual void | Initialize () throw ( ExceptionObject ) |
Public Member Functions inherited from itk::SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > > | |
virtual OutputType | Evaluate (const InputType &input) const =0 |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | SpaceDimension = Superclass::SpaceDimension |
Static Public Attributes inherited from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension > | |
static const unsigned int | SpaceDimension = VSpaceDimension |
Static Public Attributes inherited from itk::SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > > | |
static const unsigned int | ImageDimension |
Private Types | |
typedef Vector< CoordRepType, itkGetStaticConstMacro(SpaceDimension) > | VectorType |
Private Member Functions | |
void | operator= (const Self &) |
SphereSignedDistanceFunction (const Self &) | |
Private Attributes | |
double | m_Radius |
VectorType | m_Translation |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension > | |
ParametersType | m_Parameters |
typedef SmartPointer< const Self > itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >::ConstPointer |
Definition at line 52 of file itkSphereSignedDistanceFunction.h.
typedef Superclass::CoordRepType itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >::CoordRepType |
CoordRep typedef support.
Definition at line 70 of file itkSphereSignedDistanceFunction.h.
typedef Superclass::InputType itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >::InputType |
InputeType typedef support.
Definition at line 64 of file itkSphereSignedDistanceFunction.h.
typedef Superclass::OutputType itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >::OutputType |
OutputType typedef support.
Definition at line 58 of file itkSphereSignedDistanceFunction.h.
typedef Superclass::ParametersType itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >::ParametersType |
Type of the shape parameters.
Definition at line 76 of file itkSphereSignedDistanceFunction.h.
typedef SmartPointer< Self > itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >::Pointer |
Definition at line 51 of file itkSphereSignedDistanceFunction.h.
typedef Superclass::PointType itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >::PointType |
Point typedef support.
Definition at line 73 of file itkSphereSignedDistanceFunction.h.
typedef SphereSignedDistanceFunction itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >::Self |
Standard class typedefs.
Definition at line 49 of file itkSphereSignedDistanceFunction.h.
typedef ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension > itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >::Superclass |
Definition at line 50 of file itkSphereSignedDistanceFunction.h.
|
private |
Definition at line 100 of file itkSphereSignedDistanceFunction.h.
|
protected |
|
inlineprotected |
Definition at line 92 of file itkSphereSignedDistanceFunction.h.
|
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 |
Evaluate the signed distance from a shape at a given position.
Implements itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.
|
inlinevirtual |
Implements itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.
Definition at line 84 of file itkSphereSignedDistanceFunction.h.
|
inlinevirtual |
Implements itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.
Definition at line 82 of file itkSphereSignedDistanceFunction.h.
|
static |
New macro for creation of 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::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.
|
virtual |
A sphere is defined by a set of shape parameters. The first parameter is the radius and the next SpaceDimension parameters represent the center.
Implements itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >.
|
private |
Definition at line 103 of file itkSphereSignedDistanceFunction.h.
|
private |
Definition at line 102 of file itkSphereSignedDistanceFunction.h.
|
static |
Dimension underlying input image.
Definition at line 67 of file itkSphereSignedDistanceFunction.h.