]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuShowNPoints.cxx
#3485 ShowNPionts for Multiple Groups
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuShowNPoints.cxx
index e57135756ccf3dd2da59a388773d3f8ff9d004e1..661b6778b5d3400ea478b4b26ee98d051ada4059 100644 (file)
@@ -105,13 +105,11 @@ void ShowNPoints::Process()
                mwxwidget->SetColour( bbGetInputColour() );
                mwxwidget->SetOpacity( bbGetInputOpacity() );
                mwxwidget->SetRadio( bbGetInputRadio() );
-
                if ( mwxwidget->GetModelShowNPoints()->GetFirstTime()==true )
                {
                        mwxwidget->GetModelShowNPoints()->SetFirstTime(false);
                        mwxwidget->SetInitLstPoints( bbGetInputInitLstPointsX() , bbGetInputInitLstPointsY() , bbGetInputInitLstPointsZ() , bbGetInputInitLstLabels() );
                }
-
                bbSetOutputlstPointsX( mwxwidget->GetModelShowNPoints()->GetLstPointsX() );
                bbSetOutputlstPointsY( mwxwidget->GetModelShowNPoints()->GetLstPointsY() );
                bbSetOutputlstPointsZ( mwxwidget->GetModelShowNPoints()->GetLstPointsZ() );