ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkConicShellInteriorExteriorSpatialFunction.h>
Spatial function implementation of a conic shell.
We are creating search areas from BoundaryPoint1 in which to look for candidate BoundaryPoint2's with which to form core atoms. Assume the "worst case" that BoundaryPoint2 is somewhere in that search area pointing directly at BoundaryPoint1.
The search area (ConicShell?) from each BoundaryPoint1 has the following parameters:
DistanceMax and DistanceMin from the location of the BoundaryPoint
AngleMax from the line along the gradient at the boundary point. This is determined in n dimensions by taking the dot product of two vectors, (1) the normalized gradient at BoundaryPoint1 and (2) the normalized vector from BoundaryPoint1 to BoundaryPoint2.
If the absolute value of that dot product is greater than (1 - epsilon) then you are in the ConicShell. This epsilon is the same one determining face-to-faceness in the IEEE TMI paper.
Polarity, i.e. which direction along the gradient of BoundaryPoint1 you want to look.
Definition at line 60 of file itkConicShellInteriorExteriorSpatialFunction.h.
typedef SmartPointer< const Self > itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::ConstPointer |
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 69 of file itkConicShellInteriorExteriorSpatialFunction.h.
typedef CovariantVector< double, VDimension > itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GradientType |
The type of vector used to store the gradient info.
Definition at line 85 of file itkConicShellInteriorExteriorSpatialFunction.h.
typedef Superclass::InputType itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::InputType |
Input type for the function.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 76 of file itkConicShellInteriorExteriorSpatialFunction.h.
typedef Superclass::OutputType itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::OutputType |
Output type for the function.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 82 of file itkConicShellInteriorExteriorSpatialFunction.h.
typedef SmartPointer< Self > itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::Pointer |
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 68 of file itkConicShellInteriorExteriorSpatialFunction.h.
typedef ConicShellInteriorExteriorSpatialFunction itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::Self |
Standard class typedefs.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 66 of file itkConicShellInteriorExteriorSpatialFunction.h.
typedef InteriorExteriorSpatialFunction< VDimension > itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::Superclass |
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
Definition at line 67 of file itkConicShellInteriorExteriorSpatialFunction.h.
itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::ConicShellInteriorExteriorSpatialFunction | ( | ) | [protected] |
Set/Get direction along the gradient to search.
virtual itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::~ConicShellInteriorExteriorSpatialFunction | ( | ) | [protected, virtual] |
Set/Get direction along the gradient to search.
itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::ConicShellInteriorExteriorSpatialFunction | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::ConicShellInteriorExteriorSpatialFunction< 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::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::Evaluate | ( | const InputType & | position | ) | const [virtual] |
Evaluates the function at a given position
Implements itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
virtual double itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetDistanceMax | ( | ) | const [virtual] |
Set/Get the maximum search distance.
virtual double itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetDistanceMin | ( | ) | const [virtual] |
Set/Get the minimum search distance.
virtual double itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetEpsilon | ( | ) | const [virtual] |
Set/Get the tolerance of the in/out comparison.
virtual const char* itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetNameOfClass | ( | ) | const [virtual] |
Run time information.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
virtual InputType itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetOrigin | ( | ) | const [virtual] |
Set/Get the origin of the function.
GradientType itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetOriginGradient | ( | ) | [inline] |
Set/Get the gradient at the origin of the function.
Definition at line 96 of file itkConicShellInteriorExteriorSpatialFunction.h.
virtual bool itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetPolarity | ( | ) | const [virtual] |
Set/Get direction along the gradient to search.
static Pointer itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
void itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::operator= | ( | const Self & | ) | [private] |
void itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Set/Get direction along the gradient to search.
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >.
virtual void itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::SetDistanceMax | ( | double | _arg | ) | [virtual] |
Set/Get the maximum search distance.
virtual void itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::SetDistanceMin | ( | double | _arg | ) | [virtual] |
Set/Get the minimum search distance.
virtual void itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::SetEpsilon | ( | double | _arg | ) | [virtual] |
Set/Get the tolerance of the in/out comparison.
virtual void itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::SetOrigin | ( | InputType | _arg | ) | [virtual] |
Set/Get the origin of the function.
void itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::SetOriginGradient | ( | GradientType | grad | ) |
Set/Get the gradient at the origin of the function.
virtual void itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::SetPolarity | ( | bool | _arg | ) | [virtual] |
Set/Get direction along the gradient to search.
double itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::m_DistanceMax [private] |
Definition at line 137 of file itkConicShellInteriorExteriorSpatialFunction.h.
double itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::m_DistanceMin [private] |
Definition at line 136 of file itkConicShellInteriorExteriorSpatialFunction.h.
double itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::m_Epsilon [private] |
Definition at line 138 of file itkConicShellInteriorExteriorSpatialFunction.h.
InputType itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::m_Origin [private] |
The origin of the conic shell
Definition at line 131 of file itkConicShellInteriorExteriorSpatialFunction.h.
GradientType itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::m_OriginGradient [private] |
The gradient at the origin
Definition at line 134 of file itkConicShellInteriorExteriorSpatialFunction.h.
bool itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::m_Polarity [private] |
Definition at line 139 of file itkConicShellInteriorExteriorSpatialFunction.h.