Skip to content
Snippets Groups Projects
Commit 38ca3a48 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: update doxygen to signal the need for Initialize()

parent eff060a4
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,9 @@ private:
*
* ProlateInterpolateImageFunction interpolates image intensity according to a
* resampling profil.
*
* The Initialize() method need to be call to create the filter.
*
* \ingroup ImageFunctions ImageInterpolators
*/
template<class TInputImage, class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep=double, class TInputInterpolator=double, class TOutputInterpolator=double>
......
......@@ -30,6 +30,9 @@ namespace otb
*
* GenericInterpolateImageFunction interpolates image intensity according to a
* resampling profil.
*
* The Initialize() method need to be call to create the filter.
*
* \ingroup ImageFunctions ImageInterpolators
*/
template <class TInputImage, class TFunction, class TBoundaryCondition = itk::ConstantBoundaryCondition<TInputImage>, class TCoordRep = double>
......
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