]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx
4885cbd208c6035e0c64d5f40714f3f9a2459861
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuColorLayerImageView.cxx
1 //=====
2 // Don't edit this file. This file is generated from xml description..
3 //=====
4 #include "bbcreaMaracasVisuColorLayerImageView.h"
5 #include "bbcreaMaracasVisuPackage.h"
6
7 #include "ColorLayerImageViewPanel.h"
8
9 namespace bbcreaMaracasVisu
10 {
11
12 BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ColorLayerImageView)
13 BBTK_BLACK_BOX_IMPLEMENTATION(ColorLayerImageView,bbtk::WxBlackBox);
14 //=====
15 // Don't edit this file. This file is generated from xml description..
16 //=====
17 void ColorLayerImageView::Process()
18 {
19
20     ColorLayerImageViewPanel *clivp = (ColorLayerImageViewPanel*)bbGetOutputWidget();
21     clivp->GetColorLayerImageView()->SetwxVtkBaseView( bbGetInputWxVtkBaseView() );
22
23 //   std::string msg;
24 //    if (bbGetInputTitle()!="")
25 //    {
26 //        msg = bbGetInputTitle()+": " + bbGetInputIn();
27 //    }else{
28 //        msg = bbGetInputIn();
29 //    }
30 //   ((wxStaticText*)bbGetOutputWidget())->SetLabel( bbtk::std2wx( msg ) );
31
32 }
33 //=====
34 // Don't edit this file. This file is generated from xml description..
35 //=====
36 void ColorLayerImageView::CreateWidget(wxWindow* parent)
37 {
38    ColorLayerImageViewPanel *clivp = new ColorLayerImageViewPanel(parent, 0, 100, 1);
39    bbSetOutputWidget( clivp );
40 }
41 //=====
42 // Don't edit this file. This file is generated from xml description..
43 //=====
44 void ColorLayerImageView::bbUserSetDefaultValues()
45 {
46
47 }
48 //=====
49 // Don't edit this file. This file is generated from xml description..
50 //=====
51 void ColorLayerImageView::bbUserInitializeProcessing()
52 {
53
54 }
55 //=====
56 // Don't edit this file. This file is generated from xml description..
57 //=====
58 void ColorLayerImageView::bbUserFinalizeProcessing()
59 {
60
61 }
62 }
63 // EO namespace bbcreaMaracasVisu
64
65