Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Add CompositeTransform to DataObjectDecorator wrapping
Trying to use DataObjectDecorator<CompositeTransform<double, 3>> in class interface leads to wrapping warnings: itkANTSRegistration: warning(4): ITK type not wrapped, or currently not known: itk::DataObjectDecorator< itk::CompositeTransform< double, 2 > > itkANTSRegistration: warning(4): ITK type not wrapped, or currently not known: itk::DataObjectDecorator< itk::CompositeTransform< double, 3 > >
- Loading branch information