//===== // Don't edit this file. This file is generated from xml description.. //===== #include "bbcreaMaracasVisuColorLayerImageView.h" #include "bbcreaMaracasVisuPackage.h" #include "ColorLayerImageViewPanel.h" namespace bbcreaMaracasVisu { BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ColorLayerImageView) BBTK_BLACK_BOX_IMPLEMENTATION(ColorLayerImageView,bbtk::WxBlackBox); //===== // Don't edit this file. This file is generated from xml description.. //===== void ColorLayerImageView::Process() { ColorLayerImageViewPanel *clivp = (ColorLayerImageViewPanel*)bbGetOutputWidget(); clivp->GetColorLayerImageView()->SetwxVtkBaseView( bbGetInputWxVtkBaseView() ); clivp->SetImage( bbGetInputIn() ); // std::string msg; // if (bbGetInputTitle()!="") // { // msg = bbGetInputTitle()+": " + bbGetInputIn(); // }else{ // msg = bbGetInputIn(); // } // ((wxStaticText*)bbGetOutputWidget())->SetLabel( bbtk::std2wx( msg ) ); } //===== // Don't edit this file. This file is generated from xml description.. //===== void ColorLayerImageView::CreateWidget(wxWindow* parent) { ColorLayerImageViewPanel *clivp = new ColorLayerImageViewPanel(parent, 0, 100, 1); bbSetOutputWidget( clivp ); } //===== // Don't edit this file. This file is generated from xml description.. //===== void ColorLayerImageView::bbUserSetDefaultValues() { bbSetInputIn(NULL); bbSetInputWxVtkBaseView(NULL); } //===== // Don't edit this file. This file is generated from xml description.. //===== void ColorLayerImageView::bbUserInitializeProcessing() { } //===== // Don't edit this file. This file is generated from xml description.. //===== void ColorLayerImageView::bbUserFinalizeProcessing() { } } // EO namespace bbcreaMaracasVisu