#include <itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h>
Inheritance diagram for itk::SymmetricEllipsoidInteriorExteriorSpatialFunction< VDimension, TInput >:
Public Types | |
typedef SymmetricEllipsoidInteriorExteriorSpatialFunction | Self |
typedef InteriorExteriorSpatialFunction< VDimension > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Vector< double, VDimension > | VectorType |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
OutputType | Evaluate (const InputType &position) const |
void | SetOrientation (VectorType orientation, double uniqueAxis, double symmetricAxes) |
virtual InputType | GetCenter () |
virtual void | SetCenter (InputType _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SymmetricEllipsoidInteriorExteriorSpatialFunction () | |
virtual | ~SymmetricEllipsoidInteriorExteriorSpatialFunction () |
void | PrintSelf (std::ostream &os, Indent indent) const |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 47 of file itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h. |
|
Input type for the function. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 57 of file itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h. |
|
Output type for the function. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 60 of file itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h. |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 46 of file itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h. |
|
Standard class typedefs. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 44 of file itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h. |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 45 of file itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h. |
|
Definition at line 48 of file itkSymmetricEllipsoidInteriorExteriorSpatialFunction.h. |
|
|
|
|
|
Evaluates the function at a given position. Implements itk::InteriorExteriorSpatialFunction< VDimension, TInput >. |
|
Get and set the center of the ellipsoid. |
|
Run-time information. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. |
|
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 >. |
|
Get and set the center of the ellipsoid. |
|
Set the orientation vector of the ellipsoid's unique axis and axes lengths. Must be normalized!!!!! |