ITK  6.0.0
Insight Toolkit
itkConstantVelocityFieldTransformParametersAdaptor.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright NumFOCUS
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 * https://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 itkConstantVelocityFieldTransformParametersAdaptor_h
19#define itkConstantVelocityFieldTransformParametersAdaptor_h
20
22
23namespace itk
24{
63template <typename TTransform>
65 : public TransformParametersAdaptor<TTransform>
66{
67public:
68 ITK_DISALLOW_COPY_AND_MOVE(ConstantVelocityFieldTransformParametersAdaptor);
69
75
77 itkNewMacro(Self);
78
80 itkOverrideGetNameOfClassMacro(ConstantVelocityFieldTransformParametersAdaptor);
81
83 using TransformType = TTransform;
85 using ParametersType = typename TransformType::ParametersType;
86 using ParametersValueType = typename TransformType::ParametersValueType;
87
88 using ConstantVelocityFieldType = typename TransformType::ConstantVelocityFieldType;
92 using SpacingType = typename ConstantVelocityFieldType::SpacingType;
93
95 static constexpr unsigned int ConstantVelocityFieldDimension = TransformType::ConstantVelocityFieldDimension;
96
98 void
100
102 virtual const SizeType
104
106 void
108
110 virtual const PointType
112
114 void
116
118 virtual const SpacingType
120
122 void
124
126 virtual const DirectionType
128
130 void
132
133protected:
136}; // class ConstantVelocityFieldTransformParametersAdaptor
137} // namespace itk
138
139#ifndef ITK_MANUAL_INSTANTIATION
140# include "itkConstantVelocityFieldTransformParametersAdaptor.hxx"
141#endif
142
143#endif /* itkConstantVelocityFieldTransformParametersAdaptor_h */
ConstantVelocityFieldTransformParametersAdaptor is a helper class intended to definition.
virtual const PointType GetRequiredOrigin() const
virtual const SpacingType GetRequiredSpacing() const
virtual const SizeType GetRequiredSize() const
virtual const DirectionType GetRequiredDirection() const
Light weight base class for most itk classes.
Base helper class intended for multi-resolution image registration.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....