]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.cxx
v1.1.0 BUG 1400
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGPortView.cxx
index ba9a3d2ed2a0b37aebf64db9b081de64784a9d27..5cd33e0c081f08b1be0d49c45a5918bf49e22f0b 100644 (file)
@@ -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 ) ;