//--------------------------------------------------
void ColorBar::bbUserConstructor()
{
+ mwxwidget = NULL;
bbSetInputOrientation(1);
bbSetInputInW(200);
bbSetInputInH(80);
//-----------------------------------------------------------
void ContourCrown::bbUserConstructor()
{
+ mwxwidget = NULL;
bbSetInputIn(NULL);
bbSetInputwxVtkBaseView(NULL);
//JSTG 26-02-08 ------------------------------------
//------------------------------------------------
void HistogramView::bbUserConstructor()
{
+ wxwidget = NULL;
}
//------------------------------------------------
//---------------------------------------------------
void PlotterView::bbUserConstructor()
{
+ mwxwidget = NULL;
}
//---------------------------------------------------
void ShowNPoints::bbUserConstructor()
{
+ mwxwidget = NULL;
std::vector<double> colour;
colour.push_back(1.0);
colour.push_back(0.0);
//------------------------------------------------------
void SliderMinMax::bbUserConstructor()
{
+ mwxwidget = NULL;
bbSetInputOrientation(1);
bbSetInputInW(200);
bbSetInputInH(65);
//-----------------------------------------------------
void TransferFunctionView::bbUserConstructor()
{
+ mwxwidget = NULL;
}
//-----------------------------------------------------
void ViewerMPR::bbUserConstructor()
{
+ wxwidget = NULL;
bbSetInputIn(NULL);
}
void ViewerMPR::bbUserCopyConstructor(bbtk::BlackBox::Pointer)