X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fdoxygen%2FDoxyMainPage.txt.in;h=34704fdbab157ab45556bf4c49358ec65b6fd21b;hb=f369752f86b8a540df6638ba87945e83c9498b4b;hp=306fc377661c2c12b0a081b4ec8b4e5377ddb2ae;hpb=2e390e22a960a1a85c9bbbc5437429ecadbf37ff;p=creaMaracasVisu.git diff --git a/lib/doxygen/DoxyMainPage.txt.in b/lib/doxygen/DoxyMainPage.txt.in index 306fc37..34704fd 100644 --- a/lib/doxygen/DoxyMainPage.txt.in +++ b/lib/doxygen/DoxyMainPage.txt.in @@ -6,8 +6,36 @@ - + + + - -

General Description

First of all, @@ -88,6 +114,8 @@ used in specific contexts. The principal components are the following:
- Contours
- Cutter Module
- Plotter and Data Representation
+- Manual Paint
+- Threshold Image View

The relationship among this set of elements is described in the following @@ -138,16 +166,37 @@ of this process is presented in the contours section.


Contours

+This module provides a set of tools to draw different types +of contours over the viewers of the first section. In the MVC class diagram and +the sequence diagram to create a new contour are explained the steps necessary +to include this functionnality into a wx-vtk scene. An example of this process +of creation of new contours is presented in the creaContours application. It is +important to note that the contours follow as well the same interaction system +of the wxVtkBaseView. It means that all the contour's controllers use the +InteractorStyleMaracas system to manage the events of the mouse and the +keyborard in the scene. In addition, every contour controller registered in the +wxVtkBaseView with the method AddInteractorStyleMaracas of +vtkInteractorStyleBaseView class (see the doxygen documentation of these +classes) will react to the mouse and keyboard events, and for this reason is +important to have a managing system of all the interactors in the scene.
+
+Regarding the different actions that can be made using the contours, they react +in a different way depending of the actual state of each one of them. For +example, when any contour is into an editable state, the control points are +visualized and can be moved, removed, etc. In brief, the actions applied to the +contours (check the +User Guide + documentation) are described as a state diagram and every contours reacts +depending of its state.


Class diagrams

          - - MVC (Model View Controler)
+ MVC (Model View Controller)
          - Model
          - View
-          - Controler
-
+          - Controller

Sequence diagrams
@@ -187,14 +236,32 @@ When a new           - Kernel
+ + +
Plotter and data representation
+
+Class diagrams
+
+
+          - pPlotter Class Diagram
+
+ +
Manual Paint
+
+Class diagrams

+
+          - Manual Paint Class Diagram
+
+
Threshold Image View
+
Class diagrams

-          - pPlotter Class Diagram
+          - Threshold Image View Class Diagram
@@ -205,4 +272,4 @@ When a new \endhtmlonly - */ \ No newline at end of file + */