ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h>
Helper class for multiresolution image registration.
Definition at line 33 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef TransformType::ScalarType | ScalarType |
typedef GaussianExponentialDiffeomorphicTransformParametersAdaptor | Self |
typedef ConstantVelocityFieldTransformParametersAdaptor < TTransform > | Superclass |
typedef TTransform | TransformType |
Public Types inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform > | |
typedef TransformType::ConstantVelocityFieldType | ConstantVelocityFieldType |
typedef SmartPointer< const Self > | ConstPointer |
typedef ConstantVelocityFieldType::DirectionType | DirectionType |
typedef TransformType::ParametersType | ParametersType |
typedef TransformType::ParametersValueType | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef ConstantVelocityFieldType::PointType | PointType |
typedef ConstantVelocityFieldTransformParametersAdaptor | Self |
typedef ConstantVelocityFieldType::SizeType | SizeType |
typedef ConstantVelocityFieldType::SpacingType | SpacingType |
typedef TransformParametersAdaptor < TTransform > | Superclass |
typedef TransformType::Pointer | TransformPointer |
typedef TTransform | TransformType |
Public Types inherited from itk::TransformParametersAdaptor< TTransform > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::ParametersValueType | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef TransformParametersAdaptor | Self |
typedef TransformParametersAdaptorBase < TTransform > | Superclass |
typedef Superclass::TransformPointer | TransformPointer |
typedef TTransform | TransformType |
Public Types inherited from itk::TransformParametersAdaptorBase< TTransform > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TransformType::ParametersType | ParametersType |
typedef ParametersType::ValueType | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef TransformParametersAdaptorBase | Self |
typedef Object | Superclass |
typedef TransformType::Pointer | TransformPointer |
typedef TTransform | TransformType |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::TransformParametersAdaptor< TTransform > | |
static Pointer | New () |
Private Member Functions | |
GaussianExponentialDiffeomorphicTransformParametersAdaptor (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform > | |
static const unsigned int | ConstantVelocityFieldDimension = TransformType::ConstantVelocityFieldDimension |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::TransformParametersAdaptor< TTransform > | |
ParametersType | m_RequiredFixedParameters |
TransformPointer | m_Transform |
typedef SmartPointer<const Self> itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::ConstPointer |
Definition at line 42 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
typedef SmartPointer<Self> itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::Pointer |
Definition at line 41 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
typedef TransformType::ScalarType itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::ScalarType |
Definition at line 52 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
typedef GaussianExponentialDiffeomorphicTransformParametersAdaptor itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::Self |
Standard class typedefs.
Definition at line 39 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
typedef ConstantVelocityFieldTransformParametersAdaptor<TTransform> itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::Superclass |
Definition at line 40 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
typedef TTransform itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::TransformType |
Definition at line 49 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
|
protected |
|
protected |
|
private |
|
virtual |
Initialize the transform using the specified fixed parameters
Reimplemented from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.
|
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::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.
|
virtual |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
|
virtual |
Get/Set the Gaussian smoothing standard deviation for the update field.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.
|
static |
New macro for creation of through a Smart Pointer.
|
private |
|
protectedvirtual |
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::Object.
|
virtual |
Get/Set the Gaussian smoothing standard deviation for the velocity field.
|
virtual |
Get/Set the Gaussian smoothing standard deviation for the update field.
|
private |
Definition at line 80 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
|
private |
Definition at line 82 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
|
private |
Definition at line 81 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.
|
private |
Definition at line 83 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.