Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ipythonxiaobo
otb
Commits
afeb008e
Commit
afeb008e
authored
Jan 27, 2022
by
Julien Osman
Browse files
STYLE: Delete commented code
parent
a4110f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Core/ImageBase/include/otbMetaImageFunction.hxx
View file @
afeb008e
...
...
@@ -45,20 +45,6 @@ void MetaImageFunction<TOutputPrecision, TCoordRep>::AddFunction(FunctionType* f
m_FunctionContainer
.
push_back
(
function
);
}
// template <class TOutputPrecision, class TCoordRep, typename T1, typename T2>
// void
// MetaImageFunction<TOutputPrecision, TCoordRep>
//::AddFunction(itk::ImageFunction<T1, T2, TCoordRep> * function)
// {
// // Define the adapter
// typedef itk::ImageFunction<T1, T2, TCoordRep> ImageFunctionType;
// typedef otb::ImageFunctionAdapter<T1, ImageFunctionType, TCoordRep > AdapterType;
//
// typename AdapterType::Pointer adapter = AdapterType::New();
// adapte
//
// }
template
<
class
TOutputPrecision
,
class
TCoordRep
>
void
MetaImageFunction
<
TOutputPrecision
,
TCoordRep
>::
ClearFunctions
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment