18#ifndef elxMultiBSplineTransformWithNormal_h 
   19#define elxMultiBSplineTransformWithNormal_h 
   89template <
class TElastix>
 
   92                                             elx::TransformBase<TElastix>::FixedImageDimension>
 
  126                                                Self::SpaceDimension>;
 
  132                                                   Self::SpaceDimension,
 
  136                                                   Self::SpaceDimension,
 
  140                                                   Self::SpaceDimension,
 
  144  using typename Superclass1::ScalarType;
 
  145  using typename Superclass1::ParametersType;
 
  146  using typename Superclass1::NumberOfParametersType;
 
  147  using typename Superclass1::JacobianType;
 
  148  using typename Superclass1::InputVectorType;
 
  149  using typename Superclass1::OutputVectorType;
 
  150  using typename Superclass1::InputCovariantVectorType;
 
  151  using typename Superclass1::OutputCovariantVectorType;
 
  152  using typename Superclass1::InputVnlVectorType;
 
  153  using typename Superclass1::OutputVnlVectorType;
 
  154  using typename Superclass1::InputPointType;
 
  155  using typename Superclass1::OutputPointType;
 
  158  using PixelType = 
typename BSplineTransformBaseType::PixelType;
 
 
  278#ifndef ITK_MANUAL_INSTANTIATION 
  279#  include "elxMultiBSplineTransformWithNormal.hxx" 
This class computes all information about the B-spline grid, given the image information and the desi...
 
Convenience class for upsampling a B-spline coefficient image.