|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxRayCastInterpolator.h>


Public Types | |
| typedef AdvancedTransformType::Pointer | AdvancedTransformPointer |
| typedef itk::AdvancedTransform < typename InterpolatorBase < TElastix >::CoordRepType, itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(ImageDimension) > | AdvancedTransformType |
| typedef CombinationTransformType::Pointer | CombinationTransformPointer |
| typedef itk::AdvancedCombinationTransform < typename InterpolatorBase < TElastix >::CoordRepType, itkGetStaticConstMacro(ImageDimension) > | CombinationTransformType |
| typedef Superclass2::ConfigurationPointer | ConfigurationPointer |
| typedef Superclass2::ConfigurationType | ConfigurationType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Superclass1::ContinuousIndexType | ContinuousIndexType |
| typedef Superclass2::ElastixPointer | ElastixPointer |
| typedef Superclass2::ElastixType | ElastixType |
| typedef EulerTransformType::Pointer | EulerTransformPointer |
| typedef itk::EulerTransform < typename InterpolatorBase < TElastix >::CoordRepType, ImageDimension > | EulerTransformType |
| typedef Superclass1::IndexType | IndexType |
| typedef Superclass1::InputImageType | InputImageType |
| typedef Superclass2::ITKBaseType | ITKBaseType |
| typedef Superclass1::OutputType | OutputType |
| typedef SmartPointer< Self > | Pointer |
| typedef Superclass1::PointType | PointType |
| typedef Superclass2::RegistrationPointer | RegistrationPointer |
| typedef Superclass2::RegistrationType | RegistrationType |
| typedef RayCastInterpolator | Self |
| typedef Superclass1::SizeType | SizeType |
| typedef InputImageType::SpacingType | SpacingType |
| typedef AdvancedRayCastInterpolateImageFunction < typename InterpolatorBase < TElastix >::InputImageType, typename InterpolatorBase < TElastix >::CoordRepType > | Superclass1 |
| typedef InterpolatorBase < TElastix > | Superclass2 |
| typedef EulerTransformType::ParametersType | TransformParametersType |
Public Types inherited from itk::AdvancedRayCastInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< TElastix >::CoordRepType > | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Superclass::ContinuousIndexType | ContinuousIndexType |
| typedef Vector < InterpolatorBase< TElastix > ::CoordRepType, InputImageDimension > | DirectionType |
| typedef Superclass::IndexType | IndexType |
| typedef Superclass::InputImageType | InputImageType |
| typedef TransformType::InputPointType | InputPointType |
| typedef InterpolatorType::Pointer | InterpolatorPointer |
| typedef InterpolateImageFunction < InterpolatorBase< TElastix > ::InputImageType, InterpolatorBase< TElastix > ::CoordRepType > | InterpolatorType |
| typedef TransformType::OutputPointType | OutputPointType |
| typedef Superclass::OutputType | OutputType |
| typedef Superclass::InputPixelType | PixelType |
| typedef SmartPointer< Self > | Pointer |
| typedef Superclass::PointType | PointType |
| typedef Superclass::RealType | RealType |
| typedef AdvancedRayCastInterpolateImageFunction | Self |
| typedef InterpolatorBase < TElastix > ::InputImageType::SizeType | SizeType |
| typedef InterpolateImageFunction < InterpolatorBase< TElastix > ::InputImageType, InterpolatorBase< TElastix > ::CoordRepType > | Superclass |
| typedef TransformType::JacobianType | TransformJacobianType |
| typedef TransformType::ParametersType | TransformParametersType |
| typedef TransformType::Pointer | TransformPointer |
| typedef Transform < InterpolatorBase< TElastix > ::CoordRepType, InputImageDimension, InputImageDimension > | TransformType |
Public Types inherited from elastix::InterpolatorBase< TElastix > | |
| typedef Superclass::ConfigurationPointer | ConfigurationPointer |
| typedef Superclass::ConfigurationType | ConfigurationType |
| typedef ElastixType::CoordRepType | CoordRepType |
| typedef Superclass::ElastixPointer | ElastixPointer |
| typedef Superclass::ElastixType | ElastixType |
| typedef ElastixType::MovingImageType | InputImageType |
| typedef InterpolateImageFunction < InputImageType, CoordRepType > | ITKBaseType |
| typedef Superclass::RegistrationPointer | RegistrationPointer |
| typedef Superclass::RegistrationType | RegistrationType |
| typedef InterpolatorBase | Self |
| typedef BaseComponentSE< TElastix > | Superclass |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
| typedef ElastixType::ConfigurationPointer | ConfigurationPointer |
| typedef ElastixType::ConfigurationType | ConfigurationType |
| typedef ElastixType::Pointer | ElastixPointer |
| typedef TElastix | ElastixType |
| typedef RegistrationType * | RegistrationPointer |
| typedef ElastixType::RegistrationBaseType | RegistrationType |
| typedef BaseComponentSE | Self |
| typedef BaseComponent | Superclass |
Public Member Functions | |
| elxClassNameMacro ("RayCastInterpolator") | |
| virtual const char * | GetClassName () const |
| itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension) | |
Public Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< 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, InterpolatorBase< 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::InterpolatorBase< TElastix > | |
| 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 | BeforeEachResolutionBase (void) |
| virtual void | BeforeRegistrationBase (void) |
| virtual const char * | elxGetClassName (void) const |
| virtual const char * | GetComponentLabel (void) const |
| virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< TElastix >::CoordRepType > | |
| static Pointer | New () |
Protected Member Functions | |
| virtual int | BeforeAll (void) |
| virtual void | BeforeEachResolution (void) |
| virtual void | BeforeRegistration (void) |
| RayCastInterpolator () | |
| virtual | ~RayCastInterpolator () |
Protected Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< TElastix >::CoordRepType > | |
| AdvancedRayCastInterpolateImageFunction () | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| ~AdvancedRayCastInterpolateImageFunction () | |
Protected Member Functions inherited from elastix::InterpolatorBase< TElastix > | |
| InterpolatorBase () | |
| virtual | ~InterpolatorBase () |
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 &) |
| RayCastInterpolator (const Self &) | |
Private Attributes | |
| CombinationTransformPointer | m_CombinationTransform |
| TransformParametersType | m_PreParameters |
| EulerTransformPointer | m_PreTransform |
Additional Inherited Members | |
Protected Attributes inherited from itk::AdvancedRayCastInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< 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 |
An interpolator based on the itkAdvancedRayCastInterpolateImageFunction.
The parameters used in this class are:
(Interpolator "RayCastInterpolator")Definition at line 42 of file elxRayCastInterpolator.h.
| typedef AdvancedTransformType::Pointer elastix::RayCastInterpolator< TElastix >::AdvancedTransformPointer |
Definition at line 104 of file elxRayCastInterpolator.h.
| typedef itk::AdvancedTransform< typename InterpolatorBase<TElastix>::CoordRepType, itkGetStaticConstMacro( ImageDimension ), itkGetStaticConstMacro( ImageDimension ) > elastix::RayCastInterpolator< TElastix >::AdvancedTransformType |
Definition at line 103 of file elxRayCastInterpolator.h.
| typedef CombinationTransformType::Pointer elastix::RayCastInterpolator< TElastix >::CombinationTransformPointer |
Definition at line 108 of file elxRayCastInterpolator.h.
| typedef itk::AdvancedCombinationTransform< typename InterpolatorBase<TElastix>::CoordRepType, itkGetStaticConstMacro( ImageDimension ) > elastix::RayCastInterpolator< TElastix >::CombinationTransformType |
Definition at line 107 of file elxRayCastInterpolator.h.
| typedef Superclass2::ConfigurationPointer elastix::RayCastInterpolator< TElastix >::ConfigurationPointer |
Definition at line 89 of file elxRayCastInterpolator.h.
| typedef Superclass2::ConfigurationType elastix::RayCastInterpolator< TElastix >::ConfigurationType |
Definition at line 88 of file elxRayCastInterpolator.h.
| typedef SmartPointer<const Self> elastix::RayCastInterpolator< TElastix >::ConstPointer |
Definition at line 59 of file elxRayCastInterpolator.h.
| typedef Superclass1::ContinuousIndexType elastix::RayCastInterpolator< TElastix >::ContinuousIndexType |
Definition at line 80 of file elxRayCastInterpolator.h.
| typedef Superclass2::ElastixPointer elastix::RayCastInterpolator< TElastix >::ElastixPointer |
Definition at line 87 of file elxRayCastInterpolator.h.
| typedef Superclass2::ElastixType elastix::RayCastInterpolator< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 86 of file elxRayCastInterpolator.h.
| typedef EulerTransformType::Pointer elastix::RayCastInterpolator< TElastix >::EulerTransformPointer |
Definition at line 99 of file elxRayCastInterpolator.h.
| typedef itk::EulerTransform< typename InterpolatorBase<TElastix>::CoordRepType, ImageDimension > elastix::RayCastInterpolator< TElastix >::EulerTransformType |
Typedef's for CombinationTransform
Definition at line 97 of file elxRayCastInterpolator.h.
| typedef Superclass1::IndexType elastix::RayCastInterpolator< TElastix >::IndexType |
Definition at line 79 of file elxRayCastInterpolator.h.
| typedef Superclass1::InputImageType elastix::RayCastInterpolator< TElastix >::InputImageType |
Definition at line 78 of file elxRayCastInterpolator.h.
| typedef Superclass2::ITKBaseType elastix::RayCastInterpolator< TElastix >::ITKBaseType |
Definition at line 92 of file elxRayCastInterpolator.h.
| typedef Superclass1::OutputType elastix::RayCastInterpolator< TElastix >::OutputType |
Typedefs inherited from the superclass.
Definition at line 77 of file elxRayCastInterpolator.h.
| typedef SmartPointer<Self> elastix::RayCastInterpolator< TElastix >::Pointer |
Definition at line 58 of file elxRayCastInterpolator.h.
| typedef Superclass1::PointType elastix::RayCastInterpolator< TElastix >::PointType |
Definition at line 81 of file elxRayCastInterpolator.h.
| typedef Superclass2::RegistrationPointer elastix::RayCastInterpolator< TElastix >::RegistrationPointer |
Definition at line 91 of file elxRayCastInterpolator.h.
| typedef Superclass2::RegistrationType elastix::RayCastInterpolator< TElastix >::RegistrationType |
Definition at line 90 of file elxRayCastInterpolator.h.
| typedef RayCastInterpolator elastix::RayCastInterpolator< TElastix >::Self |
Standard ITK-stuff.
Definition at line 53 of file elxRayCastInterpolator.h.
| typedef Superclass1::SizeType elastix::RayCastInterpolator< TElastix >::SizeType |
Definition at line 82 of file elxRayCastInterpolator.h.
| typedef InputImageType::SpacingType elastix::RayCastInterpolator< TElastix >::SpacingType |
Definition at line 83 of file elxRayCastInterpolator.h.
| typedef AdvancedRayCastInterpolateImageFunction< typename InterpolatorBase<TElastix>::InputImageType, typename InterpolatorBase<TElastix>::CoordRepType > elastix::RayCastInterpolator< TElastix >::Superclass1 |
Definition at line 56 of file elxRayCastInterpolator.h.
| typedef InterpolatorBase<TElastix> elastix::RayCastInterpolator< TElastix >::Superclass2 |
Definition at line 57 of file elxRayCastInterpolator.h.
| typedef EulerTransformType::ParametersType elastix::RayCastInterpolator< TElastix >::TransformParametersType |
Definition at line 98 of file elxRayCastInterpolator.h.
|
inlineprotected |
The constructor.
Definition at line 113 of file elxRayCastInterpolator.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 116 of file elxRayCastInterpolator.h.
|
private |
The private constructor.
|
protectedvirtual |
Reimplemented from elastix::BaseComponent.
|
protectedvirtual |
Reimplemented from elastix::BaseComponent.
|
protectedvirtual |
Reimplemented from elastix::BaseComponent.
| elastix::RayCastInterpolator< TElastix >::elxClassNameMacro | ( | "RayCastInterpolator< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (Interpolator "RayCastInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::InterpolatorBase< TElastix >.
| elastix::RayCastInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned | int, | ||
| Superclass1::ImageDimension | |||
| ) |
Get the ImageDimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
|
private |
Definition at line 134 of file elxRayCastInterpolator.h.
|
private |
Definition at line 133 of file elxRayCastInterpolator.h.
|
private |
Definition at line 132 of file elxRayCastInterpolator.h.
Generated on 06-12-2013 for elastix by 1.8.5 |