go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkAdvancedVersorRigid3DTransform.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/*=========================================================================
19
20 Program: Insight Segmentation & Registration Toolkit
21 Module: $RCSfile: itkAdvancedVersorRigid3DTransform.h,v $
22 Language: C++
23 Date: $Date: 2006-08-09 04:35:32 $
24 Version: $Revision: 1.27 $
25
26 Copyright (c) Insight Software Consortium. All rights reserved.
27 See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
28
29 This software is distributed WITHOUT ANY WARRANTY; without even
30 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
31 PURPOSE. See the above copyright notices for more information.
32
33=========================================================================*/
34#ifndef __itkAdvancedVersorRigid3DTransform_h
35#define __itkAdvancedVersorRigid3DTransform_h
36
37#include <iostream>
39
40namespace itk
41{
42
63template< class TScalarType = double >
64//Data type for scalars (float or double)
66 public AdvancedVersorTransform< TScalarType >
67{
68public:
69
74 typedef SmartPointer< const Self > ConstPointer;
75
77 itkNewMacro( Self );
78
81
83 itkStaticConstMacro( SpaceDimension, unsigned int, 3 );
84 itkStaticConstMacro( InputSpaceDimension, unsigned int, 3 );
85 itkStaticConstMacro( OutputSpaceDimension, unsigned int, 3 );
86 itkStaticConstMacro( ParametersDimension, unsigned int, 6 );
87
108
113
114 typedef typename Superclass
115 ::NonZeroJacobianIndicesType NonZeroJacobianIndicesType;
117 typedef typename Superclass
118 ::JacobianOfSpatialJacobianType JacobianOfSpatialJacobianType;
120 typedef typename Superclass
121 ::JacobianOfSpatialHessianType JacobianOfSpatialHessianType;
123
128 void SetParameters( const ParametersType & parameters ) override;
129
130 const ParametersType & GetParameters( void ) const override;
131
134 const InputPointType &,
135 JacobianType &,
136 NonZeroJacobianIndicesType & ) const override;
137
138protected:
139
140 AdvancedVersorRigid3DTransform( unsigned int outputSpaceDim,
141 unsigned int paramDim );
143 const OutputVectorType & offset );
146
147 void PrintSelf( std::ostream & os, Indent indent ) const override;
148
151 void SetRotationMatrix( const MatrixType & matrix ) override
152 { this->Superclass::SetRotationMatrix( matrix ); }
153
154private:
155
156 AdvancedVersorRigid3DTransform( const Self & ); //purposely not implemented
157 void operator=( const Self & ); //purposely not implemented
158
159};
160
161//class AdvancedVersorRigid3DTransform
162
163} // namespace itk
164
165#ifndef ITK_MANUAL_INSTANTIATION
166#include "itkAdvancedVersorRigid3DTransform.hxx"
167#endif
168
169#endif /* __itkAdvancedVersorRigid3DTransform_h */
AdvancedVersorRigid3DTransform of a vector space (e.g. space coordinates)
Superclass::JacobianOfSpatialHessianType JacobianOfSpatialHessianType
AdvancedVersorTransform< TScalarType > Superclass
itkStaticConstMacro(SpaceDimension, unsigned int, 3)
Superclass::OutputCovariantVectorType OutputCovariantVectorType
AdvancedVersorRigid3DTransform(unsigned int outputSpaceDim, unsigned int paramDim)
itkStaticConstMacro(OutputSpaceDimension, unsigned int, 3)
void SetParameters(const ParametersType &parameters) override
void PrintSelf(std::ostream &os, Indent indent) const override
void GetJacobian(const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const override
AdvancedVersorRigid3DTransform(const MatrixType &matrix, const OutputVectorType &offset)
const ParametersType & GetParameters(void) const override
Superclass::NumberOfParametersType NumberOfParametersType
Superclass::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
void SetRotationMatrix(const MatrixType &matrix) override
Superclass::OutputVnlVectorType OutputVnlVectorType
Superclass::InputCovariantVectorType InputCovariantVectorType
itkStaticConstMacro(InputSpaceDimension, unsigned int, 3)
itkStaticConstMacro(ParametersDimension, unsigned int, 6)
Superclass::JacobianOfSpatialJacobianType JacobianOfSpatialJacobianType
Superclass::ParametersType ParametersType
Superclass::OutputPointType OutputPointType
Superclass::InputPointType InputPointType
Superclass::InputCovariantVectorType InputCovariantVectorType
Superclass::InputVnlVectorType InputVnlVectorType
Superclass::SpatialJacobianType SpatialJacobianType
Superclass::JacobianType JacobianType
Superclass::NumberOfParametersType NumberOfParametersType
Superclass::InverseMatrixType InverseMatrixType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Superclass::OutputVnlVectorType OutputVnlVectorType
Superclass::InputVectorType InputVectorType
Superclass::SpatialHessianType SpatialHessianType
Superclass::InternalMatrixType InternalMatrixType
Superclass::OutputVectorType OutputVectorType


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo