X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGPortView.cxx;h=5cd33e0c081f08b1be0d49c45a5918bf49e22f0b;hb=a28e6f908ae524e5ef4b70dba487e88cc525d27c;hp=ba9a3d2ed2a0b37aebf64db9b081de64784a9d27;hpb=374fe79069e8d99555db1f819a3a03f1ba2f5fe6;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.cxx b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.cxx index ba9a3d2..5cd33e0 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.cxx +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.cxx @@ -60,7 +60,7 @@ namespace bbtk { _model->getInicPoint( xInic , yInic , zInic ) ; _model->getFinalPoint( xFin , yFin , zFin ) ; - // RaC In the actual version, zInic=zFin=900 + // RaC In the actual version, zInic=zFin=GPOSITION_Z double mid = ( xInic + xFin ) / 2 ; @@ -86,7 +86,7 @@ namespace bbtk { _model->getInicPoint( xInic , yInic , zInic ) ; _model->getFinalPoint( xFin , yFin , zFin ) ; - // RaC In the actual version, zInic=zFin=900 + // RaC In the actual version, zInic=zFin=GPOSITION_Z double mid = ( xInic + xFin ) / 2 ; @@ -106,7 +106,7 @@ namespace bbtk { _fillPolyMapper = vtkPolyDataMapper::New( ) ; _fillObjectActor = vtkActor::New( ) ; - // RaC In the actual version, zInic=zFin=900 + // RaC In the actual version, zInic=zFin=GPOSITION_Z strip->InsertNextCell( 3 ) ; strip->InsertCellPoint( 0 ) ;