X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGPortView.cxx;fp=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGPortView.cxx;h=bffe9538080f184af78bb970ec9a7a1d23609cae;hb=67a6b56195db640eb7f2a478440c6aa39ccb59ae;hp=b0ef338bd65eda4de2ab9c4294462e530adc1cc0;hpb=db7d4391e42d1af64599a2bbdc79c5d688ce24da;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.cxx b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.cxx index b0ef338..bffe953 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.cxx +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.cxx @@ -115,9 +115,10 @@ namespace bbtk { _pts = vtkPoints::New( ) ; _pts->SetNumberOfPoints( 3 ) ; - _pts->SetPoint( 0 , -1000 , -1000 , -1000 ) ; - _pts->SetPoint( 1 , mid , yFin , zInic ) ; - _pts->SetPoint( 2 , 1000 , 1000 , 1000 ) ; +//EED 2017-03-02 +// _pts->SetPoint( 0 , -1000 , -1000 , -1000 ) ; +// _pts->SetPoint( 1 , mid , yFin , zInic ) ; +// _pts->SetPoint( 2 , 1000 , 1000 , 1000 ) ; ///************************* FILL *************************