#include <itkFiniteCylinderSpatialFunction.h>
Inheritance diagram for itk::FiniteCylinderSpatialFunction< VDimension, TInput >:
Public Types | |
typedef FiniteCylinderSpatialFunction | Self |
typedef InteriorExteriorSpatialFunction< VDimension, TInput > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
OutputType | Evaluate (const InputType &position) const |
virtual InputType | GetCenter () |
virtual void | SetCenter (InputType _arg) |
virtual double | GetAxisLength () |
virtual void | SetAxisLength (double _arg) |
virtual double | GetRadius () |
virtual void | SetRadius (double _arg) |
virtual InputType | GetOrientation () |
virtual void | SetOrientation (InputType _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
FiniteCylinderSpatialFunction () | |
virtual | ~FiniteCylinderSpatialFunction () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Implements a function that returns 1 for points inside or on the surface of a cylinder and 0 for points outside the cylinder.
Definition at line 36 of file itkFiniteCylinderSpatialFunction.h.
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 45 of file itkFiniteCylinderSpatialFunction.h. |
|
Input type for the function Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 54 of file itkFiniteCylinderSpatialFunction.h. |
|
Output type for the function Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 57 of file itkFiniteCylinderSpatialFunction.h. |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 44 of file itkFiniteCylinderSpatialFunction.h. |
|
Standard class typedefs. Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 42 of file itkFiniteCylinderSpatialFunction.h. |
|
Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. Definition at line 43 of file itkFiniteCylinderSpatialFunction.h. |
|
|
|
|
|
Evaluates the function at a given position. Implements itk::InteriorExteriorSpatialFunction< VDimension, TInput >. |
|
Get and set the medial axis length of the cylinder. |
|
Set/Get and set the center of the cylinder. |
|
Run-time type information (and related methods). Reimplemented from itk::InteriorExteriorSpatialFunction< VDimension, TInput >. |
|
Set the orientation vectors (must be orthogonal) of the ellipsoid axes. Must be normalized!!!!! |
|
Get and set the radius length of the cylinder. |
|
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 medial axis length of the cylinder. |
|
Set/Get and set the center of the cylinder. |
|
Set the orientation vectors (must be orthogonal) of the ellipsoid axes. Must be normalized!!!!! |
|
Get and set the radius length of the cylinder. |