diff options
Diffstat (limited to 'Project/ElementPlotData.h')
-rw-r--r-- | Project/ElementPlotData.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Project/ElementPlotData.h b/Project/ElementPlotData.h index 1f0acf7..16c6017 100644 --- a/Project/ElementPlotData.h +++ b/Project/ElementPlotData.h @@ -24,6 +24,14 @@ #include <vector> +/** + * @class PlotData + * @author Thales Lima Oliveira <thales@ufu.br> + * @date 06/10/2017 + * @brief This class is responsible to manage the graphical data of electromechanical result to be plotted on chart + * viewer. + * @file ElementPlotData.h + */ class PlotData : public wxTreeItemData { public: |