Go to the documentation of this file.
18 #ifndef elxTransformixFilter_h
19 #define elxTransformixFilter_h
21 #include "itkImageSource.h"
35 template<
typename TMovingImage >
43 typedef itk::SmartPointer< Self >
Pointer;
50 itkTypeMacro(
Self, itk::ImageSource );
70 typedef typename itk::Image< itk::Vector< float, TMovingImage::ImageDimension >,
84 itkSetMacro( FixedPointSetFileName, std::string );
85 itkGetMacro( FixedPointSetFileName, std::string );
89 itkSetMacro( ComputeSpatialJacobian,
bool );
90 itkGetConstMacro( ComputeSpatialJacobian,
bool );
91 itkBooleanMacro( ComputeSpatialJacobian );
94 itkSetMacro( ComputeDeterminantOfSpatialJacobian,
bool );
95 itkGetConstMacro( ComputeDeterminantOfSpatialJacobian,
bool );
96 itkBooleanMacro( ComputeDeterminantOfSpatialJacobian );
99 itkSetMacro( ComputeDeformationField,
bool );
100 itkGetConstMacro( ComputeDeformationField,
bool );
101 itkBooleanMacro( ComputeDeformationField );
115 itkSetMacro( OutputDirectory, std::string );
116 itkGetConstMacro( OutputDirectory, std::string );
122 itkGetConstMacro( LogFileName, std::string );
126 itkSetMacro( LogToConsole,
bool );
127 itkGetConstMacro( LogToConsole,
bool );
128 itkBooleanMacro( LogToConsole );
131 itkSetMacro( LogToFile,
bool );
132 itkGetConstMacro( LogToFile,
bool );
133 itkBooleanMacro( LogToFile );
157 using itk::ProcessObject::SetInput;
158 using itk::ProcessObject::GetInput;
159 using itk::ProcessObject::RemoveInput;
176 #ifndef ITK_MANUAL_INSTANTIATION
177 #include "elxTransformixFilter.hxx"
180 #endif // elxTransformixFilter_h
std::vector< ParameterMapType > ParameterMapVectorType
Superclass::DataObjectContainerPointer DataObjectContainerPointer
A class with all functionality to configure transformix.
std::vector< ParameterValueType > ParameterValueVectorType
Superclass::ArgumentMapType ArgumentMapType
itk::SmartPointer< Self > Pointer
Superclass::DataObjectContainerType DataObjectContainerType
itk::SmartPointer< const Self > ConstPointer
std::map< ParameterKeyType, ParameterValueVectorType > ParameterMapType
itk::SmartPointer< Self > Pointer
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|