Go to the documentation of this file.
18 #ifndef __itkAdvancedBSplineDeformableTransformBase_h
19 #define __itkAdvancedBSplineDeformableTransformBase_h
23 #include "itkImageRegion.h"
40 unsigned int NDimensions = 3 >
187 typedef ImageRegion< itkGetStaticConstMacro( SpaceDimension ) >
RegionType;
228 itkExceptionMacro( <<
"Method not applicable for deformable transform." );
238 itkExceptionMacro( <<
"Method not applicable for deformable transform. " );
249 itkExceptionMacro( <<
"Method not applicable for deformable transform. " );
268 virtual bool IsLinear(
void )
const {
return false; }
275 return Self::BSpline;
291 virtual void PrintSelf( std::ostream & os, Indent indent )
const;
376 #ifndef ITK_MANUAL_INSTANTIATION
377 #include "itkAdvancedBSplineDeformableTransformBase.hxx"
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|