Skip to content
Snippets Groups Projects
Commit b4459360 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

REFAC: Method name change.

parent 27f61f40
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ private:
m_ClassificationFilter->SetInputMask(extract->GetOutput());
}
SetParameterOuutputImage<UInt8ImageType>("out", m_ClassificationFilter->GetOutput());
SetParameterOutputImage<UInt8ImageType>("out", m_ClassificationFilter->GetOutput());
}
ClassificationFilterType::Pointer m_ClassificationFilter;
......
......@@ -222,7 +222,7 @@ public:
* \li ParameterType_OutputImage
*/
template <class TImageType>
void SetParameterOuutputImage(std::string parameter, TImageType* value);
void SetParameterOutputImage(std::string parameter, TImageType* value);
/* Set the pixel type in which the image will be saved
*
......
......@@ -28,7 +28,7 @@ namespace Wrapper
{
template <class TImageType>
void Application::SetParameterOuutputImage(std::string parameter, TImageType* value)
void Application::SetParameterOutputImage(std::string parameter, TImageType* value)
{
Parameter* param = GetParameterByKey(parameter);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment