![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxRayCastInterpolator.h>
An interpolator based on the itkAdvancedRayCastInterpolateImageFunction.
The parameters used in this class are:
(Interpolator "RayCastInterpolator")
Definition at line 44 of file elxRayCastInterpolator.h.
Public Member Functions | |
elxClassNameMacro ("RayCastInterpolator") | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension) | |
![]() | |
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) |
![]() | |
virtual ITKBaseType * | GetAsITKBaseType (void) |
virtual const ITKBaseType * | GetAsITKBaseType (void) const |
![]() | |
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) |
![]() | |
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) |
std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) const |
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 Pointer | New () |
Protected Member Functions | |
virtual int | BeforeAll (void) |
virtual void | BeforeEachResolution (void) |
virtual void | BeforeRegistration (void) |
RayCastInterpolator () | |
virtual | ~RayCastInterpolator () |
![]() | |
AdvancedRayCastInterpolateImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
~AdvancedRayCastInterpolateImageFunction () | |
![]() | |
InterpolatorBase () | |
virtual | ~InterpolatorBase () |
![]() | |
BaseComponentSE () | |
virtual | ~BaseComponentSE () |
![]() | |
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 | |
![]() | |
InputPointType | m_FocalPoint |
InterpolatorPointer | m_Interpolator |
double | m_Threshold |
TransformPointer | m_Transform |
![]() | |
ConfigurationPointer | m_Configuration |
ElastixPointer | m_Elastix |
RegistrationPointer | m_Registration |
typedef AdvancedTransformType::Pointer elastix::RayCastInterpolator< TElastix >::AdvancedTransformPointer |
Definition at line 106 of file elxRayCastInterpolator.h.
typedef itk::AdvancedTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro( ImageDimension ), itkGetStaticConstMacro( ImageDimension ) > elastix::RayCastInterpolator< TElastix >::AdvancedTransformType |
Definition at line 105 of file elxRayCastInterpolator.h.
typedef CombinationTransformType::Pointer elastix::RayCastInterpolator< TElastix >::CombinationTransformPointer |
Definition at line 110 of file elxRayCastInterpolator.h.
typedef itk::AdvancedCombinationTransform< typename InterpolatorBase< TElastix >::CoordRepType, itkGetStaticConstMacro( ImageDimension ) > elastix::RayCastInterpolator< TElastix >::CombinationTransformType |
Definition at line 109 of file elxRayCastInterpolator.h.
typedef Superclass2::ConfigurationPointer elastix::RayCastInterpolator< TElastix >::ConfigurationPointer |
Definition at line 91 of file elxRayCastInterpolator.h.
typedef Superclass2::ConfigurationType elastix::RayCastInterpolator< TElastix >::ConfigurationType |
Definition at line 90 of file elxRayCastInterpolator.h.
typedef itk::SmartPointer< const Self > elastix::RayCastInterpolator< TElastix >::ConstPointer |
Definition at line 61 of file elxRayCastInterpolator.h.
typedef Superclass1::ContinuousIndexType elastix::RayCastInterpolator< TElastix >::ContinuousIndexType |
Definition at line 82 of file elxRayCastInterpolator.h.
typedef Superclass2::ElastixPointer elastix::RayCastInterpolator< TElastix >::ElastixPointer |
Definition at line 89 of file elxRayCastInterpolator.h.
typedef Superclass2::ElastixType elastix::RayCastInterpolator< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 88 of file elxRayCastInterpolator.h.
typedef EulerTransformType::Pointer elastix::RayCastInterpolator< TElastix >::EulerTransformPointer |
Definition at line 101 of file elxRayCastInterpolator.h.
typedef itk::EulerTransform< typename InterpolatorBase< TElastix >::CoordRepType, ImageDimension > elastix::RayCastInterpolator< TElastix >::EulerTransformType |
Typedef's for CombinationTransform
Definition at line 99 of file elxRayCastInterpolator.h.
typedef Superclass1::IndexType elastix::RayCastInterpolator< TElastix >::IndexType |
Definition at line 81 of file elxRayCastInterpolator.h.
typedef Superclass1::InputImageType elastix::RayCastInterpolator< TElastix >::InputImageType |
Definition at line 80 of file elxRayCastInterpolator.h.
typedef Superclass2::ITKBaseType elastix::RayCastInterpolator< TElastix >::ITKBaseType |
Definition at line 94 of file elxRayCastInterpolator.h.
typedef Superclass1::OutputType elastix::RayCastInterpolator< TElastix >::OutputType |
Typedefs inherited from the superclass.
Definition at line 79 of file elxRayCastInterpolator.h.
typedef itk::SmartPointer< Self > elastix::RayCastInterpolator< TElastix >::Pointer |
Definition at line 60 of file elxRayCastInterpolator.h.
typedef Superclass1::PointType elastix::RayCastInterpolator< TElastix >::PointType |
Definition at line 83 of file elxRayCastInterpolator.h.
typedef Superclass2::RegistrationPointer elastix::RayCastInterpolator< TElastix >::RegistrationPointer |
Definition at line 93 of file elxRayCastInterpolator.h.
typedef Superclass2::RegistrationType elastix::RayCastInterpolator< TElastix >::RegistrationType |
Definition at line 92 of file elxRayCastInterpolator.h.
typedef RayCastInterpolator elastix::RayCastInterpolator< TElastix >::Self |
Standard ITK-stuff.
Definition at line 55 of file elxRayCastInterpolator.h.
typedef Superclass1::SizeType elastix::RayCastInterpolator< TElastix >::SizeType |
Definition at line 84 of file elxRayCastInterpolator.h.
typedef InputImageType::SpacingType elastix::RayCastInterpolator< TElastix >::SpacingType |
Definition at line 85 of file elxRayCastInterpolator.h.
typedef itk::AdvancedRayCastInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > elastix::RayCastInterpolator< TElastix >::Superclass1 |
Definition at line 58 of file elxRayCastInterpolator.h.
typedef InterpolatorBase< TElastix > elastix::RayCastInterpolator< TElastix >::Superclass2 |
Definition at line 59 of file elxRayCastInterpolator.h.
typedef EulerTransformType::ParametersType elastix::RayCastInterpolator< TElastix >::TransformParametersType |
Definition at line 100 of file elxRayCastInterpolator.h.
|
inlineprotected |
The constructor.
Definition at line 115 of file elxRayCastInterpolator.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 118 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 136 of file elxRayCastInterpolator.h.
|
private |
Definition at line 135 of file elxRayCastInterpolator.h.
|
private |
Definition at line 134 of file elxRayCastInterpolator.h.
Generated on 07-03-2016 for elastix by ![]() |
![]() |