#include <itkEllipsoidInteriorExteriorSpatialFunction.h>
Inheritance diagram for itk::EllipsoidInteriorExteriorSpatialFunction< VDimension, TInput >:
Public Types | |
typedef EllipsoidInteriorExteriorSpatialFunction | Self |
typedef InteriorExteriorSpatialFunction< VDimension, TInput > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef vnl_matrix_fixed< double, VDimension, VDimension > | OrientationType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | SetOrientations (const OrientationType &) |
OutputType | Evaluate (const InputType &position) const |
virtual InputType | GetCenter () |
virtual void | SetCenter (InputType _arg) |
virtual InputType | GetAxes () |
virtual void | SetAxes (InputType _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
EllipsoidInteriorExteriorSpatialFunction () | |
virtual | ~EllipsoidInteriorExteriorSpatialFunction () |
void | PrintSelf (std::ostream &os, Indent indent) const |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 48 of file itkEllipsoidInteriorExteriorSpatialFunction.h. |
|
Input type for the function Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 57 of file itkEllipsoidInteriorExteriorSpatialFunction.h. |
|
Typedef for the orientation matrix Definition at line 63 of file itkEllipsoidInteriorExteriorSpatialFunction.h. |
|
Output type for the function Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 60 of file itkEllipsoidInteriorExteriorSpatialFunction.h. |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 47 of file itkEllipsoidInteriorExteriorSpatialFunction.h. |
|
Standard class typedefs. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 45 of file itkEllipsoidInteriorExteriorSpatialFunction.h. |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 46 of file itkEllipsoidInteriorExteriorSpatialFunction.h. |
|
|
|
|
|
Evaluates the function at a given position. Implements itk::InteriorExteriorSpatialFunction< VDimension, TInput >. |
|
Get and set the axes lengths of the ellipsoid. |
|
Set/Get and set the center of the ellipsoid. |
|
Run-time type information (and related methods). 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 axes lengths of the ellipsoid. |
|
Set/Get and set the center of the ellipsoid. |
|
Set the orientation vectors (must be orthogonal) of the ellipsoid axes. Must be normalized!!!!! |