|
typedef RBFTransform | Self |
|
typedef Transform< double, 2, 2 > | Superclass |
|
typedef SmartPointer< Self > | Pointer |
|
typedef SmartPointer< const Self > | ConstPointer |
|
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 |
|
|
| itkTypeMacro (RBFTransform, Transform) |
|
| itkNewMacro (Self) |
|
| itkStaticConstMacro (InputSpaceDimension, unsigned int, 2) |
|
| itkStaticConstMacro (OutputSpaceDimension, unsigned int, 2) |
|
virtual OutputPointType | TransformPoint (const InputPointType &uv) const |
|
InputPointType | BackTransformPoint (const OutputPointType &y) const |
|
virtual void | SetFixedParameters (const ParametersType ¶ms) |
|
virtual const ParametersType & | GetFixedParameters () const |
|
virtual void | SetParameters (const ParametersType ¶ms) |
|
virtual const ParametersType & | GetParameters () const |
|
virtual NumberOfParametersType | GetNumberOfParameters () const |
|
bool | GetInverse (Self *inverse) const |
|
virtual InverseTransformBasePointer | GetInverseTransform () const |
|
void | setup (const OutputPointType &tile_min, const OutputPointType &tile_max, const unsigned int num_pts, const InputPointType *uv, const OutputPointType *xy) |
|
virtual void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const |
|
unsigned int | num_points () const |
|
const double & | GetXmax () const |
|
const double & | GetYmax () const |
|
const double & | GetUc () const |
|
const double & | GetVc () const |
|
const double * | uv (const unsigned int &i) const |
|
const double & | a (const unsigned int &i) const |
|
const double & | b (const unsigned int &i) const |
|
const double & | f (const unsigned int &i) const |
|
const double & | g (const unsigned int &i) const |
|