14 #ifndef __elastixlib_h
15 #define __elastixlib_h
20 #include <itkDataObject.h>
28 #if ( defined( _WIN32 ) || defined( WIN32 ) )
29 # ifdef _ELASTIX_BUILD_LIBRARY
30 # ifdef _ELASTIX_BUILD_SHARED_LIBRARY
31 # define ELASTIXLIB_API __declspec( dllexport )
33 # define ELASTIXLIB_API __declspec( dllimport )
36 # define ELASTIXLIB_API __declspec( dllexport )
40 # define ELASTIXLIB_API __attribute__ ( ( visibility( "default" ) ) )
42 # define ELASTIXLIB_API
102 std::string outputPath,
110 std::vector< ParameterMapType > & parameterMaps,
111 std::string outputPath,
std::map< std::string, ParameterValuesType > ParameterMapType
std::vector< itk::ParameterFileParser::ParameterMapType > ParameterMapListType
Image::Pointer ImagePointer
itk::ParameterFileParser::ParameterValuesType ParameterValuesType
itk::ParameterFileParser::ParameterMapType ParameterMapType
ParameterMapListType m_TransformParametersList
std::vector< std::string > ParameterValuesType
ImagePointer m_ResultImage