ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkRegistrationParameterScalesFromPhysicalShift.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 itkRegistrationParameterScalesFromPhysicalShift_h
19#define itkRegistrationParameterScalesFromPhysicalShift_h
20
22
23namespace itk
24{
25
34template <typename TMetric>
37{
38public:
39 ITK_DISALLOW_COPY_AND_MOVE(RegistrationParameterScalesFromPhysicalShift);
40
46
48 itkNewMacro(Self);
49
51 itkOverrideGetNameOfClassMacro(RegistrationParameterScalesFromPhysicalShift);
52
54 using typename Superclass::ScalesType;
56 using typename Superclass::ParametersType;
58 using typename Superclass::FloatType;
59
60 using typename Superclass::VirtualPointType;
61 using typename Superclass::VirtualIndexType;
63 using typename Superclass::FixedTransformType;
64 using typename Superclass::JacobianType;
66
67protected:
70
71 void
72 PrintSelf(std::ostream & os, Indent indent) const override;
73
74 void
75 ComputeSampleShifts(const ParametersType & deltaParameters, ScalesType & sampleShifts) override;
76
77private:
78 template <typename TTransform>
79 void
80 ComputeSampleShiftsInternal(const ParametersType & deltaParameters, ScalesType & sampleShifts);
81
82}; // class RegistrationParameterScalesFromPhysicalShift
83
84} // namespace itk
85
86
87#ifndef ITK_MANUAL_INSTANTIATION
88# include "itkRegistrationParameterScalesFromPhysicalShift.hxx"
89#endif
90
91#endif /* itkRegistrationParameterScalesFromPhysicalShift_h */
Control indentation during Print() invocation.
Definition itkIndent.h:50
void ComputeSampleShiftsInternal(const ParametersType &deltaParameters, ScalesType &sampleShifts)
void ComputeSampleShifts(const ParametersType &deltaParameters, ScalesType &sampleShifts) override
~RegistrationParameterScalesFromPhysicalShift() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
typename TMetric::VirtualImageConstPointer VirtualImageConstPointer
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....