#include <itkOrthogonallyCorrected2DParametricPath.h>
Inheritance diagram for itk::OrthogonallyCorrected2DParametricPath:
Description
Definition at line 47 of file itkOrthogonallyCorrected2DParametricPath.h.
|
Reimplemented from itk::ParametricPath< 2 >. Definition at line 55 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
Basic data-structure types used Reimplemented from itk::ParametricPath< 2 >. Definition at line 68 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
All paths must be mapable to index space Reimplemented from itk::ParametricPath< 2 >. Definition at line 69 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
Input type Reimplemented from itk::ParametricPath< 2 >. Definition at line 61 of file itkOrthogonallyCorrected2DParametricPath.h. Referenced by EndOfInput(), and StartOfInput(). |
|
Reimplemented from itk::ParametricPath< 2 >. Definition at line 70 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
Definition at line 73 of file itkOrthogonallyCorrected2DParametricPath.h. Referenced by ~OrthogonallyCorrected2DParametricPath(). |
|
Definition at line 72 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
Definition at line 75 of file itkOrthogonallyCorrected2DParametricPath.h. Referenced by ~OrthogonallyCorrected2DParametricPath(). |
|
Definition at line 74 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
Output type Reimplemented from itk::ParametricPath< 2 >. Definition at line 64 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
Reimplemented from itk::ParametricPath< 2 >. Definition at line 54 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
Standard class typedefs. Reimplemented from itk::ParametricPath< 2 >. Definition at line 52 of file itkOrthogonallyCorrected2DParametricPath.h. Referenced by ~OrthogonallyCorrected2DParametricPath(). |
|
Reimplemented from itk::ParametricPath< 2 >. Definition at line 53 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
Reimplemented from itk::ParametricPath< 2 >. Definition at line 71 of file itkOrthogonallyCorrected2DParametricPath.h. |
|
|
|
Definition at line 116 of file itkOrthogonallyCorrected2DParametricPath.h. References OriginalPathConstPointer, OrthogonalCorrectionTablePointer, and Self. |
|
These are determined by the original path Reimplemented from itk::Path< double, ContinuousIndex< double, VDimension >, VDimension >. Definition at line 107 of file itkOrthogonallyCorrected2DParametricPath.h. References InputType. |
|
Return the location of the parametric path at the specified location. Implements itk::Path< double, ContinuousIndex< double, VDimension >, VDimension >. |
|
Run-time type information (and related methods). Reimplemented from itk::ParametricPath< 2 >. |
|
Needed for Pipelining Reimplemented from itk::DataObject. Definition at line 96 of file itkOrthogonallyCorrected2DParametricPath.h. References NULL. |
|
New() method for dynamic construction 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::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 103 of file itkOrthogonallyCorrected2DParametricPath.h. References InputType. |