18#ifndef itkParameterFileParser_h
19#define itkParameterFileParser_h
22#include "itkObjectFactory.h"
100 itkSetStringMacro(ParameterFileName);
101 itkGetStringMacro(ParameterFileName);
Implements functionality to read a parameter file.
~ParameterFileParser() override
std::map< std::string, ParameterValuesType > ParameterMapType
std::vector< std::string > ParameterValuesType
std::string ReturnParameterFileAsString()
const ParameterMapType & GetParameterMap() const
std::string m_ParameterFileName
ITK_DISALLOW_COPY_AND_MOVE(ParameterFileParser)
SmartPointer< const Self > ConstPointer
static ParameterMapType ReadParameterMap(const std::string &fileName)
static ParameterMapType ConvertToParameterMap(const std::string &text)
ParameterMapType m_ParameterMap