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

DOC: add example in doxygen

parent 04e53945
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,11 @@ namespace otb
{
/** \class VectorDataExtractROI
* \brief Extract a subset of a Vector Data.
* \brief Extract a subset of a Vector Data based on location
*
* \note Parameter to this class for input and outputs are vectorData
*
* \example Projections/VectorDataExtractROIExample.cxx
*/
template <class TVectorData>
class ITK_EXPORT VectorDataExtractROI:
......@@ -87,7 +88,7 @@ public:
itkSetStringMacro(DEMDirectory);
itkGetStringMacro(DEMDirectory);
protected:
VectorDataExtractROI();
~VectorDataExtractROI() {};
......
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