Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
Public Types | Public Member Functions | Public Attributes | List of all members
itk::GridTransform Class Reference
Inheritance diagram for itk::GridTransform:

Public Types

typedef GridTransform Self
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef Transform< double, 2, 2 > Superclass
 
typedef Superclass::InverseTransformBaseType InverseTransformBaseType
 
typedef InverseTransformBaseType::Pointer InverseTransformBasePointer
 
typedef double ScalarType
 
typedef Superclass::ParametersType ParametersType
 
typedef Superclass::JacobianType JacobianType
 
typedef Superclass::InputPointType InputPointType
 
typedef Superclass::OutputPointType OutputPointType
 

Public Member Functions

 itkTypeMacro (GridTransform, Transform)
 
 itkNewMacro (Self)
 
 itkStaticConstMacro (InputSpaceDimension, unsigned int, 2)
 
 itkStaticConstMacro (OutputSpaceDimension, unsigned int, 2)
 
virtual OutputPointType TransformPoint (const InputPointType &x) const
 
InputPointType BackTransformPoint (const OutputPointType &y) const
 
virtual void SetFixedParameters (const ParametersType &params)
 
virtual const ParametersType & GetFixedParameters () const
 
virtual void SetParameters (const ParametersType &params)
 
virtual const ParametersType & GetParameters () const
 
virtual NumberOfParametersType GetNumberOfParameters (void) const
 
virtual InverseTransformBasePointer GetInverseTransform () const
 
void setup (const the_grid_transform_t &transform, const bool &is_inverse=false)
 
bool is_inverse () const
 
virtual void ComputeJacobianWithRespectToParameters (const InputPointType &point, JacobianType &jacobian) const
 

Public Attributes

the_grid_transform_t transform_
 

Member Typedef Documentation

typedef Superclass::InverseTransformBaseType itk::GridTransform::InverseTransformBaseType

Base inverse transform type. This type should not be changed to the concrete inverse transform type or inheritance would be lost.

Standard scalar type for this class.

Member Function Documentation

itk::GridTransform::itkStaticConstMacro ( InputSpaceDimension  ,
unsigned  int,
 
)

Dimension of the domain space.


The documentation for this class was generated from the following file: