Skip to content
Snippets Groups Projects
Commit fe9483bd authored by Julien Malik's avatar Julien Malik
Browse files

ENH: defaults to static_cast to support all automatic type conversions

parent 2bf07bdc
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ public:
OutputType Convert (InputType input)
{
itkGenericExceptionMacro( << "Type Convertion Not Implemented." << std::endl );
return static_cast<OutputType>(input);
}
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment