go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkGPUBSplineTransform.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright UMC Utrecht and contributors
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18#ifndef __itkGPUBSplineTransform_h
19#define __itkGPUBSplineTransform_h
20
21#include "itkBSplineTransform.h"
23
24namespace itk
25{
37template< typename TScalarType = float, unsigned int NDimensions = 3, unsigned int VSplineOrder = 3,
40 public TParentTransform, public GPUBSplineBaseTransform< TScalarType, NDimensions >
41{
42public:
43
46 typedef TParentTransform CPUSuperclass;
48 TScalarType, NDimensions > GPUSuperclass;
50 typedef SmartPointer< const Self > ConstPointer;
51 typedef typename CPUSuperclass::ParametersType ParametersType;
52 typedef typename CPUSuperclass::CoefficientImageArray CoefficientImageArray;
53
55 itkNewMacro( Self );
56
58 itkTypeMacro( GPUBSplineTransform, TParentTransform );
59
61 itkStaticConstMacro( SpaceDimension, unsigned int, NDimensions );
62
64 void SetParameters( const ParametersType & parameters );
65
68
69protected:
70
73
74 void PrintSelf( std::ostream & os, Indent indent ) const override;
75
77
78private:
79
80 GPUBSplineTransform( const Self & other ); // purposely not implemented
81 const Self & operator=( const Self & ); // purposely not implemented
82
83};
84
85} // end namespace itk
86
87#ifndef ITK_MANUAL_INSTANTIATION
88#include "itkGPUBSplineTransform.hxx"
89#endif
90
91#endif /* __itkGPUBSplineTransform_h */
GPU base class for the BSplineTransform.
GPU version of BSplineTransform.
void PrintSelf(std::ostream &os, Indent indent) const override
CPUSuperclass::CoefficientImageArray CoefficientImageArray
SmartPointer< Self > Pointer
void SetParameters(const ParametersType &parameters)
GPUBSplineBaseTransform< TScalarType, NDimensions > GPUSuperclass
GPUBSplineTransform(const Self &other)
SmartPointer< const Self > ConstPointer
itkStaticConstMacro(SpaceDimension, unsigned int, NDimensions)
void SetCoefficientImages(const CoefficientImageArray &images)
CPUSuperclass::ParametersType ParametersType
const Self & operator=(const Self &)


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo