ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::OrthogonallyCorrected2DParametricPath Class Reference

#include <itkOrthogonallyCorrected2DParametricPath.h>

+ Inheritance diagram for itk::OrthogonallyCorrected2DParametricPath:
+ Collaboration diagram for itk::OrthogonallyCorrected2DParametricPath:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef ContinuousIndex
< double, 2 > 
ContinuousIndexType
typedef Index< 2 > IndexType
typedef Superclass::InputType InputType
typedef Offset< 2 > OffsetType
typedef
OriginalPathType::ConstPointer 
OriginalPathConstPointer
typedef ParametricPath< 2 > OriginalPathType
typedef
OrthogonalCorrectionTableType::Pointer 
OrthogonalCorrectionTablePointer
typedef
OrthogonalCorrectionTableType::ElementIdentifier 
OrthogonalCorrectionTableSizeType
typedef VectorContainer
< unsigned, double > 
OrthogonalCorrectionTableType
typedef Superclass::OutputType OutputType
typedef SmartPointer< SelfPointer
typedef
OrthogonallyCorrected2DParametricPath 
Self
typedef ParametricPath< 2 > Superclass
typedef Superclass::VectorType VectorType

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual InputType EndOfInput () const
virtual OutputType Evaluate (const InputType &input) const
virtual const char * GetNameOfClass () const
virtual void Initialize (void)
void SetOriginalPath (const OriginalPathType *originalPath)
virtual void SetOrthogonalCorrectionTable (OrthogonalCorrectionTableType *_arg)
virtual InputType StartOfInput () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 OrthogonallyCorrected2DParametricPath ()
void PrintSelf (std::ostream &os, Indent indent) const
 ~OrthogonallyCorrected2DParametricPath ()

Private Member Functions

void operator= (const Self &)
 OrthogonallyCorrected2DParametricPath (const Self &)

Private Attributes

OriginalPathConstPointer m_OriginalPath
OrthogonalCorrectionTablePointer m_OrthogonalCorrectionTable

Detailed Description

Represent an orthogonally corrected 2D parametric path.

Description

See also:
EllipseParametricPath
PolyLineParametricPath
ParametricPath
Path
ContinuousIndex
Index
Offset
Vector
Examples:
itkOrthogonalSwath2DPathFilterTest.cxx.

Definition at line 44 of file itkOrthogonallyCorrected2DParametricPath.h.


Member Typedef Documentation

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 52 of file itkOrthogonallyCorrected2DParametricPath.h.

Basic data-structure types used

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 64 of file itkOrthogonallyCorrected2DParametricPath.h.

All paths must be mapable to index space

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 65 of file itkOrthogonallyCorrected2DParametricPath.h.

Input type

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 55 of file itkOrthogonallyCorrected2DParametricPath.h.

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 66 of file itkOrthogonallyCorrected2DParametricPath.h.

Definition at line 69 of file itkOrthogonallyCorrected2DParametricPath.h.

Definition at line 68 of file itkOrthogonallyCorrected2DParametricPath.h.

Definition at line 71 of file itkOrthogonallyCorrected2DParametricPath.h.

Definition at line 73 of file itkOrthogonallyCorrected2DParametricPath.h.

Definition at line 70 of file itkOrthogonallyCorrected2DParametricPath.h.

Output type

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 61 of file itkOrthogonallyCorrected2DParametricPath.h.

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 51 of file itkOrthogonallyCorrected2DParametricPath.h.

Standard class typedefs.

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 49 of file itkOrthogonallyCorrected2DParametricPath.h.

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 50 of file itkOrthogonallyCorrected2DParametricPath.h.

Reimplemented from itk::ParametricPath< 2 >.

Definition at line 67 of file itkOrthogonallyCorrected2DParametricPath.h.


Constructor & Destructor Documentation

Definition at line 112 of file itkOrthogonallyCorrected2DParametricPath.h.


Member Function Documentation

virtual::itk::LightObject::Pointer itk::OrthogonallyCorrected2DParametricPath::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.

Where does the path end (what is the last valid input value)? This value is sometimes used by IncrementInput() to go to the end of a path.

Reimplemented from itk::Path< double, ContinuousIndex< double, VDimension >, VDimension >.

Definition at line 105 of file itkOrthogonallyCorrected2DParametricPath.h.

Return the location of the parametric path at the specified location.

virtual const char* itk::OrthogonallyCorrected2DParametricPath::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ParametricPath< 2 >.

virtual void itk::OrthogonallyCorrected2DParametricPath::Initialize ( void  ) [inline, virtual]

Needed for Pipelining

Reimplemented from itk::DataObject.

Definition at line 93 of file itkOrthogonallyCorrected2DParametricPath.h.

References NULL.

New() method for dynamic construction

Reimplemented from itk::Object.

void itk::OrthogonallyCorrected2DParametricPath::operator= ( const Self ) [private]

Default 1D input increment amount to trace along the path. Also, the value used by the defualt implementation of EvaluateDerivative() for numerically approximating the derivative with the change over a single default-sized step. (NOTE that the default implementation of EvaluateDerivative() should never be used in practice, but users or lazzy developers may nevertheless unwisely choose to do so anyway.) For integer- input-types, 1 is probably the correct value. For double-input-types, either 1 or 0.1 are probably good values. This value should be set in the constructor of all instantiable children. Values set in child constructors overwrite values set in parent constructors.

Reimplemented from itk::ParametricPath< 2 >.

void itk::OrthogonallyCorrected2DParametricPath::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Method for grafting the content of one data object into another one. This method is intended to be overloaded by derived classes. Each one of them should use dynamic_casting in order to verify that the grafted object is actually of the same type as the class on which the Graft() method was invoked.

Reimplemented from itk::ParametricPath< 2 >.

Set pointer to the original path. The path MUST be continuous in its first derivative to prevent discontinuities in the corrected path. The path should also be closed, since the first correction is applied to both the beginnning and the end of the original path.

Set table of evenly-spaced orthogonal offsets for the original path.

These are determined by the original path

Reimplemented from itk::Path< double, ContinuousIndex< double, VDimension >, VDimension >.

Definition at line 100 of file itkOrthogonallyCorrected2DParametricPath.h.


Member Data Documentation

Definition at line 121 of file itkOrthogonallyCorrected2DParametricPath.h.

Definition at line 122 of file itkOrthogonallyCorrected2DParametricPath.h.


The documentation for this class was generated from the following file: