Skip to content
Snippets Groups Projects
Commit 6369774d authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

MRG

parents bd6930c8 e3ad9156
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,13 @@
namespace otb {
/**
* \class ImagerSeriesFileReader
* \brief Todo
*
*
* \see ImageFileReader
*/
template < class TImage, class TInternalImage = TImage >
class ITK_EXPORT ImageSeriesFileReader
: public ImageSeriesFileReaderBase< TImage, TInternalImage >
......@@ -130,7 +137,8 @@ class ITK_EXPORT ImageSeriesFileReader
void operator= ( const Self & );
}; // end of class
/** ImagerSeriesFileReader
/**
* \class ImagerSeriesFileReader
* \brief Specific definition for template Images
*
* In the case where TImage and TInternalImage stand for otb::Image, the
......
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