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

DOC: doxygen

parent ad3a109f
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,12 @@ namespace otb
namespace Function
{
/**
* Prolate function give the value of the prolate profile following
* one of the 2 image dimension.
*/
/** \class ProlateFunction
*
* \brief Prolate function give the value of the prolate profile following
* one of the 2 image dimension.
*
*/
template<class TInput, class TOutput>
class ProlateFunction
{
......
......@@ -24,6 +24,8 @@ PURPOSE. See the above copyright notices for more information.
namespace otb
{
/**
* \class ImageViewer
*
* \brief Simple image viewer.
*
* This class is a simple image viewer using fltk gui and opengl drawing.
......
......@@ -29,6 +29,8 @@ namespace otb
{
template <class TPixel, class TLabel> class ImageViewerBase;
/**
* \class ImageViewerFullWidget
*
* \brief Custom full image widget.
*
* This class derives from otb::FullResolutionImageWidget, and implements behaviours specific to the image viewer.
......
......@@ -24,6 +24,8 @@ namespace otb
{
template <class TPixel, class TLabel> class ImageViewerBase;
/**
* \class ImageViewerHistogramAndTransferFunctionWidget
*
* \brief Custom histogram widget for the image viewer.
*
* This class derives from otb::HistogramAndTransferFunctionWidget,
......
......@@ -28,6 +28,8 @@ namespace otb
{
template <class TPixel, class TLabel> class ImageViewerBase;
/**
* \class ImageViewerZoomWidget
*
* \brief Custom scroll image widget.
*
* This class derives from otb::ZoomableImageWidget, and implements behaviours specific to the image viewer.
......
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