ITK  4.8.0
Insight Segmentation and Registration Toolkit
itkVolumeSplineKernelTransform.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright Insight Software Consortium
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 itkVolumeSplineKernelTransform_h
19 #define itkVolumeSplineKernelTransform_h
20 
21 #include "itkKernelTransform.h"
22 
23 namespace itk
24 {
33 template<typename TParametersValueType,
34  unsigned int NDimensions=3>
35 // Number of dimensions
37  public KernelTransform<TParametersValueType, NDimensions>
38 {
39 public:
45 
47  itkNewMacro(Self);
48 
51 
53  typedef typename Superclass::ScalarType ScalarType;
54 
58 
61 
63  itkStaticConstMacro(SpaceDimension, unsigned int,
65 
74 
75 protected:
78 
81 
90  virtual void ComputeG(const InputVectorType & landmarkVector,
91  GMatrixType & gmatrix) const ITK_OVERRIDE;
92 
95  virtual void ComputeDeformationContribution(
96  const InputPointType & inputPoint,
97  OutputPointType & result) const ITK_OVERRIDE;
98 
99 private:
100  VolumeSplineKernelTransform(const Self &); //purposely not implemented
101  void operator=(const Self &); //purposely not implemented
102 };
103 } // namespace itk
104 
105 #ifndef ITK_MANUAL_INSTANTIATION
106 #include "itkVolumeSplineKernelTransform.hxx"
107 #endif
108 
109 #endif // itkVolumeSplineKernelTransform_h
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Light weight base class for most itk classes.
PointSetType::PointsContainerIterator PointsIterator
Superclass::InputVectorType InputVectorType
Superclass::InputPointType InputPointType
virtual void ComputeG(const InputVectorType &landmarkVector, GMatrixType &gmatrix) const override
Superclass::ScalarType ScalarType
Superclass::ParametersType ParametersType
Superclass::FixedParametersType FixedParametersType
Superclass::FixedParametersType FixedParametersType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Superclass::OutputVectorType OutputVectorType
vnl_matrix_fixed< TParametersValueType, NDimensions, NDimensions > GMatrixType
Superclass::InputCovariantVectorType InputCovariantVectorType
static const unsigned int SpaceDimension
Superclass::JacobianType JacobianType
virtual void ComputeDeformationContribution(const InputPointType &inputPoint, OutputPointType &result) const override
Superclass::OutputPointType OutputPointType
KernelTransform< TParametersValueType, NDimensions > Superclass
Superclass::OutputVectorType OutputVectorType
Superclass::InputCovariantVectorType InputCovariantVectorType