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
* \mainpage creaMaracasVisu documentation
\htmlonly
-<H2>Architecture Description ?????????? </H2>
-<br>
-<a href="Architecture.htm"> Architecture </a>
-<br>
-
-<H2>Diagrams of the architecture</H2> <br>
-Viewers <br>
-<a href="../wxVtkViewer_classDiagram1_HTML/index.html"> - wxVtkViewer Class Diagram 1</a> <br>
-<a href="../wxVtkViewer_classDiagram2_HTML/index.html"> - wxVtkViewer Class Diagram 2</a> <br>
-<br>
-<a href="../pPlotter_HTML/index.html"> pPlotter Class Diagram</a> <br>
-<br>
-Manual Contour Class Diagram <br>
-<a href="../manualContour_MVC_HTML/index.html"> -MVC (Model View Controler)</a> <br>
-<a href="../manualContour_Model_HTML/index.html"> -Model</a> <br>
-<a href="../manualContour_View_HTML/index.html"> -View</a> <br>
-<a href="../manualContour_Controler_HTML/index.html"> -Controler</a> <br>
-
-<H2>Sequence Diagrams ?????????? </H2>
-<br>
-<a href="XXXXXX.html"> seg01 </a>
-<br>
+
+<style type="text/css">
+.titles {
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ color: #000000;
+ font-size: large;
+ font-weight: bold;
+}
+.text {
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ font-size: small;
+ font-weight: normal;
+}
+a.el {
+font-weight:bold;
+text-decoration:none;
+}
+a {
+color:#1A41A8;
+}
+.subtitles {
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ font-size: 90%;
+ font-weight: bold;
+ text-decoration: underline;
+}
+.listDiagrams {
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ margin-left: 25px;
+ font-size: small;
+}
+.paragraph {
+ margin-left: 40px;
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ font-size: small;
+}
+.style1 {
+ text-decoration: underline;
+}
+</style>
+<H2 class="titles">General Description</H2>
+<H2><span class="text">First of all, <strong>
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/CreatoolsBBTKPackageCreaMaracasVisuUserInteractionDescription">creaMaracasVisu</a></strong> is a C++ library developed by
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/creatools">Creatools</a>
+software team and it follows the general architecture of Creatools architecture
+(more information in the
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/CreaToolsArchitecture">Creatools Architecture</a> diagram.
+<strong>
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/CreatoolsBBTKPackageCreaMaracasVisuUserInteractionDescription">creaMaracasVisu</a> </strong> has as principal objective to help the visualization of medical
+images and the interaction with them. </span></H2>
+<hr />
+
+<H2 class="titles"> Architecture Description</H2>
+<H2><span class="text">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:<br />
+<br />
+- <a class="el" href="#ViewersInteractors">Viewers and interactors</a><br />
+- <a class="el" href="#Contours">Contours</a><br />
+- <a class="el" href="#Cutter">Cutter Module</a><br />
+- <a class="el" href="#Plotter">Plotter and Data Representation</a><br />
+
+<br />
+The relationship among this set of elements is described in the following
+diagram :<br />
+<br />
+ -
+<a class="el" href="../GeneralArchitecture_HTML/index.html">Architecture Diagram</a></span></H2>
+<hr />
+
+<H2 class="titles"> Modules Description</H2>
+<p class="text">In this section are presented the corresponding diagrams for
+each model in <span class="text"> <strong>
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/CreatoolsBBTKPackageCreaMaracasVisuUserInteractionDescription">creaMaracasVisu</a> </strong> </span>
+library including classes, components and sequence diagrams, as well as a short
+description of the module of interest.</p>
+<span class="subtitles"><a name="ViewersInteractors"></a>Viewers and interactors</span><br />
+<br />
+ <span class="listDiagrams"><strong><span class="style1">Class diagrams</span><br />
+<br />
+</strong></span><br />
+<span class="listDiagrams">
+<a href="../wxVtkViewer_classDiagram1_HTML/index.html" class="el"> - wxVtkViewer Class Diagram 1</a><br>
+
+<a href="../wxVtkViewer_classDiagram2_HTML/index.html" class="el"> - wxVtkViewer Class Diagram 2</a></span><br />
+ <br>
+<hr /><span class="subtitles"><a name="Contours"></a>Contours<br />
+<br />
+<strong>
+<span class="listDiagrams">Class diagrams<br />
+<br />
+</span></strong></span><div class="text">
+ -
+<a href="../manualContour_MVC_HTML/index.html" class="el"> MVC (Model View Controler)</a> <br>
+ <a href="../manualContour_Model_HTML/index.html" class="el">- Model</a> <br>
+ <a href="../manualContour_View_HTML/index.html" class="el">- View</a> <br>
+ <a href="../manualContour_Controler_HTML/index.html" class="el">- Controler</a><br />
+ <br />
+</div><span class="subtitles">
+<strong>
+<span class="listDiagrams">Sequence diagrams<br />
+<br />
+</span></strong></span>
+ -
+<a class="el" href="../manualContour_SeqCreateContour_HTML/index.html">To create a new
+ contour MVC</a>
+<div class="paragraph">
+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.</div><br />
+<hr /><span class="subtitles"><a name="Cutter"></a>Cutter</span><br>
+<span class="subtitles">
+<br />
+<strong>
+<span class="listDiagrams">Component diagrams<br />
+<br />
+</span></strong></span><div class="text">
+ -
+<a href="../CutModuleDiagrams_HTML/index.html" class="el"> Cutter module
+ components </a>
+</div>
+<span class="subtitles">
+<br />
+<strong>
+<span class="listDiagrams">Class diagrams<br />
+<br />
+</span></strong></span><div class="text"> -
+ <a href="../CutModuleDiagrams_HTML/fig141309.png" class="el"> Cutter module
+ integration </a> <br>
+ <a href="../CutModuleDiagrams_HTML/fig134653.png" class="el">-
+ Interface</a> <br>
+ <a href="../CutModuleDiagrams_HTML/fig134781.png" class="el">-
+ Kernel</a></div>
+<br />
+<hr /><span class="subtitles"><a name="Plotter"></a>Plotter and data representation</span><br>
+
+<br />
+<strong>
+<span class="listDiagrams"><span class="style1">Class diagrams</span><br class="style1" />
+</span></strong><span class="style1"></span></span><br />
+<br />
+<div class="text">
+ <a href="../pPlotter_HTML/index.html" class="el">- pPlotter Class Diagram</a> <br>
+</div>
+
+
\endhtmlonly
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<title>General Description</title>
+<style type="text/css">
+.titles {
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ color: #000000;
+ font-size: large;
+ font-weight: bold;
+}
+.text {
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ font-size: small;
+ font-weight: normal;
+}
+a.el {
+font-weight:bold;
+text-decoration:none;
+}
+a {
+color:#1A41A8;
+}
+.subtitles {
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ font-size: 90%;
+ font-weight: bold;
+ text-decoration: underline;
+}
+.listDiagrams {
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ margin-left: 25px;
+ font-size: small;
+}
+.paragraph {
+ margin-left: 40px;
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ font-size: small;
+}
+.style1 {
+ text-decoration: underline;
+}
+</style>
+</head>
+
+<body>
+
+<H2 class="titles">General Description</H2>
+<H2><span class="text">First of all, <strong>
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/CreatoolsBBTKPackageCreaMaracasVisuUserInteractionDescription">creaMaracasVisu</a></strong> is a C++ library developed by
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/creatools">Creatools</a>
+software team and it follows the general architecture of Creatools architecture
+(more information in the
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/CreaToolsArchitecture">Creatools Architecture</a> diagram.
+<strong>
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/CreatoolsBBTKPackageCreaMaracasVisuUserInteractionDescription">creaMaracasVisu</a> </strong> has as principal objective to help the visualization of medical
+images and the interaction with them. </span></H2>
+<hr />
+
+<H2 class="titles"> Architecture Description</H2>
+<H2><span class="text">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:<br />
+<br />
+- <a class="el" href="#ViewersInteractors">Viewers and interactors</a><br />
+- <a class="el" href="#Contours">Contours</a><br />
+- <a class="el" href="#Cutter">Cutter Module</a><br />
+- <a class="el" href="#Plotter">Plotter and Data Representation</a><br />
+
+<br />
+The relationship among this set of elements is described in the following
+diagram :<br />
+<br />
+ -
+<a class="el" href="../GeneralArchitecture_HTML/index.html">Architecture Diagram</a></span></H2>
+<hr />
+
+<H2 class="titles"> Modules Description</H2>
+<p class="text">In this section are presented the corresponding diagrams for
+each model in <span class="text"> <strong>
+<a class="el" href="http://www.creatis.insa-lyon.fr/site/fr/CreatoolsBBTKPackageCreaMaracasVisuUserInteractionDescription">creaMaracasVisu</a> </strong> </span>
+library including classes, components and sequence diagrams, as well as a short
+description of the module of interest.</p>
+<span class="subtitles"><a name="ViewersInteractors"></a>Viewers and interactors</span><br />
+<br />
+ <span class="listDiagrams"><strong><span class="style1">Class diagrams</span><br />
+<br />
+</strong></span><br />
+<span class="listDiagrams">
+<a href="../wxVtkViewer_classDiagram1_HTML/index.html" class="el"> - wxVtkViewer Class Diagram 1</a><br>
+
+<a href="../wxVtkViewer_classDiagram2_HTML/index.html" class="el"> - wxVtkViewer Class Diagram 2</a></span><br />
+ <br>
+<hr /><span class="subtitles"><a name="Contours"></a>Contours<br />
+<br />
+<strong>
+<span class="listDiagrams">Class diagrams<br />
+<br />
+</span></strong></span><div class="text">
+ -
+<a href="../manualContour_MVC_HTML/index.html" class="el"> MVC (Model View Controler)</a> <br>
+ <a href="../manualContour_Model_HTML/index.html" class="el">- Model</a> <br>
+ <a href="../manualContour_View_HTML/index.html" class="el">- View</a> <br>
+ <a href="../manualContour_Controler_HTML/index.html" class="el">- Controler</a><br />
+ <br />
+</div><span class="subtitles">
+<strong>
+<span class="listDiagrams">Sequence diagrams<br />
+<br />
+</span></strong></span>
+ -
+<a class="el" href="../manualContour_SeqCreateContour_HTML/index.html">To create a new
+ contour MVC</a>
+<div class="paragraph">
+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.</div><br />
+<hr /><span class="subtitles"><a name="Cutter"></a>Cutter</span><br>
+<span class="subtitles">
+<br />
+<strong>
+<span class="listDiagrams">Component diagrams<br />
+<br />
+</span></strong></span><div class="text">
+ -
+<a href="../CutModuleDiagrams_HTML/index.html" class="el"> Cutter module
+ components </a>
+</div>
+<span class="subtitles">
+<br />
+<strong>
+<span class="listDiagrams">Class diagrams<br />
+<br />
+</span></strong></span><div class="text"> -
+ <a href="../CutModuleDiagrams_HTML/fig141309.png" class="el"> Cutter module
+ integration </a> <br>
+ <a href="../CutModuleDiagrams_HTML/fig134653.png" class="el">-
+ Interface</a> <br>
+ <a href="../CutModuleDiagrams_HTML/fig134781.png" class="el">-
+ Kernel</a></div>
+<br />
+<hr /><span class="subtitles"><a name="Plotter"></a>Plotter and data representation</span><br>
+
+<br />
+<strong>
+<span class="listDiagrams"><span class="style1">Class diagrams</span><br class="style1" />
+</span></strong><span class="style1"></span></span><br />
+<br />
+<div class="text">
+ <a href="../pPlotter_HTML/index.html" class="el">- pPlotter Class Diagram</a> <br>
+</div>
+
+</body>
+
+</html>
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
format 67
"CutModule" // CutModule
- revision 5
+ revision 6
modified_by 125 "corredor"
// class settings
//class diagram settings
draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
size A3
end
-
end
simplerelation 128125
classrelation_ref 131837 // _spherefigure (<unidirectional association>)
b parent class_ref 130941 // CutModelFigureSphere
end
+
+ classrelation 145021 // _polygonCutter (<unidirectional association>)
+ relation 145021 --->
+ a role_name "_polygonCutter" private
+ classrelation_ref 145021 // _polygonCutter (<unidirectional association>)
+ b parent class_ref 144381 // CutModelPolygon
+ end
end
class 129533 "CutModelSaveBinInfo"
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
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
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 // <unidirectional association>
from ref 128765 z 2001 to ref 128509
role_a_pos 554 250 3000 no_role_b
end
relationcanvas 131837 relation_ref 131709 // <unidirectional association>
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 // <unidirectional association>
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 // <unidirectional association>
+ 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
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModuleMainPanel</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModuleMainPanel</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass128125"></a>
+<p>Declaration :</p><ul>
+</ul><div class="sub">
+<a name="refrelation128125"></a>
+<table><tr><td><div class="element">Relation <b>instance (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - instance : <a href="class128125.html#refclass128125"><b>CutModuleMainPanel</b></a></li></ul><a name="refrelation128253"></a>
+<table><tr><td><div class="element">Relation <b>viewPanels (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - viewPanels : <a href="class128253.html#refclass128253"><b>CutModelView</b></a>, multiplicity : *</li></ul><a name="refrelation128381"></a>
+<table><tr><td><div class="element">Relation <b>cutManager (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - cutManager : <a href="class128381.html#refclass128381"><b>CutModelManager</b></a></li></ul><a name="refrelation128637"></a>
+<table><tr><td><div class="element">Relation <b>_wxauimanager (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _wxauimanager : <a href="class128637.html#refclass128637"><b>wxAuiManager</b></a></li></ul><a name="refrelation128765"></a>
+<table><tr><td><div class="element">Relation <b><unidirectional association></b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - : <a href="class128765.html#refclass128765"><b>ToolBarEventHandlerCutModel</b></a></li></ul></div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelView</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelView</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass128253"></a>
+<p>Declaration :</p><ul>
+</ul><div class="sub">
+<a name="refattribute128125"></a>
+<table><tr><td><div class="element">Attribute <b>_id</b></div></td></tr></table>
+<p>Declaration :</p><ul><li>Uml : - _id : int</li></ul><a name="refrelation130429"></a>
+<table><tr><td><div class="element">Relation <b><unidirectional association></b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - : <a href="class130045.html#refclass130045"><b>wxSlider</b></a></li></ul><a name="refrelation130557"></a>
+<table><tr><td><div class="element">Relation <b><unidirectional association></b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - : <a href="class130173.html#refclass130173"><b>wxRadioBox</b></a></li></ul><a name="refrelation130685"></a>
+<table><tr><td><div class="element">Relation <b><unidirectional association></b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - : <a href="class130301.html#refclass130301"><b>wxStaticText</b></a></li></ul></div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelManager</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelManager</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass128381"></a>
+<p>Declaration :</p><ul>
+</ul><p>Stereotype: CutModuleKernel</p>
+<div class="sub">
+<a name="refrelation129661"></a>
+<table><tr><td><div class="element">Relation <b>_vectordata (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _vectordata : <a href="class129405.html#refclass129405"><b>CutModelData</b></a>, multiplicity : *</li></ul><a name="refrelation129789"></a>
+<table><tr><td><div class="element">Relation <b>_undoredo (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _undoredo : <a href="class129533.html#refclass129533"><b>CutModelSaveBinInfo</b></a>, multiplicity : *</li></ul><a name="refrelation129917"></a>
+<table><tr><td><div class="element">Relation <b>_img (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _img : <a href="class129661.html#refclass129661"><b>vtkImageData</b></a></li></ul><a name="refrelation130045"></a>
+<table><tr><td><div class="element">Relation <b>_render (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _render : <a href="class129789.html#refclass129789"><b>vtkRenderer</b></a></li></ul><a name="refrelation130173"></a>
+<table><tr><td><div class="element">Relation <b>_interactor (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _interactor : <a href="class129917.html#refclass129917"><b>vtkRenderWindowInteractor</b></a></li></ul><a name="refrelation130301"></a>
+<table><tr><td><div class="element">Relation <b>_img2 (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _img2 : <a href="class129661.html#refclass129661"><b>vtkImageData</b></a></li></ul><a name="refattribute128253"></a>
+<table><tr><td><div class="element">Attribute <b>_currentaction</b></div></td></tr></table>
+<p>Declaration :</p><ul><li>Uml : - _currentaction : int</li></ul><a name="refattribute128381"></a>
+<table><tr><td><div class="element">Attribute <b>_path</b></div></td></tr></table>
+<p>Declaration :</p><ul><li>Uml : - _path : string</li></ul></div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelException</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelException</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass128509"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class wxAuiManager</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class wxAuiManager</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass128637"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class ToolBarEventHandlerCutModel</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class ToolBarEventHandlerCutModel</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass128765"></a>
+<p>Declaration :</p><ul>
+</ul><div class="sub">
+</div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class wxEventHandler</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class wxEventHandler</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass128893"></a>
+<p>Declaration :</p><ul>
+</ul><p>Directly inherited by : <a href="class128765.html#refclass128765"><b>ToolBarEventHandlerCutModel</b></a> </p>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class ToolBarCutModel</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class ToolBarCutModel</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass129021"></a>
+<p>Declaration :</p><ul>
+</ul><div class="sub">
+<a name="refrelation129405"></a>
+<table><tr><td><div class="element">Relation <b>_evthand (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _evthand : <a href="class128765.html#refclass128765"><b>ToolBarEventHandlerCutModel</b></a></li></ul></div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class wxToolbar</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class wxToolbar</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass129149"></a>
+<p>Declaration :</p><ul>
+</ul><p>Directly inherited by : <a href="class129021.html#refclass129021"><b>ToolBarCutModel</b></a> </p>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class wxPanel</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class wxPanel</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass129277"></a>
+<p>Declaration :</p><ul>
+</ul><p>Directly inherited by : <a href="class128253.html#refclass128253"><b>CutModelView</b></a> </p>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelData</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelData</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass129405"></a>
+<p>Declaration :</p><ul>
+</ul><p>Stereotype: CutModuleKernel</p>
+<div class="sub">
+<a name="refrelation130813"></a>
+<table><tr><td><div class="element">Relation <b>_boxWidgetVolume (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _boxWidgetVolume : <a href="class130429.html#refclass130429"><b>vtkBoxWidget</b></a></li></ul><a name="refrelation130941"></a>
+<table><tr><td><div class="element">Relation <b>_Mapper (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _Mapper : <a href="class130557.html#refclass130557"><b>vtkPolyDataMapper</b></a></li></ul><a name="refrelation131069"></a>
+<table><tr><td><div class="element">Relation <b>_Actor (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _Actor : <a href="class130685.html#refclass130685"><b>vtkActor</b></a></li></ul><a name="refattribute128509"></a>
+<table><tr><td><div class="element">Attribute <b>_currentshape</b></div></td></tr></table>
+<p>Declaration :</p><ul><li>Uml : - _currentshape : int</li></ul><a name="refattribute128637"></a>
+<table><tr><td><div class="element">Attribute <b>_id</b></div></td></tr></table>
+<p>Declaration :</p><ul><li>Uml : - _id : int</li></ul><a name="refrelation131581"></a>
+<table><tr><td><div class="element">Relation <b>_cylinderfigure (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _cylinderfigure : <a href="class131069.html#refclass131069"><b>CutModelFigureCylinder</b></a></li></ul><a name="refrelation131709"></a>
+<table><tr><td><div class="element">Relation <b>_cubefigure (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _cubefigure : <a href="class130813.html#refclass130813"><b>CutModelFigureCube</b></a></li></ul><a name="refrelation131837"></a>
+<table><tr><td><div class="element">Relation <b>_spherefigure (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _spherefigure : <a href="class130941.html#refclass130941"><b>CutModelFigureSphere</b></a></li></ul><a name="refrelation145021"></a>
+<table><tr><td><div class="element">Relation <b>_polygonCutter (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - _polygonCutter : <a href="class144381.html#refclass144381"><b>CutModelPolygon</b></a></li></ul></div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelSaveBinInfo</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelSaveBinInfo</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass129533"></a>
+<p>Declaration :</p><ul>
+</ul><p>Stereotype: CutModuleKernel</p>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class vtkImageData</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class vtkImageData</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass129661"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class vtkRenderer</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class vtkRenderer</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass129789"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class vtkRenderWindowInteractor</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class vtkRenderWindowInteractor</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass129917"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class wxSlider</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class wxSlider</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass130045"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class wxRadioBox</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class wxRadioBox</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass130173"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class wxStaticText</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class wxStaticText</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass130301"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class vtkBoxWidget</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class vtkBoxWidget</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass130429"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class vtkPolyDataMapper</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class vtkPolyDataMapper</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass130557"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class vtkActor</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class vtkActor</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass130685"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelFigureCube</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelFigureCube</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass130813"></a>
+<p>Declaration :</p><ul>
+</ul><div class="sub">
+</div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelFigureSphere</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelFigureSphere</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass130941"></a>
+<p>Declaration :</p><ul>
+</ul><div class="sub">
+</div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelFigureCylinder</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelFigureCylinder</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass131069"></a>
+<p>Declaration :</p><ul>
+</ul><div class="sub">
+</div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelFigure</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelFigure</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass131197"></a>
+<p>Declaration :</p><ul>
+</ul><p>Directly inherited by : <a href="class130813.html#refclass130813"><b>CutModelFigureCube</b></a> <a href="class131069.html#refclass131069"><b>CutModelFigureCylinder</b></a> <a href="class130941.html#refclass130941"><b>CutModelFigureSphere</b></a> </p>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class wxMaracasDialog_NViewers</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class wxMaracasDialog_NViewers</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass137725"></a>
+<p>Declaration :</p><ul>
+</ul><div class="sub">
+<a name="refrelation138365"></a>
+<table><tr><td><div class="element">Relation <b>cutter (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - cutter : <a href="class128125.html#refclass128125"><b>CutModuleMainPanel</b></a></li></ul><a name="refrelation138493"></a>
+<table><tr><td><div class="element">Relation <b>viewer (<unidirectional association>)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : - viewer : <a href="class137853.html#refclass137853"><b>wxMaracas_N_Viewers_Widget</b></a></li></ul></div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class wxMaracas_N_Viewers_Widget</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class wxMaracas_N_Viewers_Widget</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass137853"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class CutModelPolygon</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class CutModelPolygon</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass144381"></a>
+<p>Declaration :</p><ul>
+</ul></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Class Diagram Index</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Class Diagram Index</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass diagram141309" target = "projectFrame"><b>CutModuleIntegrationClasses</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass diagram134653" target = "projectFrame"><b>CutModuleInterface</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass diagram134781" target = "projectFrame"><b>CutModuleKernel</b></a></td><td></td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Classes Index</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Classes Index</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td><a href="class129405.html#refclass129405" target = "projectFrame"><b>CutModelData</b></a></td><td>CutModuleKernel</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128509.html#refclass128509" target = "projectFrame"><b>CutModelException</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class131197.html#refclass131197" target = "projectFrame"><b>CutModelFigure</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130813.html#refclass130813" target = "projectFrame"><b>CutModelFigureCube</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class131069.html#refclass131069" target = "projectFrame"><b>CutModelFigureCylinder</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130941.html#refclass130941" target = "projectFrame"><b>CutModelFigureSphere</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128381.html#refclass128381" target = "projectFrame"><b>CutModelManager</b></a></td><td>CutModuleKernel</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class144381.html#refclass144381" target = "projectFrame"><b>CutModelPolygon</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129533.html#refclass129533" target = "projectFrame"><b>CutModelSaveBinInfo</b></a></td><td>CutModuleKernel</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128253.html#refclass128253" target = "projectFrame"><b>CutModelView</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128125.html#refclass128125" target = "projectFrame"><b>CutModuleMainPanel</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129021.html#refclass129021" target = "projectFrame"><b>ToolBarCutModel</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128765.html#refclass128765" target = "projectFrame"><b>ToolBarEventHandlerCutModel</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130685.html#refclass130685" target = "projectFrame"><b>vtkActor</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130429.html#refclass130429" target = "projectFrame"><b>vtkBoxWidget</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129661.html#refclass129661" target = "projectFrame"><b>vtkImageData</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130557.html#refclass130557" target = "projectFrame"><b>vtkPolyDataMapper</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129789.html#refclass129789" target = "projectFrame"><b>vtkRenderer</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129917.html#refclass129917" target = "projectFrame"><b>vtkRenderWindowInteractor</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128637.html#refclass128637" target = "projectFrame"><b>wxAuiManager</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128893.html#refclass128893" target = "projectFrame"><b>wxEventHandler</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class137853.html#refclass137853" target = "projectFrame"><b>wxMaracas_N_Viewers_Widget</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class137725.html#refclass137725" target = "projectFrame"><b>wxMaracasDialog_NViewers</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129277.html#refclass129277" target = "projectFrame"><b>wxPanel</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130173.html#refclass130173" target = "projectFrame"><b>wxRadioBox</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130045.html#refclass130045" target = "projectFrame"><b>wxSlider</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130301.html#refclass130301" target = "projectFrame"><b>wxStaticText</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129149.html#refclass129149" target = "projectFrame"><b>wxToolbar</b></a></td><td></td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Classes</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Classes</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table border="0" width="100%">
+<tr>
+<td nowrap><a href="class129405.html#refclass129405" target = "projectFrame"><b>CutModelData</b></a><br />
+<a href="class128509.html#refclass128509" target = "projectFrame"><b>CutModelException</b></a><br />
+<a href="class131197.html#refclass131197" target = "projectFrame"><b>CutModelFigure</b></a><br />
+<a href="class130813.html#refclass130813" target = "projectFrame"><b>CutModelFigureCube</b></a><br />
+<a href="class131069.html#refclass131069" target = "projectFrame"><b>CutModelFigureCylinder</b></a><br />
+<a href="class130941.html#refclass130941" target = "projectFrame"><b>CutModelFigureSphere</b></a><br />
+<a href="class128381.html#refclass128381" target = "projectFrame"><b>CutModelManager</b></a><br />
+<a href="class144381.html#refclass144381" target = "projectFrame"><b>CutModelPolygon</b></a><br />
+<a href="class129533.html#refclass129533" target = "projectFrame"><b>CutModelSaveBinInfo</b></a><br />
+<a href="class128253.html#refclass128253" target = "projectFrame"><b>CutModelView</b></a><br />
+<a href="class128125.html#refclass128125" target = "projectFrame"><b>CutModuleMainPanel</b></a><br />
+<a href="class129021.html#refclass129021" target = "projectFrame"><b>ToolBarCutModel</b></a><br />
+<a href="class128765.html#refclass128765" target = "projectFrame"><b>ToolBarEventHandlerCutModel</b></a><br />
+<a href="class130685.html#refclass130685" target = "projectFrame"><b>vtkActor</b></a><br />
+<a href="class130429.html#refclass130429" target = "projectFrame"><b>vtkBoxWidget</b></a><br />
+<a href="class129661.html#refclass129661" target = "projectFrame"><b>vtkImageData</b></a><br />
+<a href="class130557.html#refclass130557" target = "projectFrame"><b>vtkPolyDataMapper</b></a><br />
+<a href="class129789.html#refclass129789" target = "projectFrame"><b>vtkRenderer</b></a><br />
+<a href="class129917.html#refclass129917" target = "projectFrame"><b>vtkRenderWindowInteractor</b></a><br />
+<a href="class128637.html#refclass128637" target = "projectFrame"><b>wxAuiManager</b></a><br />
+<a href="class128893.html#refclass128893" target = "projectFrame"><b>wxEventHandler</b></a><br />
+<a href="class137853.html#refclass137853" target = "projectFrame"><b>wxMaracas_N_Viewers_Widget</b></a><br />
+<a href="class137725.html#refclass137725" target = "projectFrame"><b>wxMaracasDialog_NViewers</b></a><br />
+<a href="class129277.html#refclass129277" target = "projectFrame"><b>wxPanel</b></a><br />
+<a href="class130173.html#refclass130173" target = "projectFrame"><b>wxRadioBox</b></a><br />
+<a href="class130045.html#refclass130045" target = "projectFrame"><b>wxSlider</b></a><br />
+<a href="class130301.html#refclass130301" target = "projectFrame"><b>wxStaticText</b></a><br />
+<a href="class129149.html#refclass129149" target = "projectFrame"><b>wxToolbar</b></a><br />
+</td>
+</tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Component Diagram Index</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Component Diagram Index</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent diagram128125" target = "projectFrame"><b>CutModule</b></a></td><td></td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>C:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/index-withframe</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+<FRAMESET cols="20%,80%">
+ <FRAME src="classes_list.html" name="classesListFrame">
+ <FRAMESET rows="150,*">
+ <FRAME src="navig.html" name="navigFrame">
+ <FRAME src="index.html" name="projectFrame">
+ </FRAMESET>
+</FRAMESET>
+<NOFRAMES>
+<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></NOFRAMES></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>CutModuleDiagrams
+Documentation</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">CutModuleDiagrams<br />Documentation</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refpackage129"></a>
+<p>Properties:<ul>
+<li>html dir:<br /><div class="sub">C:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/</div></p></li>
+</ul></p>
+<a name="refpackage128125"></a>
+<h1 class ="package">1 Package CutModule</h1>
+<p>Depends on <a href="index.html#refpackage128253"><b>creaMaracasVisu</b></a></p><div class="sub">
+<a name="refcomponent view128125"></a>
+<h2 class ="view">1.1 Component View CutModuleIntegration</h2>
+<div class="sub">
+<a name="refcomponent diagram128125"></a>
+<p align="center"><img src="fig128125.png" alt="" /></p>
+ <p align="center"><b>CutModule</b></p><p><br /></p><p><br /></p>
+</div>
+<a name="refclass view128125"></a>
+<h2 class ="view">1.2 Class View CutModuleClasses</h2>
+<div class="sub">
+<a name="refclass diagram141309"></a>
+<p align="center"><img src="fig141309.png" alt="" /></p>
+ <p align="center"><b>CutModuleIntegrationClasses</b></p><p><br /></p><p><br /></p>
+<a name="refclass diagram134653"></a>
+<p align="center"><img src="fig134653.png" alt="" /></p>
+ <p align="center"><b>CutModuleInterface</b></p><p><br /></p><p><br /></p>
+<table><tr><td><div class="element">Class <b><a href="class128125.html#refclass128125"><b>CutModuleMainPanel</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class128253.html#refclass128253"><b>CutModelView</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class128509.html#refclass128509"><b>CutModelException</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class128765.html#refclass128765"><b>ToolBarEventHandlerCutModel</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class129021.html#refclass129021"><b>ToolBarCutModel</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class129277.html#refclass129277"><b>wxPanel</b></a></b></div></td></tr></table>
+<a name="refclass diagram134781"></a>
+<p align="center"><img src="fig134781.png" alt="" /></p>
+ <p align="center"><b>CutModuleKernel</b></p><p><br /></p><p><br /></p>
+<table><tr><td><div class="element">Class <b><a href="class128381.html#refclass128381"><b>CutModelManager</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class129405.html#refclass129405"><b>CutModelData</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class129533.html#refclass129533"><b>CutModelSaveBinInfo</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class130429.html#refclass130429"><b>vtkBoxWidget</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class130557.html#refclass130557"><b>vtkPolyDataMapper</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class130685.html#refclass130685"><b>vtkActor</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class130813.html#refclass130813"><b>CutModelFigureCube</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class130941.html#refclass130941"><b>CutModelFigureSphere</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class131069.html#refclass131069"><b>CutModelFigureCylinder</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class131197.html#refclass131197"><b>CutModelFigure</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class144381.html#refclass144381"><b>CutModelPolygon</b></a></b></div></td></tr></table>
+</div>
+</div>
+<a name="refpackage128253"></a>
+<h1 class ="package">2 Package creaMaracasVisu</h1>
+<p>Depends on <a href="index.html#refpackage128125"><b>CutModule</b></a></p><div class="sub">
+<a name="refclass view134909"></a>
+<h2 class ="view">2.1 Class View creaMaracasVisuClasses</h2>
+<div class="sub">
+<table><tr><td><div class="element">Class <b><a href="class137725.html#refclass137725"><b>wxMaracasDialog_NViewers</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class137853.html#refclass137853"><b>wxMaracas_N_Viewers_Widget</b></a></b></div></td></tr></table>
+</div>
+</div>
+<a name="refpackage134781"></a>
+<h1 class ="package">3 Package wxWidgets</h1>
+<div class="sub">
+<a name="refclass view128253"></a>
+<h2 class ="view">3.1 Class View wxWidgetsClasses</h2>
+<div class="sub">
+<table><tr><td><div class="element">Class <b><a href="class130301.html#refclass130301"><b>wxStaticText</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class130173.html#refclass130173"><b>wxRadioBox</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class130045.html#refclass130045"><b>wxSlider</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class128893.html#refclass128893"><b>wxEventHandler</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class128637.html#refclass128637"><b>wxAuiManager</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class129149.html#refclass129149"><b>wxToolbar</b></a></b></div></td></tr></table>
+</div>
+</div>
+<a name="refpackage134909"></a>
+<h1 class ="package">4 Package vtk</h1>
+<div class="sub">
+<a name="refclass view128381"></a>
+<h2 class ="view">4.1 Class View vtkClasses</h2>
+<div class="sub">
+<table><tr><td><div class="element">Class <b><a href="class129661.html#refclass129661"><b>vtkImageData</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class129789.html#refclass129789"><b>vtkRenderer</b></a></b></div></td></tr></table>
+<table><tr><td><div class="element">Class <b><a href="class129917.html#refclass129917"><b>vtkRenderWindowInteractor</b></a></b></div></td></tr></table>
+</div>
+</div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>C</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">C</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage128253" target = "projectFrame"><b>creaMaracasVisu</b></a></td><td>package</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass view134909" target = "projectFrame"><b>creaMaracasVisuClasses</b></a></td><td>class view</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation128381" target = "projectFrame"><b>cutManager</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129405.html#refclass129405" target = "projectFrame"><b>CutModelData</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128509.html#refclass128509" target = "projectFrame"><b>CutModelException</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class131197.html#refclass131197" target = "projectFrame"><b>CutModelFigure</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130813.html#refclass130813" target = "projectFrame"><b>CutModelFigureCube</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class131069.html#refclass131069" target = "projectFrame"><b>CutModelFigureCylinder</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130941.html#refclass130941" target = "projectFrame"><b>CutModelFigureSphere</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128381.html#refclass128381" target = "projectFrame"><b>CutModelManager</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class144381.html#refclass144381" target = "projectFrame"><b>CutModelPolygon</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129533.html#refclass129533" target = "projectFrame"><b>CutModelSaveBinInfo</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128253.html#refclass128253" target = "projectFrame"><b>CutModelView</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage128125" target = "projectFrame"><b>CutModule</b></a></td><td>package</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent diagram128125" target = "projectFrame"><b>CutModule</b></a></td><td>component diagram</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass view128125" target = "projectFrame"><b>CutModuleClasses</b></a></td><td>class view</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage129" target = "projectFrame"><b>CutModuleDiagrams</b></a></td><td>package</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent view128125" target = "projectFrame"><b>CutModuleIntegration</b></a></td><td>component view</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass diagram141309" target = "projectFrame"><b>CutModuleIntegrationClasses</b></a></td><td>class diagram</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass diagram134653" target = "projectFrame"><b>CutModuleInterface</b></a></td><td>class diagram</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass diagram134781" target = "projectFrame"><b>CutModuleKernel</b></a></td><td>class diagram</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128125.html#refclass128125" target = "projectFrame"><b>CutModuleMainPanel</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation138365" target = "projectFrame"><b>cutter</b></a></td><td>relation</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>I</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">I</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation128125" target = "projectFrame"><b>instance</b></a></td><td>relation</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>T</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">T</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129021.html#refclass129021" target = "projectFrame"><b>ToolBarCutModel</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128765.html#refclass128765" target = "projectFrame"><b>ToolBarEventHandlerCutModel</b></a></td><td>class</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>V</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">V</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation138493" target = "projectFrame"><b>viewer</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation128253" target = "projectFrame"><b>viewPanels</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage134909" target = "projectFrame"><b>vtk</b></a></td><td>package</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130685.html#refclass130685" target = "projectFrame"><b>vtkActor</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130429.html#refclass130429" target = "projectFrame"><b>vtkBoxWidget</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass view128381" target = "projectFrame"><b>vtkClasses</b></a></td><td>class view</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129661.html#refclass129661" target = "projectFrame"><b>vtkImageData</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130557.html#refclass130557" target = "projectFrame"><b>vtkPolyDataMapper</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129789.html#refclass129789" target = "projectFrame"><b>vtkRenderer</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129917.html#refclass129917" target = "projectFrame"><b>vtkRenderWindowInteractor</b></a></td><td>class</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>W</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">W</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128637.html#refclass128637" target = "projectFrame"><b>wxAuiManager</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class128893.html#refclass128893" target = "projectFrame"><b>wxEventHandler</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class137853.html#refclass137853" target = "projectFrame"><b>wxMaracas_N_Viewers_Widget</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class137725.html#refclass137725" target = "projectFrame"><b>wxMaracasDialog_NViewers</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129277.html#refclass129277" target = "projectFrame"><b>wxPanel</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130173.html#refclass130173" target = "projectFrame"><b>wxRadioBox</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130045.html#refclass130045" target = "projectFrame"><b>wxSlider</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class130301.html#refclass130301" target = "projectFrame"><b>wxStaticText</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="class129149.html#refclass129149" target = "projectFrame"><b>wxToolbar</b></a></td><td>class</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage134781" target = "projectFrame"><b>wxWidgets</b></a></td><td>package</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass view128253" target = "projectFrame"><b>wxWidgetsClasses</b></a></td><td>class view</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>_</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">_</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation131069" target = "projectFrame"><b>_Actor</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation130813" target = "projectFrame"><b>_boxWidgetVolume</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation131709" target = "projectFrame"><b>_cubefigure</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refattribute128253" target = "projectFrame"><b>_currentaction</b></a></td><td>attribute</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refattribute128509" target = "projectFrame"><b>_currentshape</b></a></td><td>attribute</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation131581" target = "projectFrame"><b>_cylinderfigure</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation129405" target = "projectFrame"><b>_evthand</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refattribute128637" target = "projectFrame"><b>_id</b></a></td><td>attribute</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refattribute128125" target = "projectFrame"><b>_id</b></a></td><td>attribute</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation129917" target = "projectFrame"><b>_img</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation130301" target = "projectFrame"><b>_img2</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation130173" target = "projectFrame"><b>_interactor</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation130941" target = "projectFrame"><b>_Mapper</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refattribute128381" target = "projectFrame"><b>_path</b></a></td><td>attribute</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation145021" target = "projectFrame"><b>_polygonCutter</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation130045" target = "projectFrame"><b>_render</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation131837" target = "projectFrame"><b>_spherefigure</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation129789" target = "projectFrame"><b>_undoredo</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation129661" target = "projectFrame"><b>_vectordata</b></a></td><td>relation</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refrelation128637" target = "projectFrame"><b>_wxauimanager</b></a></td><td>relation</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>C:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/CutModule/CutModuleDiagrams_HTML/navig</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+<body bgcolor="#ffffff">
+<p><hr noshade></p>
+<p><a href="index.html" target = "projectFrame"><b> -Top- </b></a><a href="classes.html" target = "projectFrame"><b> -Classes- </b></a><a href="packages.html" target = "projectFrame"><b> -Packages- </b></a><a href="classdiagrams.html" target = "projectFrame"><b> -Class Diagrams- </b></a><a href="componentdiagrams.html" target = "projectFrame"><b> -Component Diagrams- </b></a></p>
+<p>
+</p>
+<p><a href="index_95.html" target = "projectFrame"><b> _ </b></a><a href="index_67.html" target = "projectFrame"><b> C </b></a><a href="index_73.html" target = "projectFrame"><b> I </b></a><a href="index_84.html" target = "projectFrame"><b> T </b></a><a href="index_86.html" target = "projectFrame"><b> V </b></a><a href="index_87.html" target = "projectFrame"><b> W </b></a></p>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Packages Index</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Packages Index</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage128253" target = "projectFrame"><b>creaMaracasVisu</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage128125" target = "projectFrame"><b>CutModule</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage129" target = "projectFrame"><b>CutModuleDiagrams</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage134909" target = "projectFrame"><b>vtk</b></a></td><td></td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage134781" target = "projectFrame"><b>wxWidgets</b></a></td><td></td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+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; }
--- /dev/null
+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
--- /dev/null
+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
--- /dev/null
+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
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Classes</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Classes</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table border="0" width="100%">
+<tr>
+<td nowrap></td>
+</tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Component Diagram Index</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Component Diagram Index</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent diagram128125" target = "projectFrame"><b>ModulesArchitecture</b></a></td><td></td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>c:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/index-withframe</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+<FRAMESET cols="20%,80%">
+ <FRAME src="classes_list.html" name="classesListFrame">
+ <FRAMESET rows="150,*">
+ <FRAME src="navig.html" name="navigFrame">
+ <FRAME src="index.html" name="projectFrame">
+ </FRAMESET>
+</FRAMESET>
+<NOFRAMES>
+<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></NOFRAMES></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>GeneralArchitecture
+Documentation</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">GeneralArchitecture<br />Documentation</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refpackage129"></a>
+<p>Properties:<ul>
+<li>html dir:<br /><div class="sub">c:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/</div></p></li>
+</ul></p>
+<a name="refcomponent view128125"></a>
+<h1 class ="view">1 Component View Component View</h1>
+<div class="sub">
+<a name="refcomponent diagram128125"></a>
+<p align="center"><img src="fig128125.png" alt="" /></p>
+ <p align="center"><b>ModulesArchitecture</b></p><p><br /></p><p><br /></p>
+<a name="refcomponent128125"></a>
+<table><tr><td><div class="element">Component <b>CutterModule</b></div></td></tr></table>
+<p>Depends on <a href="index.html#refcomponent128253"><b>ViewerInteractorModule</b></a></p><div class="sub">
+</div>
+<a name="refcomponent128253"></a>
+<table><tr><td><div class="element">Component <b>ViewerInteractorModule</b></div></td></tr></table>
+<a name="refcomponent128381"></a>
+<table><tr><td><div class="element">Component <b>ContoursModule</b></div></td></tr></table>
+<p>Depends on <a href="index.html#refcomponent128253"><b>ViewerInteractorModule</b></a></p><p>Depends on <a href="index.html#refcomponent128509"><b>PlotterModule</b></a></p><div class="sub">
+</div>
+<a name="refcomponent128509"></a>
+<table><tr><td><div class="element">Component <b>PlotterModule</b></div></td></tr></table>
+</div>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>C</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">C</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent view128125" target = "projectFrame"><b>Component View</b></a></td><td>component view</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent128381" target = "projectFrame"><b>ContoursModule</b></a></td><td>component</td><td></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent128125" target = "projectFrame"><b>CutterModule</b></a></td><td>component</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>G</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">G</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage129" target = "projectFrame"><b>GeneralArchitecture</b></a></td><td>package</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>M</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">M</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent diagram128125" target = "projectFrame"><b>ModulesArchitecture</b></a></td><td>component diagram</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>P</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">P</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent128509" target = "projectFrame"><b>PlotterModule</b></a></td><td>component</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>V</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">V</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refcomponent128253" target = "projectFrame"><b>ViewerInteractorModule</b></a></td><td>component</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>c:/RaC/CREATIS/creaMaracasVisu/lib/doxygen/bouml/GeneralArchitecture/GeneralArchitecture_HTML/navig</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+<body bgcolor="#ffffff">
+<p><hr noshade></p>
+<p><a href="index.html" target = "projectFrame"><b> -Top- </b></a><a href="packages.html" target = "projectFrame"><b> -Packages- </b></a><a href="componentdiagrams.html" target = "projectFrame"><b> -Component Diagrams- </b></a></p>
+<p>
+</p>
+<p><a href="index_67.html" target = "projectFrame"><b> C </b></a><a href="index_71.html" target = "projectFrame"><b> G </b></a><a href="index_77.html" target = "projectFrame"><b> M </b></a><a href="index_80.html" target = "projectFrame"><b> P </b></a><a href="index_86.html" target = "projectFrame"><b> V </b></a></p>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Packages Index</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Packages Index</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refpackage129" target = "projectFrame"><b>GeneralArchitecture</b></a></td><td></td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+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; }
--- /dev/null
+// "a type" "needed cpp_includes"
+"vector" "#include <vector>
+using namespace std;"
+
+"list" "#include <list>
+using namespace std;"
+
+"map" "#include <map>
+using namespace std;"
+
+"string" "#include <string>
+using namespace std;"
+
--- /dev/null
+
+
+ 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
+${comment}
+${definition}
+?>
+"
+ 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
--- /dev/null
+// "a type" "needed idl_includes"
--- /dev/null
+// "a type" "needed java_imports"
--- /dev/null
+// "a type" "needed python_imports"
--- /dev/null
+
+ 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
--- /dev/null
+// '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
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
--- /dev/null
+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 "<<instance>>"
+ 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
format 67
"manualContour"
- revision 9
- modified_by 70 "Ricardo"
+ revision 10
+ modified_by 125 "corredor"
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
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 ""
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"
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Sequence Diagram Index</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Sequence Diagram Index</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass diagram129177" target = "projectFrame"><b>To create a new contour MVC </b></a></td><td></td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Classes</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Classes</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table border="0" width="100%">
+<tr>
+<td nowrap></td>
+</tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>/Users/davila/Creatis/creaMaracasVisu/lib/doxygen/bouml/manualContour/manualContour_MVC_HTML/index-withframe</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+<FRAMESET cols="20%,80%">
+ <FRAME src="classes_list.html" name="classesListFrame">
+ <FRAMESET rows="150,*">
+ <FRAME src="navig.html" name="navigFrame">
+ <FRAME src="index.html" name="projectFrame">
+ </FRAMESET>
+</FRAMESET>
+<NOFRAMES>
+<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></NOFRAMES></body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>MVC
+Documentation</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">Create new Contour<br />Documentation</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<a name="refclass diagram129177"></a>
+<p align="center"><img src="fig134653.png" alt="" /></p>
+ <p align="center"><b>To create a new contour</b></p><p><br /></p><p><br /></p>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>M</title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+
+<body bgcolor="#ffffff">
+
+<div class = "title">M</div>
+<p></p>
+
+<!-- ============================================================= -->
+
+<table>
+<tr bgcolor=#f0f0f0><td align=center><b>Name</b></td><td align=center><b>Kind</b></td><td align=center><b>Description</b></td></tr>
+<tr bgcolor=#f0f0f0><td><a href="index.html#refclass diagram129177" target = "projectFrame"><b>Create contour</b></a></td><td>sequence diagram</td><td></td></tr>
+</table>
+</body>
+</html>
--- /dev/null
+<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title></title>
+<link rel="stylesheet" href="style.css" type="text/css" />
+</head>
+<body bgcolor="#ffffff">
+<p><hr noshade></p>
+<p><a href="index.html" target = "projectFrame"><b> -Top- </b></a><a href="classdiagrams.html" target = "projectFrame"><b> -Sequence Diagrams- </b></a></p>
+<p>
+</p>
+<p><a href="index_77.html" target = "projectFrame"><b> C </b></a></p>
+</body>
+</html>
--- /dev/null
+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; }
_copyViewPoints.clear();
}
-
+
// ----------------------------------------------------------------------------
manualViewPoints * manualViewPoints :: Clone()
{