#include <itkConicShellInteriorExteriorSpatialFunction.h>
Inheritance diagram for itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >:
Public Types | |
typedef ConicShellInteriorExteriorSpatialFunction | Self |
typedef InteriorExteriorSpatialFunction< VDimension > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef CovariantVector< double, VDimension > | GradientType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
OutputType | Evaluate (const InputType &position) const |
virtual InputType | GetOrigin () |
virtual void | SetOrigin (InputType _arg) |
GradientType | GetOriginGradient () |
void | SetOriginGradient (GradientType grad) |
virtual double | GetDistanceMin () |
virtual void | SetDistanceMin (double _arg) |
virtual double | GetDistanceMax () |
virtual void | SetDistanceMax (double _arg) |
virtual double | GetEpsilon () |
virtual void | SetEpsilon (double _arg) |
virtual bool | GetPolarity () |
virtual void | SetPolarity (bool _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ConicShellInteriorExteriorSpatialFunction () | |
virtual | ~ConicShellInteriorExteriorSpatialFunction () |
void | PrintSelf (std::ostream &os, Indent indent) const |
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 57 of file itkConicShellInteriorExteriorSpatialFunction.h.
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 66 of file itkConicShellInteriorExteriorSpatialFunction.h. |
|
The type of vector used to store the gradient info. Definition at line 81 of file itkConicShellInteriorExteriorSpatialFunction.h. Referenced by itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetOriginGradient(). |
|
Input type for the function. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 75 of file itkConicShellInteriorExteriorSpatialFunction.h. Referenced by itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetOriginGradient(). |
|
Output type for the function. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 78 of file itkConicShellInteriorExteriorSpatialFunction.h. |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 65 of file itkConicShellInteriorExteriorSpatialFunction.h. |
|
Standard class typedefs. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 63 of file itkConicShellInteriorExteriorSpatialFunction.h. Referenced by itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GetOriginGradient(). |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 64 of file itkConicShellInteriorExteriorSpatialFunction.h. |
|
|
|
|
|
Evaluates the function at a given position Implements itk::InteriorExteriorSpatialFunction< VDimension, TInput >. |
|
Set/Get the maximum search distance. |
|
Set/Get the minimum search distance. |
|
Set/Get the tolerance of the in/out comparison. |
|
Run time information. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. |
|
Set/Get the origin of the function. |
|
Set/Get the gradient at the origin of the function. Definition at line 92 of file itkConicShellInteriorExteriorSpatialFunction.h. References itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::GradientType, itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::InputType, and itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >::Self. |
|
Set/Get direction along the gradient to search. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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 >. |
|
Set/Get the maximum search distance. |
|
Set/Get the minimum search distance. |
|
Set/Get the tolerance of the in/out comparison. |
|
Set/Get the origin of the function. |
|
Set/Get the gradient at the origin of the function. |
|
Set/Get direction along the gradient to search. |