From: Ricardo Corredor Date: Thu, 4 Mar 2010 14:10:41 +0000 (+0000) Subject: Tout le travail de documentation de la librairie creaMaracasVisu.Ils étaient ajouté... X-Git-Tag: CREATOOLS.2-0-3~59 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=96facb2168314bc57826afc4342abd43e27f0ff7;p=creaMaracasVisu.git Tout le travail de documentation de la librairie creaMaracasVisu.Ils étaient ajouté de nouvelles page web et la presentation a changé beaucoup. Nouveaux diagrammes de classes, de sequence, etc --- diff --git a/lib/doxygen/CMakeLists.txt b/lib/doxygen/CMakeLists.txt index dd48803..111bd70 100644 --- a/lib/doxygen/CMakeLists.txt +++ b/lib/doxygen/CMakeLists.txt @@ -64,6 +64,9 @@ IF ( ${${PROJECT_NAME}_DOC} STREQUAL ON) CREA_CPDIR ( ${CMAKE_CURRENT_SOURCE_DIR}/bouml/manualContour/manualContour_Model_HTML/ ${DOXYGEN_OUTPUT}/${DOXYGEN_HTML_OUTPUT}/manualContour_Model_HTML/ ) CREA_CPDIR ( ${CMAKE_CURRENT_SOURCE_DIR}/bouml/manualContour/manualContour_View_HTML/ ${DOXYGEN_OUTPUT}/${DOXYGEN_HTML_OUTPUT}/manualContour_View_HTML/ ) CREA_CPDIR ( ${CMAKE_CURRENT_SOURCE_DIR}/bouml/manualContour/manualContour_Controler_HTML/ ${DOXYGEN_OUTPUT}/${DOXYGEN_HTML_OUTPUT}/manualContour_Controler_HTML/ ) + CREA_CPDIR ( ${CMAKE_CURRENT_SOURCE_DIR}/bouml/manualContour/manualContour_SeqCreateContour_HTML/ ${DOXYGEN_OUTPUT}/${DOXYGEN_HTML_OUTPUT}/manualContour_SeqCreateContour_HTML/ ) + CREA_CPDIR ( ${CMAKE_CURRENT_SOURCE_DIR}/bouml/CutModule/CutModuleDiagrams_HTML/ ${DOXYGEN_OUTPUT}/${DOXYGEN_HTML_OUTPUT}/CutModuleDiagrams_HTML/ ) + CREA_CPDIR ( ${CMAKE_CURRENT_SOURCE_DIR}/bouml/GeneralArchitecture/GeneralArchitecture_HTML/ ${DOXYGEN_OUTPUT}/${DOXYGEN_HTML_OUTPUT}/GeneralArchitecture_HTML/ ) ADD_CUSTOM_TARGET(doxygen_${NAME} ALL DEPENDS ${DOXYGEN_OUTPUT}/${DOXYGEN_HTML_OUTPUT}/index.html diff --git a/lib/doxygen/DoxyMainPage.txt.in b/lib/doxygen/DoxyMainPage.txt.in index 0e6aa90..c34ebc5 100644 --- a/lib/doxygen/DoxyMainPage.txt.in +++ b/lib/doxygen/DoxyMainPage.txt.in @@ -2,28 +2,157 @@ * \mainpage creaMaracasVisu documentation \htmlonly -

Architecture Description ??????????

-
- Architecture -
- -

Diagrams of the architecture


-Viewers
- - wxVtkViewer Class Diagram 1
- - wxVtkViewer Class Diagram 2
-
- pPlotter Class Diagram
-
-Manual Contour Class Diagram
- -MVC (Model View Controler)
- -Model
- -View
- -Controler
- -

Sequence Diagrams ??????????

-
- seg01 -
+ + +

General Description

+

First of all, +creaMaracasVisu is a C++ library developed by +Creatools +software team and it follows the general architecture of Creatools architecture +(more information in the +Creatools Architecture diagram. + +creaMaracasVisu has as principal objective to help the visualization of medical +images and the interaction with them.

+
+ +

 Architecture Description

+

The core of the library is divided into +different modules, and each one provides a list of diferent functionalities that can be +used in specific contexts. The principal components are the following:
+
+- Viewers and interactors
+- Contours
+- Cutter Module
+- Plotter and Data Representation
+ +
+The relationship among this set of elements is described in the following +diagram :
+
+     - +Architecture Diagram

+
+ +

 Modules Description

+

In this section are presented the corresponding diagrams for +each model in +creaMaracasVisu +library including classes, components and sequence diagrams, as well as a short +description of the module of interest.

+Viewers and interactors
+
Class diagrams
+
+

+   + - wxVtkViewer Class Diagram 1
+         + - wxVtkViewer Class Diagram 2


+
Contours
+
+ +Class diagrams
+
+
          + - + MVC (Model View Controler)
+          - Model
+          - View
+          - Controler
+
+
+ +Sequence diagrams
+
+
          + - +To create a new + contour MVC +
+When a new + contour has to be created it is necessary to instantiate the MVC + model shown in the section before. It is important to note that Contours + module needs a viewer to draw and to manage the contour. For that reason, + after creating the model, view and controller and their relations + (Controller uses View and Model, and View has relation with the model), it + is necessary to say the viewer where it will be managed. The specific + methods to do this task are in the diagram.

+
Cutter
+ +
+ +Component diagrams
+
+
          + - + Cutter module + components +
+ +
+ +Class diagrams
+
+
          - + Cutter module + integration
+          - + Interface
+          - + Kernel
+
+
Plotter and data representation
+ +
+ +Class diagrams
+

+
+
+          - pPlotter Class Diagram
+
+ + \endhtmlonly diff --git a/lib/doxygen/TemplateHomeLibDoxygen.html b/lib/doxygen/TemplateHomeLibDoxygen.html new file mode 100644 index 0000000..a947860 --- /dev/null +++ b/lib/doxygen/TemplateHomeLibDoxygen.html @@ -0,0 +1,162 @@ + + + + + +General Description + + + + + +

General Description

+

First of all, +creaMaracasVisu is a C++ library developed by +Creatools +software team and it follows the general architecture of Creatools architecture +(more information in the +Creatools Architecture diagram. + +creaMaracasVisu has as principal objective to help the visualization of medical +images and the interaction with them.

+
+ +

 Architecture Description

+

The core of the library is divided into +different modules, and each one provides a list of diferent functionalities that can be +used in specific contexts. The principal components are the following:
+
+- Viewers and interactors
+- Contours
+- Cutter Module
+- Plotter and Data Representation
+ +
+The relationship among this set of elements is described in the following +diagram :
+
+     - +Architecture Diagram

+
+ +

 Modules Description

+

In this section are presented the corresponding diagrams for +each model in +creaMaracasVisu +library including classes, components and sequence diagrams, as well as a short +description of the module of interest.

+Viewers and interactors
+
Class diagrams
+
+

+   + - wxVtkViewer Class Diagram 1
+         + - wxVtkViewer Class Diagram 2


+
Contours
+
+ +Class diagrams
+
+
          + - + MVC (Model View Controler)
+          - Model
+          - View
+          - Controler
+
+
+ +Sequence diagrams
+
+
          + - +To create a new + contour MVC +
+When a new + contour has to be created it is necessary to instantiate the MVC + model shown in the section before. It is important to note that Contours + module needs a viewer to draw and to manage the contour. For that reason, + after creating the model, view and controller and their relations + (Controller uses View and Model, and View has relation with the model), it + is necessary to say the viewer where it will be managed. The specific + methods to do this task are in the diagram.

+
Cutter
+ +
+ +Component diagrams
+
+
          + - + Cutter module + components +
+ +
+ +Class diagrams
+
+
          - + Cutter module + integration
+          - + Interface
+          - + Kernel
+
+
Plotter and data representation
+ +
+ +Class diagrams
+

+
+
+          - pPlotter Class Diagram
+
+ + + + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams/125.session b/lib/doxygen/bouml/CutModule/CutModuleDiagrams/125.session index b476603..587bd78 100644 --- a/lib/doxygen/bouml/CutModule/CutModuleDiagrams/125.session +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams/125.session @@ -6,6 +6,8 @@ diagrams 1281 838 100 3 0 0 active classdiagram_ref 141309 // CutModuleIntegrationClasses 1281 838 100 3 0 0 + componentdiagram_ref 128125 // CutModule + 1020 670 100 3 0 0 end show_stereotypes marked diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams/128125 b/lib/doxygen/bouml/CutModule/CutModuleDiagrams/128125 index 26aa419..567fe80 100644 --- a/lib/doxygen/bouml/CutModule/CutModuleDiagrams/128125 +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams/128125 @@ -1,6 +1,6 @@ format 67 "CutModule" // CutModule - revision 5 + revision 6 modified_by 125 "corredor" // class settings //class diagram settings @@ -35,7 +35,6 @@ format 67 draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default size A3 end - end simplerelation 128125 @@ -390,6 +389,13 @@ format 67 classrelation_ref 131837 // _spherefigure () b parent class_ref 130941 // CutModelFigureSphere end + + classrelation 145021 // _polygonCutter () + relation 145021 ---> + a role_name "_polygonCutter" private + classrelation_ref 145021 // _polygonCutter () + b parent class_ref 144381 // CutModelPolygon + end end class 129533 "CutModelSaveBinInfo" @@ -497,5 +503,16 @@ format 67 explicit_switch_type "" end + + class 144381 "CutModelPolygon" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "" + idl_decl "" + explicit_switch_type "" + + end end end diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams/134781.diagram b/lib/doxygen/bouml/CutModule/CutModuleDiagrams/134781.diagram index 7c0bcd4..19c6345 100644 --- a/lib/doxygen/bouml/CutModule/CutModuleDiagrams/134781.diagram +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams/134781.diagram @@ -48,12 +48,12 @@ end classcanvas 130429 class_ref 130813 // CutModelFigureCube draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_infonote default shadow default show_stereotype_properties default color blue - xyz 364 456 2000 + xyz 294 408 2000 end classcanvas 130557 class_ref 130941 // CutModelFigureSphere draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_infonote default shadow default show_stereotype_properties default color blue - xyz 548 490 2005 + xyz 358 490 2005 end classcanvas 130685 class_ref 131069 // CutModelFigureCylinder draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_infonote default shadow default show_stereotype_properties default @@ -65,6 +65,11 @@ classcanvas 130813 class_ref 131197 // CutModelFigure color blue xyz 197 459 2000 end +classcanvas 132093 class_ref 144381 // CutModelPolygon + draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_infonote default shadow default show_stereotype_properties default + color blue + xyz 499 410 2000 +end relationcanvas 128893 relation_ref 129661 // from ref 128765 z 2001 to ref 128509 role_a_pos 554 250 3000 no_role_b @@ -135,12 +140,17 @@ relationcanvas 131709 relation_ref 131581 // end relationcanvas 131837 relation_ref 131709 // from ref 128509 z 2001 to ref 130429 - role_a_pos 443 437 3000 no_role_b + role_a_pos 387 389 3000 no_role_b no_multiplicity_a no_multiplicity_b end relationcanvas 131965 relation_ref 131837 // from ref 128509 z 2006 to ref 130557 - role_a_pos 613 471 3000 no_role_b + role_a_pos 442 471 3000 no_role_b + no_multiplicity_a no_multiplicity_b +end +relationcanvas 132221 relation_ref 145021 // + from ref 128509 z 2001 to ref 132093 + role_a_pos 551 391 3000 no_role_b no_multiplicity_a no_multiplicity_b end end diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128125.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128125.html new file mode 100644 index 0000000..2779a9c --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128125.html @@ -0,0 +1,28 @@ + + + + + + +Class CutModuleMainPanel + + + + + +
Class CutModuleMainPanel
+

+ + + + +

Declaration :

    +
+ +
Relation instance (<unidirectional association>)

Declaration :

+
Relation viewPanels (<unidirectional association>)

Declaration :

+
Relation cutManager (<unidirectional association>)

Declaration :

+
Relation _wxauimanager (<unidirectional association>)

Declaration :

+
Relation <unidirectional association>

Declaration :

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128253.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128253.html new file mode 100644 index 0000000..a95192f --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128253.html @@ -0,0 +1,28 @@ + + + + + + +Class CutModelView + + + + + +
Class CutModelView
+

+ + + + +

Declaration :

    +
+ +
Attribute _id
+

Declaration :

  • Uml : - _id : int
+
Relation <unidirectional association>

Declaration :

+
Relation <unidirectional association>

Declaration :

+
Relation <unidirectional association>

Declaration :

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128381.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128381.html new file mode 100644 index 0000000..62d71b3 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128381.html @@ -0,0 +1,34 @@ + + + + + + +Class CutModelManager + + + + + +
Class CutModelManager
+

+ + + + +

Declaration :

    +

Stereotype: CutModuleKernel

+
+ +
Relation _vectordata (<unidirectional association>)

Declaration :

+
Relation _undoredo (<unidirectional association>)

Declaration :

+
Relation _img (<unidirectional association>)

Declaration :

+
Relation _render (<unidirectional association>)

Declaration :

+
Relation _interactor (<unidirectional association>)

Declaration :

+
Relation _img2 (<unidirectional association>)

Declaration :

+
Attribute _currentaction
+

Declaration :

  • Uml : - _currentaction : int
+
Attribute _path
+

Declaration :

  • Uml : - _path : string
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128509.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128509.html new file mode 100644 index 0000000..b069eaf --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128509.html @@ -0,0 +1,21 @@ + + + + + + +Class CutModelException + + + + + +
Class CutModelException
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128637.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128637.html new file mode 100644 index 0000000..4347cee --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128637.html @@ -0,0 +1,21 @@ + + + + + + +Class wxAuiManager + + + + + +
Class wxAuiManager
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128765.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128765.html new file mode 100644 index 0000000..4a2e745 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128765.html @@ -0,0 +1,23 @@ + + + + + + +Class ToolBarEventHandlerCutModel + + + + + +
Class ToolBarEventHandlerCutModel
+

+ + + + +

Declaration :

    +
+
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128893.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128893.html new file mode 100644 index 0000000..284c696 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class128893.html @@ -0,0 +1,22 @@ + + + + + + +Class wxEventHandler + + + + + +
Class wxEventHandler
+

+ + + + +

Declaration :

    +

Directly inherited by : ToolBarEventHandlerCutModel

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129021.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129021.html new file mode 100644 index 0000000..516474b --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129021.html @@ -0,0 +1,24 @@ + + + + + + +Class ToolBarCutModel + + + + + +
Class ToolBarCutModel
+

+ + + + +

Declaration :

    +
+ +
Relation _evthand (<unidirectional association>)

Declaration :

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129149.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129149.html new file mode 100644 index 0000000..8766c06 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129149.html @@ -0,0 +1,22 @@ + + + + + + +Class wxToolbar + + + + + +
Class wxToolbar
+

+ + + + +

Declaration :

    +

Directly inherited by : ToolBarCutModel

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129277.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129277.html new file mode 100644 index 0000000..d554057 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129277.html @@ -0,0 +1,22 @@ + + + + + + +Class wxPanel + + + + + +
Class wxPanel
+

+ + + + +

Declaration :

    +

Directly inherited by : CutModelView

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129405.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129405.html new file mode 100644 index 0000000..a10bda1 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129405.html @@ -0,0 +1,35 @@ + + + + + + +Class CutModelData + + + + + +
Class CutModelData
+

+ + + + +

Declaration :

    +

Stereotype: CutModuleKernel

+
+ +
Relation _boxWidgetVolume (<unidirectional association>)

Declaration :

+
Relation _Mapper (<unidirectional association>)

Declaration :

+
Relation _Actor (<unidirectional association>)

Declaration :

+
Attribute _currentshape
+

Declaration :

  • Uml : - _currentshape : int
+
Attribute _id
+

Declaration :

  • Uml : - _id : int
+
Relation _cylinderfigure (<unidirectional association>)

Declaration :

+
Relation _cubefigure (<unidirectional association>)

Declaration :

+
Relation _spherefigure (<unidirectional association>)

Declaration :

+
Relation _polygonCutter (<unidirectional association>)

Declaration :

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129533.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129533.html new file mode 100644 index 0000000..1d05616 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129533.html @@ -0,0 +1,22 @@ + + + + + + +Class CutModelSaveBinInfo + + + + + +
Class CutModelSaveBinInfo
+

+ + + + +

Declaration :

    +

Stereotype: CutModuleKernel

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129661.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129661.html new file mode 100644 index 0000000..e63773b --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129661.html @@ -0,0 +1,21 @@ + + + + + + +Class vtkImageData + + + + + +
Class vtkImageData
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129789.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129789.html new file mode 100644 index 0000000..4ab00a3 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129789.html @@ -0,0 +1,21 @@ + + + + + + +Class vtkRenderer + + + + + +
Class vtkRenderer
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129917.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129917.html new file mode 100644 index 0000000..710e3ec --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class129917.html @@ -0,0 +1,21 @@ + + + + + + +Class vtkRenderWindowInteractor + + + + + +
Class vtkRenderWindowInteractor
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130045.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130045.html new file mode 100644 index 0000000..fcb39b8 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130045.html @@ -0,0 +1,21 @@ + + + + + + +Class wxSlider + + + + + +
Class wxSlider
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130173.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130173.html new file mode 100644 index 0000000..d9d6858 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130173.html @@ -0,0 +1,21 @@ + + + + + + +Class wxRadioBox + + + + + +
Class wxRadioBox
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130301.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130301.html new file mode 100644 index 0000000..1715c43 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130301.html @@ -0,0 +1,21 @@ + + + + + + +Class wxStaticText + + + + + +
Class wxStaticText
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130429.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130429.html new file mode 100644 index 0000000..19c5e73 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130429.html @@ -0,0 +1,21 @@ + + + + + + +Class vtkBoxWidget + + + + + +
Class vtkBoxWidget
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130557.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130557.html new file mode 100644 index 0000000..3859796 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130557.html @@ -0,0 +1,21 @@ + + + + + + +Class vtkPolyDataMapper + + + + + +
Class vtkPolyDataMapper
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130685.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130685.html new file mode 100644 index 0000000..8eddcf4 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130685.html @@ -0,0 +1,21 @@ + + + + + + +Class vtkActor + + + + + +
Class vtkActor
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130813.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130813.html new file mode 100644 index 0000000..6550bdb --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130813.html @@ -0,0 +1,23 @@ + + + + + + +Class CutModelFigureCube + + + + + +
Class CutModelFigureCube
+

+ + + + +

Declaration :

    +
+
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130941.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130941.html new file mode 100644 index 0000000..e72a3f9 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class130941.html @@ -0,0 +1,23 @@ + + + + + + +Class CutModelFigureSphere + + + + + +
Class CutModelFigureSphere
+

+ + + + +

Declaration :

    +
+
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class131069.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class131069.html new file mode 100644 index 0000000..ebbbe77 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class131069.html @@ -0,0 +1,23 @@ + + + + + + +Class CutModelFigureCylinder + + + + + +
Class CutModelFigureCylinder
+

+ + + + +

Declaration :

    +
+
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class131197.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class131197.html new file mode 100644 index 0000000..f219abc --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class131197.html @@ -0,0 +1,22 @@ + + + + + + +Class CutModelFigure + + + + + +
Class CutModelFigure
+

+ + + + +

Declaration :

    +

Directly inherited by : CutModelFigureCube CutModelFigureCylinder CutModelFigureSphere

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class137725.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class137725.html new file mode 100644 index 0000000..c51f45d --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class137725.html @@ -0,0 +1,25 @@ + + + + + + +Class wxMaracasDialog_NViewers + + + + + +
Class wxMaracasDialog_NViewers
+

+ + + + +

Declaration :

    +
+ +
Relation cutter (<unidirectional association>)

Declaration :

+
Relation viewer (<unidirectional association>)

Declaration :

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class137853.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class137853.html new file mode 100644 index 0000000..4baeb93 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class137853.html @@ -0,0 +1,21 @@ + + + + + + +Class wxMaracas_N_Viewers_Widget + + + + + +
Class wxMaracas_N_Viewers_Widget
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class144381.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class144381.html new file mode 100644 index 0000000..51e3fa7 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/class144381.html @@ -0,0 +1,21 @@ + + + + + + +Class CutModelPolygon + + + + + +
Class CutModelPolygon
+

+ + + + +

Declaration :

    +
+ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/classdiagrams.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/classdiagrams.html new file mode 100644 index 0000000..8d0e8ee --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/classdiagrams.html @@ -0,0 +1,24 @@ + + + + + + +Class Diagram Index + + + + + +
Class Diagram Index
+

+ + + + + + + +
CutModuleIntegrationClasses
CutModuleInterface
CutModuleKernel
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/classes.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/classes.html new file mode 100644 index 0000000..7bd2146 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/classes.html @@ -0,0 +1,49 @@ + + + + + + +Classes Index + + + + + +
Classes Index
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CutModelDataCutModuleKernel
CutModelException
CutModelFigure
CutModelFigureCube
CutModelFigureCylinder
CutModelFigureSphere
CutModelManagerCutModuleKernel
CutModelPolygon
CutModelSaveBinInfoCutModuleKernel
CutModelView
CutModuleMainPanel
ToolBarCutModel
ToolBarEventHandlerCutModel
vtkActor
vtkBoxWidget
vtkImageData
vtkPolyDataMapper
vtkRenderer
vtkRenderWindowInteractor
wxAuiManager
wxEventHandler
wxMaracas_N_Viewers_Widget
wxMaracasDialog_NViewers
wxPanel
wxRadioBox
wxSlider
wxStaticText
wxToolbar
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/classes_list.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/classes_list.html new file mode 100644 index 0000000..02e98b1 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/classes_list.html @@ -0,0 +1,52 @@ + + + + + + +Classes + + + + + +
Classes
+

+ + + + + + + +
CutModelData
+CutModelException
+CutModelFigure
+CutModelFigureCube
+CutModelFigureCylinder
+CutModelFigureSphere
+CutModelManager
+CutModelPolygon
+CutModelSaveBinInfo
+CutModelView
+CutModuleMainPanel
+ToolBarCutModel
+ToolBarEventHandlerCutModel
+vtkActor
+vtkBoxWidget
+vtkImageData
+vtkPolyDataMapper
+vtkRenderer
+vtkRenderWindowInteractor
+wxAuiManager
+wxEventHandler
+wxMaracas_N_Viewers_Widget
+wxMaracasDialog_NViewers
+wxPanel
+wxRadioBox
+wxSlider
+wxStaticText
+wxToolbar
+
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/componentdiagrams.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/componentdiagrams.html new file mode 100644 index 0000000..1f5c9c6 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/componentdiagrams.html @@ -0,0 +1,22 @@ + + + + + + +Component Diagram Index + + + + + +
Component Diagram Index
+

+ + + + + +
CutModule
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig128125.png b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig128125.png new file mode 100644 index 0000000..b3f0b4d Binary files /dev/null and b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig128125.png differ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig134653.png b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig134653.png new file mode 100644 index 0000000..f13f5f3 Binary files /dev/null and b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig134653.png differ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig134781.png b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig134781.png new file mode 100644 index 0000000..f8353e5 Binary files /dev/null and b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig134781.png differ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig141309.png b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig141309.png new file mode 100644 index 0000000..db5551b Binary files /dev/null and b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/fig141309.png differ diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index-withframe.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index-withframe.html new file mode 100644 index 0000000..34dba09 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index-withframe.html @@ -0,0 +1,19 @@ + + + + + + +C:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index-withframe + + + + + + + + + + +<H2>Frame Alert</H2><P>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.<BR>Link to <A HREF="index.html">Non-frame version.</A> + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index.html new file mode 100644 index 0000000..0f102fc --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index.html @@ -0,0 +1,100 @@ + + + + + + +CutModuleDiagrams +Documentation + + + + + +
CutModuleDiagrams
Documentation
+

+ + + + +

Properties:

    +
  • html dir:
    C:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/

  • +

+ +

1 Package CutModule

+

Depends on creaMaracasVisu

+ +

1.1 Component View CutModuleIntegration

+
+ +

+

CutModule



+
+ +

1.2 Class View CutModuleClasses

+
+ +

+

CutModuleIntegrationClasses



+ +

+

CutModuleInterface



+
+
+
+
+
+
Class wxPanel
+ +

+

CutModuleKernel



+
+
+
+
+
+
Class vtkActor
+
+
+
+
+
+
+
+ +

2 Package creaMaracasVisu

+

Depends on CutModule

+ +

2.1 Class View creaMaracasVisuClasses

+ +
+ +

3 Package wxWidgets

+
+ +

3.1 Class View wxWidgetsClasses

+
+
+
+
Class wxSlider
+
+
+
Class wxToolbar
+
+
+ +

4 Package vtk

+
+ +

4.1 Class View vtkClasses

+ +
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_67.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_67.html new file mode 100644 index 0000000..dd5fb07 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_67.html @@ -0,0 +1,45 @@ + + + + + + +C + + + + + +
C
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameKindDescription
creaMaracasVisupackage
creaMaracasVisuClassesclass view
cutManagerrelation
CutModelDataclass
CutModelExceptionclass
CutModelFigureclass
CutModelFigureCubeclass
CutModelFigureCylinderclass
CutModelFigureSphereclass
CutModelManagerclass
CutModelPolygonclass
CutModelSaveBinInfoclass
CutModelViewclass
CutModulepackage
CutModulecomponent diagram
CutModuleClassesclass view
CutModuleDiagramspackage
CutModuleIntegrationcomponent view
CutModuleIntegrationClassesclass diagram
CutModuleInterfaceclass diagram
CutModuleKernelclass diagram
CutModuleMainPanelclass
cutterrelation
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_73.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_73.html new file mode 100644 index 0000000..7bcf2dc --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_73.html @@ -0,0 +1,23 @@ + + + + + + +I + + + + + +
I
+

+ + + + + + +
NameKindDescription
instancerelation
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_84.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_84.html new file mode 100644 index 0000000..ef938ae --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_84.html @@ -0,0 +1,24 @@ + + + + + + +T + + + + + +
T
+

+ + + + + + + +
NameKindDescription
ToolBarCutModelclass
ToolBarEventHandlerCutModelclass
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_86.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_86.html new file mode 100644 index 0000000..3b17110 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_86.html @@ -0,0 +1,32 @@ + + + + + + +V + + + + + +
V
+

+ + + + + + + + + + + + + + + +
NameKindDescription
viewerrelation
viewPanelsrelation
vtkpackage
vtkActorclass
vtkBoxWidgetclass
vtkClassesclass view
vtkImageDataclass
vtkPolyDataMapperclass
vtkRendererclass
vtkRenderWindowInteractorclass
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_87.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_87.html new file mode 100644 index 0000000..a964721 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_87.html @@ -0,0 +1,33 @@ + + + + + + +W + + + + + +
W
+

+ + + + + + + + + + + + + + + + +
NameKindDescription
wxAuiManagerclass
wxEventHandlerclass
wxMaracas_N_Viewers_Widgetclass
wxMaracasDialog_NViewersclass
wxPanelclass
wxRadioBoxclass
wxSliderclass
wxStaticTextclass
wxToolbarclass
wxWidgetspackage
wxWidgetsClassesclass view
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_95.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_95.html new file mode 100644 index 0000000..ecefcfa --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index_95.html @@ -0,0 +1,42 @@ + + + + + + +_ + + + + + +
_
+

+ + + + + + + + + + + + + + + + + + + + + + + + + +
NameKindDescription
_Actorrelation
_boxWidgetVolumerelation
_cubefigurerelation
_currentactionattribute
_currentshapeattribute
_cylinderfigurerelation
_evthandrelation
_idattribute
_idattribute
_imgrelation
_img2relation
_interactorrelation
_Mapperrelation
_pathattribute
_polygonCutterrelation
_renderrelation
_spherefigurerelation
_undoredorelation
_vectordatarelation
_wxauimanagerrelation
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/navig.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/navig.html new file mode 100644 index 0000000..9cc5967 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/navig.html @@ -0,0 +1,17 @@ + + + + + + +C:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/navig + + + +


+

-Top- -Classes- -Packages- -Class Diagrams- -Component Diagrams-

+

+

+

_ C I T V W

+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/packages.html b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/packages.html new file mode 100644 index 0000000..c53e9b3 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/packages.html @@ -0,0 +1,26 @@ + + + + + + +Packages Index + + + + + +
Packages Index
+

+ + + + + + + + + +
creaMaracasVisu
CutModule
CutModuleDiagrams
vtk
wxWidgets
+ + diff --git a/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/style.css b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/style.css new file mode 100644 index 0000000..3a10a81 --- /dev/null +++ b/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/style.css @@ -0,0 +1,30 @@ +div.title { font-size: 150%; background: #87ceff; text-align: center; font-weight: bold; } + +div.sub { margin-left : 20px; } +div.element { background: #d3d3d3; } + +h1.package { background: #ffe4c4; } +h1.view { background: #98fb98; } + +h2.package { background: #ffe4c4; } +h2.view { background: #98fb98; } +h2.class { background: #87ceff; } +h2.usecase { background: #87ceff; } +h2.state { background: #87ceff; } +h2.activity { background: #87ceff; } + +h3.package { background: #ffe4c4; } +h3.view { background: #98fb98; } +h3.class { background: #87ceff; } +h3.usecase { background: #87ceff; } +h3.state { background: #87ceff; } +h3.stateregion { background: #87ceff; } +h3.activity { background: #87ceff; } + +h4.package { background: #ffe4c4; } +h4.view { background: #98fb98; } +h4.class { background: #87ceff; } +h4.usecase { background: #87ceff; } +h4.state { background: #87ceff; } +h4.stateregion { background: #87ceff; } +h4.activity { background: #87ceff; } diff --git a/lib/doxygen/bouml/GeneralArchitecture/125.session b/lib/doxygen/bouml/GeneralArchitecture/125.session new file mode 100644 index 0000000..33a4fec --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/125.session @@ -0,0 +1,11 @@ +window_sizes 1680 994 393 1182 700 82 +diagrams + active componentdiagram_ref 128125 // ModulesArchitecture + 1281 838 100 4 0 0 +end +show_stereotypes +selected componentdiagram_ref 128125 // ModulesArchitecture +open + componentview_ref 128125 // Component View +end +end diff --git a/lib/doxygen/bouml/GeneralArchitecture/128125.diagram b/lib/doxygen/bouml/GeneralArchitecture/128125.diagram new file mode 100644 index 0000000..edf307f --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/128125.diagram @@ -0,0 +1,36 @@ +format 67 + +note 128253 "The core of the library is divided into different modules, and each one provides a list of diferent functionalities that can be used in specific contexts." + color lightred xyzwh 560 342 2000 210 74 +fragment 128381 "creaMaracasVisu" + color lightgray xyzwh 87 173 2000 456 245 +end +componentcanvas 128509 component_ref 128125 // CutterModule + draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default + xyzwh 97 265 2005 143 51 +end +componentcanvas 128637 component_ref 128253 // ViewerInteractorModule + draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default + xyzwh 246 184 2005 155 51 +end +componentcanvas 128765 component_ref 128381 // ContoursModule + draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default + xyzwh 251 343 2005 143 51 +end +componentcanvas 128893 component_ref 128509 // PlotterModule + draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default + xyzwh 381 278 2005 143 51 +end +simplerelationcanvas 129021 simplerelation_ref 128125 + from ref 128509 z 2006 to point 182 260 + line 129149 z 2006 to point 182 206 + line 129661 z 2006 to ref 128637 +end +simplerelationcanvas 129277 simplerelation_ref 128253 + from ref 128765 z 2006 to ref 128637 +end +simplerelationcanvas 129405 simplerelation_ref 128381 + from ref 128765 z 2006 to point 449 364 + line 129533 z 2006 to ref 128893 +end +end diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture.prj b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture.prj new file mode 100644 index 0000000..4c50c3c --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture.prj @@ -0,0 +1,74 @@ +format 67 +"GeneralArchitecture" + revision 1 + modified_by 125 "corredor" + + + + // class settings + default_attribute_visibility private default_relation_visibility private default_operation_visibility public + //class diagram settings + draw_all_relations yes hide_attributes no hide_operations no show_members_full_definition no show_members_visibility no show_members_stereotype no show_members_multiplicity no show_members_initialization no show_attribute_modifiers no member_max_width 127 show_parameter_dir yes show_parameter_name yes package_name_in_tab no class_drawing_mode natural drawing_language uml show_context_mode no auto_label_position yes show_relation_modifiers no show_infonote no shadow yes show_stereotype_properties no + //use case diagram settings + package_name_in_tab no show_context no auto_label_position yes draw_all_relations yes class_drawing_mode actor shadow yes show_stereotype_properties no + //sequence diagram settings + show_full_operations_definition no write_horizontally yes class_drawing_mode natural drawing_language uml draw_all_relations yes shadow yes show_stereotype_properties no + //collaboration diagram settings + show_full_operations_definition no show_hierarchical_rank no write_horizontally yes drawing_language uml package_name_in_tab no show_context no draw_all_relations yes shadow yes show_stereotype_properties no + //object diagram settings + write_horizontally yes package_name_in_tab no show_context no auto_label_position yes draw_all_relations yes shadow yes show_stereotype_properties no + //component diagram settings + package_name_in_tab no show_context no auto_label_position yes draw_all_relations yes shadow yes + draw_component_as_icon no show_component_req_prov no show_component_rea no show_stereotype_properties no + //deployment diagram settings + package_name_in_tab no show_context no write_horizontally yes auto_label_position yes draw_all_relations yes shadow yes + draw_component_as_icon no show_component_req_prov no show_component_rea no show_stereotype_properties no + //state diagram settings + package_name_in_tab no show_context no auto_label_position yes write_trans_label_horizontally yes show_trans_definition no draw_all_relations yes shadow yes + show_activities yes region_horizontally yes drawing_language uml show_stereotype_properties no + //activity diagram settings + package_name_in_tab no show_context no show_opaque_action_definition no auto_label_position yes write_flow_label_horizontally no draw_all_relations yes shadow yes + show_infonote yes drawing_language uml show_stereotype_properties no + + class_color yellow duration_color transparent continuation_color gray note_color blue fragment_color transparent subject_color transparent usecase_color yellow package_color transparent component_color green artifact_color green deploymentnode_color gray state_color yellow stateaction_color transparent activity_color transparent activityregion_color transparent activitypartition_color transparent activityaction_color transparent parameterpin_color white + font_size 8 + diagram_format A4 + + mark_for_import + + componentview 128125 "Component View" + //component diagram settings + package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default + draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default + componentdiagram 128125 "ModulesArchitecture" + package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default + draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default + size A4 + end + + component 128125 "CutterModule" + simplerelation 128125 + -_-> + on component_ref 128253 // ViewerInteractorModule + end + end + + component 128253 "ViewerInteractorModule" + end + + component 128381 "ContoursModule" + simplerelation 128253 + -_-> + on component_ref 128253 // ViewerInteractorModule + end + + simplerelation 128381 + -_-> + on component_ref 128509 // PlotterModule + end + end + + component 128509 "PlotterModule" + end + end +end diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/classes_list.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/classes_list.html new file mode 100644 index 0000000..f124784 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/classes_list.html @@ -0,0 +1,24 @@ + + + + + + +Classes + + + + + +
Classes
+

+ + + + + + + +
+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/componentdiagrams.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/componentdiagrams.html new file mode 100644 index 0000000..71d6a63 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/componentdiagrams.html @@ -0,0 +1,22 @@ + + + + + + +Component Diagram Index + + + + + +
Component Diagram Index
+

+ + + + + +
ModulesArchitecture
+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/fig128125.png b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/fig128125.png new file mode 100644 index 0000000..1917fb5 Binary files /dev/null and b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/fig128125.png differ diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index-withframe.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index-withframe.html new file mode 100644 index 0000000..6b3749f --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index-withframe.html @@ -0,0 +1,19 @@ + + + + + + +c:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index-withframe + + + + + + + + + + +<H2>Frame Alert</H2><P>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.<BR>Link to <A HREF="index.html">Non-frame version.</A> + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index.html new file mode 100644 index 0000000..8d8d88c --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index.html @@ -0,0 +1,43 @@ + + + + + + +GeneralArchitecture +Documentation + + + + + +
GeneralArchitecture
Documentation
+

+ + + + +

Properties:

    +
  • html dir:
    c:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/

  • +

+ +

1 Component View Component View

+
+ +

+

ModulesArchitecture



+ +
Component CutterModule
+

Depends on ViewerInteractorModule

+
+ +
Component ViewerInteractorModule
+ +
Component ContoursModule
+

Depends on ViewerInteractorModule

Depends on PlotterModule

+
+ +
Component PlotterModule
+
+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_67.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_67.html new file mode 100644 index 0000000..ce198b2 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_67.html @@ -0,0 +1,25 @@ + + + + + + +C + + + + + +
C
+

+ + + + + + + + +
NameKindDescription
Component Viewcomponent view
ContoursModulecomponent
CutterModulecomponent
+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_71.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_71.html new file mode 100644 index 0000000..d0a836e --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_71.html @@ -0,0 +1,23 @@ + + + + + + +G + + + + + +
G
+

+ + + + + + +
NameKindDescription
GeneralArchitecturepackage
+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_77.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_77.html new file mode 100644 index 0000000..00f4e36 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_77.html @@ -0,0 +1,23 @@ + + + + + + +M + + + + + +
M
+

+ + + + + + +
NameKindDescription
ModulesArchitecturecomponent diagram
+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_80.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_80.html new file mode 100644 index 0000000..1b8477a --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_80.html @@ -0,0 +1,23 @@ + + + + + + +P + + + + + +
P
+

+ + + + + + +
NameKindDescription
PlotterModulecomponent
+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_86.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_86.html new file mode 100644 index 0000000..1ac3ad2 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index_86.html @@ -0,0 +1,23 @@ + + + + + + +V + + + + + +
V
+

+ + + + + + +
NameKindDescription
ViewerInteractorModulecomponent
+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/navig.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/navig.html new file mode 100644 index 0000000..4a37257 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/navig.html @@ -0,0 +1,17 @@ + + + + + + +c:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/navig + + + +


+

-Top- -Packages- -Component Diagrams-

+

+

+

C G M P V

+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/packages.html b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/packages.html new file mode 100644 index 0000000..63e6676 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/packages.html @@ -0,0 +1,22 @@ + + + + + + +Packages Index + + + + + +
Packages Index
+

+ + + + + +
GeneralArchitecture
+ + diff --git a/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/style.css b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/style.css new file mode 100644 index 0000000..3a10a81 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/style.css @@ -0,0 +1,30 @@ +div.title { font-size: 150%; background: #87ceff; text-align: center; font-weight: bold; } + +div.sub { margin-left : 20px; } +div.element { background: #d3d3d3; } + +h1.package { background: #ffe4c4; } +h1.view { background: #98fb98; } + +h2.package { background: #ffe4c4; } +h2.view { background: #98fb98; } +h2.class { background: #87ceff; } +h2.usecase { background: #87ceff; } +h2.state { background: #87ceff; } +h2.activity { background: #87ceff; } + +h3.package { background: #ffe4c4; } +h3.view { background: #98fb98; } +h3.class { background: #87ceff; } +h3.usecase { background: #87ceff; } +h3.state { background: #87ceff; } +h3.stateregion { background: #87ceff; } +h3.activity { background: #87ceff; } + +h4.package { background: #ffe4c4; } +h4.view { background: #98fb98; } +h4.class { background: #87ceff; } +h4.usecase { background: #87ceff; } +h4.state { background: #87ceff; } +h4.stateregion { background: #87ceff; } +h4.activity { background: #87ceff; } diff --git a/lib/doxygen/bouml/GeneralArchitecture/cpp_includes b/lib/doxygen/bouml/GeneralArchitecture/cpp_includes new file mode 100644 index 0000000..531b86f --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/cpp_includes @@ -0,0 +1,13 @@ +// "a type" "needed cpp_includes" +"vector" "#include +using namespace std;" + +"list" "#include +using namespace std;" + +"map" "#include +using namespace std;" + +"string" "#include +using namespace std;" + diff --git a/lib/doxygen/bouml/GeneralArchitecture/generation_settings b/lib/doxygen/bouml/GeneralArchitecture/generation_settings new file mode 100644 index 0000000..1f32568 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/generation_settings @@ -0,0 +1,309 @@ + + + cpp_h_extension "h" cpp_src_extension "cpp" java_extension "java" php_extension "php" python_extension "py" idl_extension "idl" + + type_forms 15 // uml cpp java idl cpp_in cpp_out cpp_inout cpp_return + "void" "void" "void" "void" "${type}" "${type} &" "${type}" "${type}" + "any" "void *" "Object" "any" "const ${type}" "${type}" "${type} &" "${type}" + "bool" "bool" "boolean" "boolean" "${type}" "${type} &" "${type} &" "${type}" + "char" "char" "char" "char" "${type}" "${type} &" "${type} &" "${type}" + "uchar" "unsigned char" "char" "octet" "${type}" "${type} &" "${type} &" "${type}" + "byte" "unsigned char" "byte" "octet" "${type}" "${type} &" "${type} &" "${type}" + "short" "short" "short" "short" "${type}" "${type} &" "${type} &" "${type}" + "ushort" "unsigned short" "short" "unsigned short" "${type}" "${type} &" "${type} &" "${type}" + "int" "int" "int" "long" "${type}" "${type} &" "${type} &" "${type}" + "uint" "unsigned int" "int" "unsigned long" "${type}" "${type} &" "${type} &" "${type}" + "long" "long" "long" "long" "${type}" "${type} &" "${type} &" "${type}" + "ulong" "unsigned long" "long" "unsigned long" "${type}" "${type} &" "${type} &" "${type}" + "float" "float" "float" "float" "${type}" "${type} &" "${type} &" "${type}" + "double" "double" "double" "double" "${type}" "${type} &" "${type} &" "${type}" + "string" "string" "String" "string" "${type}" "${type} &" "${type} &" "${type}" + + relations_stereotypes 5 // uml cpp java pythonidl + "sequence" "vector" "Vector" "list" "sequence" + "vector" "vector" "Vector" "list" "sequence" + "list" "list" "List" "list" "sequence" + "set" "set" "Set" "set" "sequence" + "map" "map" "Map" "dict" "sequence" + + classes_stereotypes 14 // uml cpp java php python idl + "class" "class" "class" "class" "class" "valuetype" + "interface" "class" "interface" "interface" "class" "interface" + "exception" "class" "class" "class" "class" "exception" + "enum" "enum" "enum" "enum" "enum" "enum" + "enum_pattern" "enum" "enum_pattern" "enum" "enum" "enum" + "struct" "struct" "class" "class" "class" "struct" + "union" "union" "class" "class" "class" "union" + "typedef" "typedef" "ignored" "ignored" "ignored" "typedef" + "boundary" "class" "class" "class" "class" "interface" + "control" "class" "class" "class" "class" "valuetype" + "entity" "class" "class" "class" "class" "valuetype" + "actor" "ignored" "ignored" "ignored" "ignored" "ignored" + "@interface" "ignored" "@interface" "ignored" "ignored" "ignored" + "stereotype" "ignored" "ignored" "ignored" "ignored" "ignored" + + cpp_enum_default_type_forms "${type}" "${type} &" "${type} &" "${type}" // in out inout return + other_cpp_types_default_type_forms "const ${type} &" "${type} &" "${type} &" "${type}" // in out inout return + + cpp_default_h_content "#ifndef ${NAMESPACE}_${NAME}_H +#define ${NAMESPACE}_${NAME}_H + +${comment} +${includes} +${declarations} +${namespace_start} +${definition} +${namespace_end} +#endif +" + cpp_default_src_content "${comment} +${includes} +${namespace_start} +${members} +${namespace_end}" + cpp_default_class_decl "${comment}${template}class ${name}${inherit} { +${members}}; +${inlines} +" + cpp_default_external_class_decl "${name} +#include <${name}.h> +" + cpp_default_struct_decl "${comment}${template}struct ${name}${inherit} { +${members}}; +${inlines} +" + cpp_default_union_decl "${comment}${template}union ${name} { +${members}}; +${inlines} +" + cpp_default_enum_decl "${comment}enum ${name} { +${items} +}; +" + cpp_default_typedef_decl "${comment}typedef ${type} ${name}; +" + cpp_default_attribute_declaration " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; +" // multiplicity 1 + " ${comment}${static}${mutable}${volatile}${const}${stereotype}<${type}> ${name}${value}; +" // multiplicity * a..b + " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${multiplicity}${value}; +" // multiplicity [..] + cpp_default_enum_item_declaration " ${name}${value},${comment}" + cpp_association_aggregation_declaration + " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; +" // multiplicity 1 + " ${comment}${static}${mutable}${volatile}${const}${stereotype}<${type} *> ${name}${value}; +" // multiplicity * a..b + " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${multiplicity}${value}; +" // multiplicity [..] + cpp_aggregation_by_value_declaration + " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; +" // multiplicity 1 + " ${comment}${static}${mutable}${volatile}${const}${stereotype}<${type}> ${name}${value}; +" // multiplicity * a..b + " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${multiplicity}${value}; +" // multiplicity [..] + cpp_get "get_${name}" inline const value_const public + cpp_set "set_${name}" public + cpp_default_operation_declaration " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract}; +" + cpp_default_operation_definition "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{ + ${body}} +" + java_default_src_content "${comment} +${package} +${imports} +${definition}" + java_default_class_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} { +${members}} +" + java_default_external_class_decl "${name}" + java_default_interface_decl "${comment}${@}${visibility}interface ${name}${extends} { +${members}} +" + java5_default_enum_decl "${comment}${@}${visibility}${final}${abstract}enum ${name}${implements} { +${items}; +${members}} +" + java_default_enum_decl "${comment}${@}${visibility}final class ${name} { +${members} + private final int value; + + public int value() { + return value; + } + + public static ${name} fromInt(int value) { + switch (value) { +${cases} default: throw new Error(); + } + + } + private ${name}(int v) { value = v; }; +} +" + java_default_attribute_declaration " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; +" // multiplicity 1 + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${stereotype}<${type}> ${name}${value}; +" // multiplicity * a..b + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type}${multiplicity} ${name}${value}; +" // multiplicity N + java5_default_enum_item_declaration " ${@}${name}${value},${comment}" + java_default_enum_item_declaration " ${comment}${@}public static final int _${name}${value}; +public static final ${class} ${name} = new ${class}(_${name}); +" + java_default_enum_case " case _${name}: return ${name}; +" + java_association_aggregation_declaration + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; +" // multiplicity 1 + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${stereotype}<${type}> ${name}${value}; +" // multiplicity * a..b + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type}${multiplicity} ${name}${value}; +" // multiplicity N + java_get "get${Name}" final public + java_set "set${Name}" public + java_default_operation_definition " ${comment}${@}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ + ${body}} +" + php_default_src_content " +" + php_default_class_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} { +${members}} +" + php_default_enum_decl "${comment}${visibility}final class ${name} { +${items}} +" + php_default_external_class_decl "${name}" + php_default_interface_decl "${comment}${visibility}interface ${name} { +${members}} +" + php_default_attribute_declaration " ${comment}${visibility}${const}${static}${var}${name}${value}; +" + php_default_enum_item_decl " const ${name}${value};${comment} +" + php_default_relation_declaration" ${comment}${visibility}${const}${static}${var}${name}${value}; +" + php_get "get${Name}" final + php_set "set${Name}" + php_default_operation_definition " ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)} +{ + ${body}} +" + python_2_2 + python_indent_step " " + python_default_src_content "${comment} +${import} +${definition}" + python_default_class_decl "class ${name}${inherit}: +${docstring}${members} +" + python_default_enum_decl "class ${name}: +${docstring}${members} +" + python_default_external_class_decl "${name}" + python_default_attribute_declaration "${comment}${self}${name} = ${value} +" // multiplicity 1 + "${comment}${self}${name} = ${stereotype}() +" // multiplicity != 1 + python_default_enum_item_decl "${comment}${self}${name} = ${value} +" + python_default_relation_declaration"${comment}${self}${name} = ${value} +" // multiplicity 1 + "${comment}${self}${name} = ${stereotype}() +" // multiplicity != 1 + python_default_composition_declaration"${comment}${self}${name} = ${type}() +" // multiplicity 1 + "${comment}${self}${name} = ${stereotype}() +" // multiplicity != 1 + python_default_operation_definition "${@}${static}${abstract}def ${name}${(}${)}: +${docstring}${body} +" + python_default_initoperation_definition "${@}${static}${abstract}def ${name}${(}${p0}${v0}${)}: +${docstring}super(${class}, ${p0}).__init__() +${body} +" + python_get "get${Name}" + python_set "set${Name}" + idl_default_src_content "#ifndef ${MODULE}_${NAME}_H +#define ${MODULE}_${NAME}_H + +${comment} +${includes} +${module_start} +${definition} +${module_end} +#endif +" + idl_default_interface_decl "${comment}${abstract}${local}interface ${name}${inherit} { +${members}}; +" + idl_default_valuetype_decl "${comment}${abstract}${custom}valuetype ${name}${inherit} { +${members}}; +" + idl_default_struct_decl "${comment}struct ${name} { +${members}}; +" + idl_default_typedef_decl "${comment}typedef ${type} ${name}; +" + idl_default_exception_decl "${comment}exception ${name} { +${members}}; +" + idl_default_union_decl "${comment}union ${name} switch(${switch}) { +${members}}; +" + idl_default_enum_decl "${comment}enum ${name} { +${items}}; +" + idl_default_external_class_decl "${name} +#include \"${name}.idl\" +" + idl_default_attribute_declaration " ${comment}${readonly}${attribute}${type} ${name}; +" // multiplicity 1 + " ${comment}${readonly}${attribute}${stereotype}<${type}> ${name}; +" // multiplicity * a..b + " ${comment}${readonly}${attribute}${stereotype}<${type},${multiplicity}> ${name}; +" // multiplicity N + idl_default_valuetype_attribute_declaration " ${comment}${visibility}${type} ${name}; +" // multiplicity 1 + " ${comment}${visibility}${stereotype}<${type}> ${name}; +" // multiplicity * a..b + " ${comment}${visibility}${stereotype}<${type},${multiplicity}> ${name}; +" // multiplicity N + idl_default_const_declaration " ${comment}const ${type} ${name}${value}; +" // multiplicity 1 + " ${comment}const ${stereotype}<${type}> ${name}${value}; +" // multiplicity * a..b + " ${comment}const ${stereotype}<${type},${multiplicity}> ${name}${value}; +" // multiplicity N + idl_default_enum_item_declaration " ${name},${comment}" + idl_default_union_item_declaration " ${comment}case ${case} : ${readonly}${type} ${name};" // multiplicity 1 + " ${comment}case ${case} : ${readonly}${stereotype}<${type}> ${name};" // multiplicity * a..b + " ${comment}case ${case} : ${readonly}${stereotype}<${type},${multiplicity}> ${name};" // multiplicity N + idl_association_aggregation_declaration + " ${comment}${readonly}${attribute}${type} ${name}; +" // multiplicity 1 + " ${comment}${readonly}${attribute}${stereotype}<${type}> ${name}; +" // multiplicity * a..b + " ${comment}${readonly}${attribute}${stereotype}<${type},${multiplicity}> ${name}; +" // multiplicity N + idl_valuetype_association_aggregation_declaration + " ${comment}${visibility}${type} ${name}; +" // multiplicity 1 + " ${comment}${visibility}${stereotype}<${type}> ${name}; +" // multiplicity * a..b + " ${comment}${visibility}${stereotype}<${type},${multiplicity}> ${name}; +" // multiplicity N + idl_union_association_aggregation_declaration + " ${comment}case ${case} : ${readonly}${type} ${name};" // multiplicity 1 + " ${comment}case ${case} : ${readonly}${stereotype}<${type}> ${name};" // multiplicity * a..b + " ${comment}case ${case} : ${readonly}${stereotype}<${type},${multiplicity}> ${name};" // multiplicity N + idl_get "get_${name}" + idl_set "set_${name}" twoways + idl_default_operation_declaration " ${comment}${oneway}${type} ${name}${(}${)}${raisesnl}${raises}; +" + uml_get_name uml uml_set_name uml +end diff --git a/lib/doxygen/bouml/GeneralArchitecture/idl_includes b/lib/doxygen/bouml/GeneralArchitecture/idl_includes new file mode 100644 index 0000000..fceab64 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/idl_includes @@ -0,0 +1 @@ +// "a type" "needed idl_includes" diff --git a/lib/doxygen/bouml/GeneralArchitecture/java_imports b/lib/doxygen/bouml/GeneralArchitecture/java_imports new file mode 100644 index 0000000..bbd370a --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/java_imports @@ -0,0 +1 @@ +// "a type" "needed java_imports" diff --git a/lib/doxygen/bouml/GeneralArchitecture/python_imports b/lib/doxygen/bouml/GeneralArchitecture/python_imports new file mode 100644 index 0000000..4a1bd3a --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/python_imports @@ -0,0 +1 @@ +// "a type" "needed python_imports" diff --git a/lib/doxygen/bouml/GeneralArchitecture/stereotypes b/lib/doxygen/bouml/GeneralArchitecture/stereotypes new file mode 100644 index 0000000..0ac476c --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/stereotypes @@ -0,0 +1,58 @@ + + package_stereotypes 6 "facade" "framework" "model library" "stub" "toplevel" "profile" + -_-> 3 "access" "import" "from" + end + + class_stereotypes 19 "actor" "auxiliary" "boundary" "control" "entity" "enum" "enum_pattern" "exception" "focus" "implementationClass" "interface" "@interface" "metaclass" "stereotype" "struct" "type" "typedef" "union" "utility" + ---- 4 "list" "set" "vector" "map" + ---> 4 "list" "set" "vector" "map" + ---|> 4 "{complete,disjoint}" "{incomplete,disjoint}" "{complete,overlapping}" "{incomplete,overlapping}" + o--- 4 "list" "set" "vector" "map" + *--- 4 "list" "set" "vector" "map" + o--> 4 "list" "set" "vector" "map" + *--> 4 "list" "set" "vector" "map" + -_-> 4 "friend" "from" "import" "instantiate" + -_-|> 1 "bind" + end + + use_case_stereotypes 1 "realization" + + ---|> 4 "{complete,disjoint}" "{incomplete,disjoint}" "{complete,overlapping}" "{incomplete,overlapping}" + -_-> 2 "include" "extend" + end + + artifact_stereotypes 7 "document" "file" "script" "source" "text" "library" "executable" + -_-> 4 "deploy" "manifest" "import" "from" + end + + attribute_stereotypes 4 "list" "set" "vector" "map" + operation_stereotypes 0 + state_stereotypes 3 "machine" "submachine" "top" + activity_stereotypes 0 + flow_stereotypes 3 "interrupt" "multicast" "multireceive" + interruptibleactivityregion_stereotypes 0 + pseudostate_stereotypes 0 + stateaction_stereotypes 2 "send-signal" "receive-signal" + parameter_stereotypes 0 + parameterset_stereotypes 0 + activitynode_stereotypes 0 + activityaction_stereotypes 0 + activityobject_stereotypes 2 "datastore" "centralBuffer" + expansionregion_stereotypes 0 + activitypartition_stereotypes 0 + pin_stereotypes 0 + component_stereotypes 6 "buildComponent" "entity" "implement" "process" "service" "subsystem" + deploymentnode_stereotypes 3 "cpu" "device" "executionEnvironment" + classview_stereotypes 0 + usecaseview_stereotypes 0 + componentview_stereotypes 0 + deploymentview_stereotypes 0 + classdiagram_stereotypes 0 + seqdiagram_stereotypes 0 + coldiagram_stereotypes 0 + usecasediagram_stereotypes 0 + statediagram_stereotypes 0 + activitydiagram_stereotypes 0 + componentdiagram_stereotypes 0 + deploymentdiagram_stereotypes 0 +end diff --git a/lib/doxygen/bouml/GeneralArchitecture/tools b/lib/doxygen/bouml/GeneralArchitecture/tools new file mode 100644 index 0000000..3579028 --- /dev/null +++ b/lib/doxygen/bouml/GeneralArchitecture/tools @@ -0,0 +1,18 @@ +// 'tool' "the executable" "displayed string" {target}+ +tool "HTML documentation" "ghtml" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue ExtraMember ClassInstance State Region StateAction Initial EntryPoint Final Terminate ExitPoint DeepHistory ShallowHistory Junction Choice Fork Join Transition Activity InterruptibleActivityRegion ExpansionRegion ActivityObject ActivityAction Parameter ParameterSet Pin ExpansionNode InitialActivityNode FinalActivityNode ExitPointActivityNode DecisionActivityNode MergeActivityNode ForkActivityNode JoinActivityNode Flow Project Package UseCaseView ClassView ComponentView DeploymentView UseCaseDiagram SeqDiagram ColDiagram ClassDiagram ObjectDiagram StateDiagram ActivityDiagram ComponentDiagram DeploymentDiagram UseCase Component Node Artifact Inherit DependOn +tool "HTML doc. (flat)" "ghtml -flat" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue ExtraMember ClassInstance State Region StateAction Initial EntryPoint Final Terminate ExitPoint DeepHistory ShallowHistory Junction Choice Fork Join Transition Activity InterruptibleActivityRegion ExpansionRegion ActivityObject ActivityAction Parameter ParameterSet Pin ExpansionNode InitialActivityNode FinalActivityNode ExitPointActivityNode DecisionActivityNode MergeActivityNode ForkActivityNode JoinActivityNode Flow Project Package UseCaseView ClassView ComponentView DeploymentView UseCaseDiagram SeqDiagram ColDiagram ClassDiagram ObjectDiagram StateDiagram ActivityDiagram ComponentDiagram DeploymentDiagram UseCase Component Node Artifact Inherit DependOn +tool "HTML doc. (svg)" "ghtml -svg" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue ExtraMember ClassInstance State Region StateAction Initial EntryPoint Final Terminate ExitPoint DeepHistory ShallowHistory Junction Choice Fork Join Transition Activity InterruptibleActivityRegion ExpansionRegion ActivityObject ActivityAction Parameter ParameterSet Pin ExpansionNode InitialActivityNode FinalActivityNode ExitPointActivityNode DecisionActivityNode MergeActivityNode ForkActivityNode JoinActivityNode Flow Project Package UseCaseView ClassView ComponentView DeploymentView UseCaseDiagram SeqDiagram ColDiagram ClassDiagram ObjectDiagram StateDiagram ActivityDiagram ComponentDiagram DeploymentDiagram UseCase Component Node Artifact Inherit DependOn +tool "HTML doc. (flat, svg)" "ghtml -flat -svg" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue ExtraMember ClassInstance State Region StateAction Initial EntryPoint Final Terminate ExitPoint DeepHistory ShallowHistory Junction Choice Fork Join Transition Activity InterruptibleActivityRegion ExpansionRegion ActivityObject ActivityAction Parameter ParameterSet Pin ExpansionNode InitialActivityNode FinalActivityNode ExitPointActivityNode DecisionActivityNode MergeActivityNode ForkActivityNode JoinActivityNode Flow Project Package UseCaseView ClassView ComponentView DeploymentView UseCaseDiagram SeqDiagram ColDiagram ClassDiagram ObjectDiagram StateDiagram ActivityDiagram ComponentDiagram DeploymentDiagram UseCase Component Node Artifact Inherit DependOn +tool "Generate .pro" "gpro" Artifact +tool "Import Rose" "irose" Project Package +tool "C++ utilities" "cpp_util" Class +tool "Generate XMI 1.2" "gxmi" Project +tool "Generate XMI 2.1" "gxmi2" Project +tool "Import XMI 2.1" "ixmi2" Project Package +tool "C++ state machine" "stmgen" State +tool "Use case wizard" "usecasewizard" UseCase +tool "Check-in" "file_control ci" Project Package +tool "Check-out" "file_control co" Project Package +tool "Deploy classes" "deplcl" ClassView +tool "Global Change" "global_change" Class Project Package ClassView DeploymentView +tool "Uml projection" "uml_proj" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue Project Package ClassView diff --git a/lib/doxygen/bouml/manualContour/manualContour/125.session b/lib/doxygen/bouml/manualContour/manualContour/125.session index 4471057..a038e1d 100644 --- a/lib/doxygen/bouml/manualContour/manualContour/125.session +++ b/lib/doxygen/bouml/manualContour/manualContour/125.session @@ -1,16 +1,10 @@ window_sizes 1680 994 393 1182 700 82 diagrams - classdiagram_ref 129177 // MVC - 936 609 100 4 0 0 - classdiagram_ref 129305 // model - 1281 838 100 4 0 0 - classdiagram_ref 129433 // view - 1281 838 100 3 120 0 - active classdiagram_ref 129561 // controller - 1020 670 100 3 0 0 + active sequencediagram_ref 134653 // CreateContour + 1281 838 100 3 0 0 end show_stereotypes -selected classdiagram_ref 129433 // view +selected sequencediagram_ref 134653 // CreateContour open classview_ref 129177 // manualContour end diff --git a/lib/doxygen/bouml/manualContour/manualContour/134653.diagram b/lib/doxygen/bouml/manualContour/manualContour/134653.diagram new file mode 100644 index 0000000..b0b22b7 --- /dev/null +++ b/lib/doxygen/bouml/manualContour/manualContour/134653.diagram @@ -0,0 +1,100 @@ +format 67 + +classinstancecanvas 128125 classinstance_ref 134653 // extApp + color lightgreen xyz 146 23 2005 life_line_z 2000 +end +classinstancecanvas 128253 classinstance_ref 134781 // factory + color lightred xyz 450 25 2005 life_line_z 2000 +end +note 129277 "Input: type - Contour type(spline, circle, line, etc.)" + color lightgray xyzwh 10 92 2000 131 62 +classinstancecanvas 129533 classinstance_ref 134909 // v + color lightred xyz 650 27 2010 life_line_z 2000 +end +classinstancecanvas 130045 classinstance_ref 135037 // c + color lightred xyz 830 26 2015 life_line_z 2000 +end +classinstance 130557 class_ref 133017 // wxVtkBaseView + color lightblue name "baseView" xyz 283 241 2005 life_line_z 2000 +note 131453 "The external application has a wxVtkBaseView created before." + color lightgray xyzwh 5.5 223 2000 153 65 +durationcanvas 128381 classinstance_ref 128125 // extApp:App + xyzwh 176 84 2010 11 81 +end +durationcanvas 128509 classinstance_ref 128253 // factory:creaContoursFactory + xyzwh 526 80 2010 11 27 +end +durationcanvas 128765 classinstance_ref 128253 // factory:creaContoursFactory + xyzwh 526 116 2010 11 25 +end +durationcanvas 129021 classinstance_ref 128253 // factory:creaContoursFactory + xyzwh 526 144 2010 11 25 +end +durationcanvas 129661 classinstance_ref 128125 // extApp:App + xyzwh 176 187 2010 11 46 +end +durationcanvas 129789 classinstance_ref 129533 // v:manualViewBaseContour + xyzwh 725 180 2010 11 28 +end +durationcanvas 130173 classinstance_ref 130045 // c:manualContourBaseControler + xyzwh 918 207 2010 11 25 +end +durationcanvas 130685 classinstance_ref 128125 // extApp:App + xyzwh 176 286 2010 11 26 +end +durationcanvas 130813 classinstance_ref 130557 // baseView:wxVtkBaseView + xyzwh 354 289 2010 11 26 +end +durationcanvas 131069 classinstance_ref 128125 // extApp:App + xyzwh 176 334 2010 11 29 +end +durationcanvas 131197 classinstance_ref 129533 // v:manualViewBaseContour + xyzwh 725 331 2010 11 32 +end +msg 128637 synchronous + from durationcanvas_ref 128381 + to durationcanvas_ref 128509 + yz 96 2015 explicitmsg "m : getContourModel(type)" + show_full_operations_definition default drawing_language default + label_xy 269 86 +msg 128893 synchronous + from durationcanvas_ref 128381 + to durationcanvas_ref 128765 + yz 121 2020 explicitmsg "v : getCountourView(type)" + show_full_operations_definition default drawing_language default + label_xy 269 111 +msg 129149 synchronous + from durationcanvas_ref 128381 + to durationcanvas_ref 129021 + yz 149 2015 explicitmsg "c : getContourControler(type)" + show_full_operations_definition default drawing_language default + label_xy 264 139 +msg 129917 synchronous + from durationcanvas_ref 129661 + to durationcanvas_ref 129789 + yz 190 2015 explicitmsg "setModel( m )" + show_full_operations_definition default drawing_language default + label_xy 422 181 +msg 130301 synchronous + from durationcanvas_ref 129661 + to durationcanvas_ref 130173 + yz 221 2020 explicitmsg "setModelView( m,v )" + show_full_operations_definition default drawing_language default + label_xy 416 210 +msg 130941 synchronous + from durationcanvas_ref 130685 + to durationcanvas_ref 130813 + yz 298 2015 explicitmsg "<>" + show_full_operations_definition default drawing_language default + label_xy 236 289 +msg 131325 synchronous + from durationcanvas_ref 131069 + to durationcanvas_ref 131197 + yz 340 2015 explicitmsg "SetwxVtkBaseView(baseView)" + show_full_operations_definition default drawing_language default + label_xy 363 329 +line 129405 -_-_ + from ref 129277 z 2011 to ref 128381 +line 131581 -_-_ + from ref 131453 z 2006 to ref 130557 +end diff --git a/lib/doxygen/bouml/manualContour/manualContour/manualContour.prj b/lib/doxygen/bouml/manualContour/manualContour/manualContour.prj index 3cc9a6d..c25c72e 100644 --- a/lib/doxygen/bouml/manualContour/manualContour/manualContour.prj +++ b/lib/doxygen/bouml/manualContour/manualContour/manualContour.prj @@ -1,7 +1,7 @@ format 67 "manualContour" - revision 9 - modified_by 70 "Ricardo" + revision 10 + modified_by 125 "corredor" @@ -37,7 +37,7 @@ format 67 mark_for_import ncouples 1 - key "html dir" value "/Users/davila/Creatis/creaMaracasVisu/lib/doxygen/bouml/manualContour/manualContour_Model_HTML/" + key "html dir" value "c:/RaC/CreaMaracasVisuWebDOC/ContoursDOC/" classview 129177 "manualContour" //class diagram settings draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_infonote default shadow default show_stereotype_properties default @@ -74,6 +74,11 @@ format 67 size A3 end + sequencediagram 134653 "CreateContour" + show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default + overlapping_bars size A3 + end + class 129177 "manualCircleControler" visibility package cpp_decl "" @@ -880,6 +885,68 @@ format 67 b parent class_ref 128198 // manualContourModel end end + + class 134653 "App" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "" + idl_decl "" + explicit_switch_type "" + + end + + classinstance 134653 "extApp" + type class_ref 134653 // App + attributes + end + relations + end + end + + class 134781 "creaContoursFactory" + visibility package + cpp_decl "" + java_decl "" + php_decl "" + python_2_2 python_decl "" + idl_decl "" + explicit_switch_type "" + + end + + classinstance 134781 "factory" + type class_ref 134781 // creaContoursFactory + attributes + end + relations + end + end + + classinstance 134909 "v" + type class_ref 131353 // manualViewBaseContour + attributes + end + relations + end + end + + classinstance 135037 "c" + type class_ref 129689 // manualContourBaseControler + attributes + end + relations + end + end + + classinstance 135165 "baseView" + type class_ref 133017 // wxVtkBaseView + attributes + end + relations + end + end end classview 129305 "maracasVisu" diff --git a/lib/doxygen/bouml/manualContour/manualContour_Controler_HTML/fig129561.png b/lib/doxygen/bouml/manualContour/manualContour_Controler_HTML/fig129561.png index bc73cbf..4b9bd04 100644 Binary files a/lib/doxygen/bouml/manualContour/manualContour_Controler_HTML/fig129561.png and b/lib/doxygen/bouml/manualContour/manualContour_Controler_HTML/fig129561.png differ diff --git a/lib/doxygen/bouml/manualContour/manualContour_MVC_HTML/fig129177.png b/lib/doxygen/bouml/manualContour/manualContour_MVC_HTML/fig129177.png index 9d0041f..6c89df5 100644 Binary files a/lib/doxygen/bouml/manualContour/manualContour_MVC_HTML/fig129177.png and b/lib/doxygen/bouml/manualContour/manualContour_MVC_HTML/fig129177.png differ diff --git a/lib/doxygen/bouml/manualContour/manualContour_Model_HTML/fig129305.png b/lib/doxygen/bouml/manualContour/manualContour_Model_HTML/fig129305.png index ba6ee8a..1bc4a32 100644 Binary files a/lib/doxygen/bouml/manualContour/manualContour_Model_HTML/fig129305.png and b/lib/doxygen/bouml/manualContour/manualContour_Model_HTML/fig129305.png differ diff --git a/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/classdiagrams.html b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/classdiagrams.html new file mode 100644 index 0000000..f5d7d9b --- /dev/null +++ b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/classdiagrams.html @@ -0,0 +1,22 @@ + + + + + + +Sequence Diagram Index + + + + + +
Sequence Diagram Index
+

+ + + + + +
To create a new contour MVC
+ + diff --git a/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/classes_list.html b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/classes_list.html new file mode 100644 index 0000000..f124784 --- /dev/null +++ b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/classes_list.html @@ -0,0 +1,24 @@ + + + + + + +Classes + + + + + +
Classes
+

+ + + + + + + +
+ + diff --git a/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/fig134653.png b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/fig134653.png new file mode 100644 index 0000000..cd53509 Binary files /dev/null and b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/fig134653.png differ diff --git a/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/index-withframe.html b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/index-withframe.html new file mode 100644 index 0000000..c534b78 --- /dev/null +++ b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/index-withframe.html @@ -0,0 +1,19 @@ + + + + + + +/Users/davila/Creatis/creaMaracasVisu/lib/doxygen/bouml/manualContour/manualContour_MVC_HTML/index-withframe + + + + + + + + + + +<H2>Frame Alert</H2><P>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.<BR>Link to <A HREF="index.html">Non-frame version.</A> + diff --git a/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/index.html b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/index.html new file mode 100644 index 0000000..b0c31ee --- /dev/null +++ b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/index.html @@ -0,0 +1,23 @@ + + + + + + +MVC +Documentation + + + + + +
Create new Contour
Documentation
+

+ + + + +

+

To create a new contour



+ + diff --git a/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/index_77.html b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/index_77.html new file mode 100644 index 0000000..0b0da1d --- /dev/null +++ b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/index_77.html @@ -0,0 +1,23 @@ + + + + + + +M + + + + + +
M
+

+ + + + + + +
NameKindDescription
Create contoursequence diagram
+ + diff --git a/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/navig.html b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/navig.html new file mode 100644 index 0000000..a0ab04d --- /dev/null +++ b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/navig.html @@ -0,0 +1,17 @@ + + + + + + + + + + +


+

-Top- -Sequence Diagrams-

+

+

+

C

+ + diff --git a/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/style.css b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/style.css new file mode 100644 index 0000000..3a10a81 --- /dev/null +++ b/lib/doxygen/bouml/manualContour/manualContour_SeqCreateContour_HTML/style.css @@ -0,0 +1,30 @@ +div.title { font-size: 150%; background: #87ceff; text-align: center; font-weight: bold; } + +div.sub { margin-left : 20px; } +div.element { background: #d3d3d3; } + +h1.package { background: #ffe4c4; } +h1.view { background: #98fb98; } + +h2.package { background: #ffe4c4; } +h2.view { background: #98fb98; } +h2.class { background: #87ceff; } +h2.usecase { background: #87ceff; } +h2.state { background: #87ceff; } +h2.activity { background: #87ceff; } + +h3.package { background: #ffe4c4; } +h3.view { background: #98fb98; } +h3.class { background: #87ceff; } +h3.usecase { background: #87ceff; } +h3.state { background: #87ceff; } +h3.stateregion { background: #87ceff; } +h3.activity { background: #87ceff; } + +h4.package { background: #ffe4c4; } +h4.view { background: #98fb98; } +h4.class { background: #87ceff; } +h4.usecase { background: #87ceff; } +h4.state { background: #87ceff; } +h4.stateregion { background: #87ceff; } +h4.activity { background: #87ceff; } diff --git a/lib/doxygen/bouml/manualContour/manualContour_View_HTML/fig129433.png b/lib/doxygen/bouml/manualContour/manualContour_View_HTML/fig129433.png index b6be433..e31e6b0 100644 Binary files a/lib/doxygen/bouml/manualContour/manualContour_View_HTML/fig129433.png and b/lib/doxygen/bouml/manualContour/manualContour_View_HTML/fig129433.png differ diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewPoints.cpp b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewPoints.cpp index 192da18..45696c3 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewPoints.cpp +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewPoints.cpp @@ -15,7 +15,7 @@ manualViewPoints::~manualViewPoints() _copyViewPoints.clear(); } - + // ---------------------------------------------------------------------------- manualViewPoints * manualViewPoints :: Clone() {