-+#include <creaImageIORFImageReader.h>
+#include <creaImageIORFImageReader.h>
#include <creaVtk.h>
#include <creaImageIOSystem.h>
#include "boost/filesystem/path.hpp"
GimmickDebugMessage(7,
"WxTreeView::OnBeginLabelEdit"
<<std::endl);
+ if(event.m_itemIndex!=0)
+ {
+ event.Veto();
+ }
}
{
if(!TestDestroy())
{
+
mWxViewer->ShowNextImage();
// mWxViewer->Refresh();
::wxWakeUpIdle();
clock_t endwait;
endwait = clock () + 0.2 * CLOCKS_PER_SEC ;
while (clock() < endwait) {}
+
}
else
{
<br>
<a href="../../ComponentDiagram.htm"> Component Diagram </a>
<br>
+<a href="../../LayerDiagram.htm"> Layer Diagram </a>
+<br>
<H2>Sequence Diagrams</H2>
<br>
--- /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 http-equiv="Content-Language" content="es-co" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Layer Diagram</title>
+<style type="text/css">
+.style1 {
+ font-size: x-large;
+}
+</style>
+</head>
+
+<body>
+
+<p class="style1"><strong>Currently implemented Layer Architecture (includes GUI less applications and wxWidgets derived applications)</strong></p>
+<img src="LayerDiagram.jpg"/>
+
+</body>
+
+</html>