18#ifndef sitkTransformixImageFilter_h
19#define sitkTransformixImageFilter_h
132 std::vector<std::map<std::string, std::vector<std::string>>>
149 std::vector<std::string>
151 std::vector<std::string>
158 std::map<std::string, std::vector<std::string>>
162 const std::string parameterFileName);
169 PrintParameterMap(
const std::vector<std::map<std::string, std::vector<std::string>>> parameterMapVector);
181 const std::unique_ptr<TransformixImageFilterImpl>
m_Pimple;
187 const std::map<std::string, std::vector<std::string>> parameterMap,
188 const bool logToConsole =
false,
189 const std::string outputDirectory =
".");
192 const std::vector<std::map<std::string, std::vector<std::string>>> parameterMapVector,
193 const bool logToConsole =
false,
194 const std::string outputDirectory =
".");
The Image class for SimpleITK.
SITKElastix_EXPORT Image Transformix(const Image &movingImage, const std::map< std::string, std::vector< std::string > > parameterMap, const bool logToConsole=false, const std::string outputDirectory=".")