]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkImagePlanes.cxx
.
[bbtk.git] / packages / vtk / src / bbvtkImagePlanes.cxx
index 7f0008e41c91c2e9f9f0aefa9c09ba89850f0ae1..e838e03ed8b47f61a8c6e23ef033793a78fff904 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkImagePlanes.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:16 $
-  Version:   $Revision: 1.25 $
+  Date:      $Date: 2009/06/09 08:41:53 $
+  Version:   $Revision: 1.26 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -133,7 +133,7 @@ namespace bbvtk
  };
   //================================================================
 
-  //vtkCxxRevisionMacro(ImagePlanes::VtkCallbackType, "$Revision: 1.25 $");
+  //vtkCxxRevisionMacro(ImagePlanes::VtkCallbackType, "$Revision: 1.26 $");
 
   //================================================================
 
@@ -259,7 +259,13 @@ namespace bbvtk
             bbGetOutputPlaneX()->SetInput(bbGetInputIn());
             bbGetOutputPlaneX()->SetPlaneOrientationToXAxes();  
             bbGetOutputPlaneX()->SetSlicePosition((xMax+xMin)/2.*xSpacing);
-            
+
+                  
+//                bbGetOutputPlaneX()->SetOrigin( 58*xSpacing , 80*ySpacing , 82*zSpacing );
+//                bbGetOutputPlaneX()->SetPoint1( 0*xSpacing, 146*ySpacing, 186*zSpacing);
+//                bbGetOutputPlaneX()->SetPoint2( 126*xSpacing, 146*ySpacing, 0*zSpacing);
+                  
+                  
             bbGetOutputPlaneY()->SetInput(bbGetInputIn());
             bbGetOutputPlaneY()->SetPlaneOrientationToYAxes();
             bbGetOutputPlaneY()->SetSlicePosition((yMax+yMin)/2.*ySpacing);