|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxRayCastResampleInterpolator.h>
An interpolator based on ...
Definition at line 38 of file elxRayCastResampleInterpolator.h.
Inheritance diagram for elastix::RayCastResampleInterpolator< TElastix >:Public Member Functions | |
| virtual int | BeforeAll (void) |
| virtual void | BeforeRegistration (void) |
| elxClassNameMacro ("FinalRayCastInterpolator") | |
| virtual const char * | GetClassName () const |
| itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension) | |
| virtual void | ReadFromFile (void) |
| virtual void | WriteToFile (void) const |
Public Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > | |
| virtual OutputType | Evaluate (const PointType &point) const |
| virtual OutputType | EvaluateAtContinuousIndex (const ContinuousIndexType &index) const |
| virtual InputPointType | GetFocalPoint () const |
| virtual InterpolatorType * | GetInterpolator () |
| virtual double | GetThreshold () const |
| virtual TransformType * | GetTransform () |
| bool | IsInsideBuffer (const PointType &) const |
| bool | IsInsideBuffer (const ContinuousIndexType &) const |
| bool | IsInsideBuffer (const IndexType &) const |
| itkStaticConstMacro (InputImageDimension, unsigned int, ResampleInterpolatorBase< TElastix >::InputImageType ::ImageDimension) | |
| itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
| virtual void | SetFocalPoint (InputPointType _arg) |
| virtual void | SetInterpolator (InterpolatorType *_arg) |
| virtual void | SetThreshold (double _arg) |
| virtual void | SetTransform (TransformType *_arg) |
Public Member Functions inherited from elastix::ResampleInterpolatorBase< TElastix > | |
| virtual int | BeforeAllTransformix (void) |
| virtual void | CreateTransformParametersMap (ParameterMapType *paramsMap) const |
| virtual ITKBaseType * | GetAsITKBaseType (void) |
| virtual const ITKBaseType * | GetAsITKBaseType (void) const |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| virtual ConfigurationType * | GetConfiguration (void) const |
| virtual ElastixType * | GetElastix (void) const |
| virtual RegistrationPointer | GetRegistration (void) const |
| virtual void | SetConfiguration (ConfigurationType *_arg) |
| virtual void | SetElastix (ElastixType *_arg) |
Public Member Functions inherited from elastix::BaseComponent | |
| virtual void | AfterEachIteration (void) |
| virtual void | AfterEachIterationBase (void) |
| virtual void | AfterEachResolution (void) |
| virtual void | AfterEachResolutionBase (void) |
| virtual void | AfterRegistration (void) |
| virtual void | AfterRegistrationBase (void) |
| virtual int | BeforeAllBase (void) |
| virtual void | BeforeEachResolution (void) |
| virtual void | BeforeEachResolutionBase (void) |
| virtual void | BeforeRegistrationBase (void) |
| std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) const |
| virtual const char * | elxGetClassName (void) const |
| virtual const char * | GetComponentLabel (void) const |
| itkTypeMacroNoParent (BaseComponent) | |
| virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > | |
| static Pointer | New () |
Protected Member Functions | |
| void | InitializeRayCastInterpolator (void) |
| RayCastResampleInterpolator () | |
| virtual | ~RayCastResampleInterpolator () |
Protected Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > | |
| AdvancedRayCastInterpolateImageFunction () | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| ~AdvancedRayCastInterpolateImageFunction () | |
Protected Member Functions inherited from elastix::ResampleInterpolatorBase< TElastix > | |
| ResampleInterpolatorBase () | |
| virtual | ~ResampleInterpolatorBase () |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| BaseComponentSE () | |
| virtual | ~BaseComponentSE () |
Protected Member Functions inherited from elastix::BaseComponent | |
| BaseComponent () | |
| virtual | ~BaseComponent () |
Private Member Functions | |
| void | operator= (const Self &) |
| RayCastResampleInterpolator (const Self &) | |
Private Attributes | |
| CombinationTransformPointer | m_CombinationTransform |
| TransformParametersType | m_PreParameters |
| EulerTransformPointer | m_PreTransform |
Additional Inherited Members | |
Protected Attributes inherited from itk::AdvancedRayCastInterpolateImageFunction< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > | |
| InputPointType | m_FocalPoint |
| InterpolatorPointer | m_Interpolator |
| double | m_Threshold |
| TransformPointer | m_Transform |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| ConfigurationPointer | m_Configuration |
| ElastixPointer | m_Elastix |
| RegistrationPointer | m_Registration |
| typedef AdvancedTransformType::Pointer elastix::RayCastResampleInterpolator< TElastix >::AdvancedTransformPointer |
Definition at line 99 of file elxRayCastResampleInterpolator.h.
| typedef itk::AdvancedTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro( ImageDimension ), itkGetStaticConstMacro( ImageDimension ) > elastix::RayCastResampleInterpolator< TElastix >::AdvancedTransformType |
Definition at line 98 of file elxRayCastResampleInterpolator.h.
| typedef CombinationTransformType::Pointer elastix::RayCastResampleInterpolator< TElastix >::CombinationTransformPointer |
Definition at line 103 of file elxRayCastResampleInterpolator.h.
| typedef itk::AdvancedCombinationTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro( ImageDimension ) > elastix::RayCastResampleInterpolator< TElastix >::CombinationTransformType |
Definition at line 102 of file elxRayCastResampleInterpolator.h.
| typedef Superclass2::ConfigurationPointer elastix::RayCastResampleInterpolator< TElastix >::ConfigurationPointer |
Definition at line 84 of file elxRayCastResampleInterpolator.h.
| typedef Superclass2::ConfigurationType elastix::RayCastResampleInterpolator< TElastix >::ConfigurationType |
Definition at line 83 of file elxRayCastResampleInterpolator.h.
| typedef itk::SmartPointer< const Self > elastix::RayCastResampleInterpolator< TElastix >::ConstPointer |
Definition at line 54 of file elxRayCastResampleInterpolator.h.
| typedef Superclass1::ContinuousIndexType elastix::RayCastResampleInterpolator< TElastix >::ContinuousIndexType |
Definition at line 75 of file elxRayCastResampleInterpolator.h.
| typedef Superclass2::ElastixPointer elastix::RayCastResampleInterpolator< TElastix >::ElastixPointer |
Definition at line 82 of file elxRayCastResampleInterpolator.h.
| typedef Superclass2::ElastixType elastix::RayCastResampleInterpolator< TElastix >::ElastixType |
Typedef's from ResampleInterpolatorBase.
Definition at line 81 of file elxRayCastResampleInterpolator.h.
| typedef EulerTransformType::Pointer elastix::RayCastResampleInterpolator< TElastix >::EulerTransformPointer |
Definition at line 94 of file elxRayCastResampleInterpolator.h.
| typedef itk::EulerTransform< typename InterpolatorBase< TElastix >::CoordRepType, ImageDimension > elastix::RayCastResampleInterpolator< TElastix >::EulerTransformType |
Typedef's for CombinationTransform
Definition at line 92 of file elxRayCastResampleInterpolator.h.
| typedef Superclass1::IndexType elastix::RayCastResampleInterpolator< TElastix >::IndexType |
Definition at line 74 of file elxRayCastResampleInterpolator.h.
| typedef Superclass1::InputImageType elastix::RayCastResampleInterpolator< TElastix >::InputImageType |
Definition at line 73 of file elxRayCastResampleInterpolator.h.
| typedef Superclass2::ITKBaseType elastix::RayCastResampleInterpolator< TElastix >::ITKBaseType |
Definition at line 87 of file elxRayCastResampleInterpolator.h.
| typedef Superclass1::OutputType elastix::RayCastResampleInterpolator< TElastix >::OutputType |
Typedef's inherited from the superclass.
Definition at line 72 of file elxRayCastResampleInterpolator.h.
| typedef itk::SmartPointer< Self > elastix::RayCastResampleInterpolator< TElastix >::Pointer |
Definition at line 53 of file elxRayCastResampleInterpolator.h.
| typedef Superclass1::PointType elastix::RayCastResampleInterpolator< TElastix >::PointType |
Definition at line 76 of file elxRayCastResampleInterpolator.h.
| typedef Superclass2::RegistrationPointer elastix::RayCastResampleInterpolator< TElastix >::RegistrationPointer |
Definition at line 86 of file elxRayCastResampleInterpolator.h.
| typedef Superclass2::RegistrationType elastix::RayCastResampleInterpolator< TElastix >::RegistrationType |
Definition at line 85 of file elxRayCastResampleInterpolator.h.
| typedef RayCastResampleInterpolator elastix::RayCastResampleInterpolator< TElastix >::Self |
Standard ITK-stuff.
Definition at line 48 of file elxRayCastResampleInterpolator.h.
| typedef Superclass1::SizeType elastix::RayCastResampleInterpolator< TElastix >::SizeType |
Definition at line 77 of file elxRayCastResampleInterpolator.h.
| typedef InputImageType::SpacingType elastix::RayCastResampleInterpolator< TElastix >::SpacingType |
Definition at line 78 of file elxRayCastResampleInterpolator.h.
| typedef itk::AdvancedRayCastInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > elastix::RayCastResampleInterpolator< TElastix >::Superclass1 |
Definition at line 51 of file elxRayCastResampleInterpolator.h.
| typedef ResampleInterpolatorBase< TElastix > elastix::RayCastResampleInterpolator< TElastix >::Superclass2 |
Definition at line 52 of file elxRayCastResampleInterpolator.h.
| typedef EulerTransformType::ParametersType elastix::RayCastResampleInterpolator< TElastix >::TransformParametersType |
Definition at line 93 of file elxRayCastResampleInterpolator.h.
|
inlineprotected |
The constructor.
Definition at line 118 of file elxRayCastResampleInterpolator.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 121 of file elxRayCastResampleInterpolator.h.
|
private |
The private constructor.
|
virtual |
Reimplemented from elastix::BaseComponent.
|
virtual |
Reimplemented from elastix::BaseComponent.
| elastix::RayCastResampleInterpolator< TElastix >::elxClassNameMacro | ( | "FinalRayCastInterpolator" | ) |
Name of this class. Use this name in the parameter file to select this specific resample interpolator.
example: (ResampleInterpolator "FinalRayCastInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.
|
protected |
Helper function to initialize the combination transform with a pre-transform.
| elastix::RayCastResampleInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned | int, | ||
| Superclass1::ImageDimension | |||
| ) |
Dimension of the image.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
|
virtual |
Function to read transform-parameters from a file.
Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.
|
virtual |
Function to write transform-parameters to a file.
Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.
|
private |
Definition at line 138 of file elxRayCastResampleInterpolator.h.
|
private |
Definition at line 137 of file elxRayCastResampleInterpolator.h.
|
private |
Definition at line 136 of file elxRayCastResampleInterpolator.h.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |