]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMIPCreator.h
re-indent / Fix comments
[bbtk.git] / packages / vtk / src / bbvtkMIPCreator.h
index 55ec756be6dba40a4e6882f8a27b668b920a8da3..c37149bd2cdad229df4c5217dccf49046aa706c6 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkMIPCreator.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/15 14:58:01 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2010/04/08 14:37:59 $
+  Version:   $Revision: 1.9 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -28,7 +28,6 @@
 *  knowledge of the CeCILL-B license and that you accept its terms.
 * ------------------------------------------------------------------------ */                                                                         
 
-
 /**
  * \brief Short description in one line
  * 
  * \brief Pattern for the definition of a new type of Node 
  */
 
-
 #ifdef _USE_VTK_
 
-
 #ifndef __bbvtkMIPCreator_h_INCLUDED__
 #define __bbvtkMIPCreator_h_INCLUDED__
 
-
 #include "bbtkAtomicBlackBox.h"
 
 #include "vtkImageData.h"
@@ -65,9 +61,6 @@
 
 namespace bbvtk
 {
-
-
-  
   class bbvtk_EXPORT MIPCreator : public bbtk::AtomicBlackBox
   { 
   public:
@@ -82,10 +75,10 @@ namespace bbvtk
     
   protected:
   private:
-    vtkImageShiftScale                         *mCast;
+    vtkImageShiftScale                 *mCast;
     vtkVolumeRayCastMIPFunction                *mMIP;
-    vtkVolumeRayCastMapper                     *mMapper;
-    vtkVolume                                          *mVolume;
+    vtkVolumeRayCastMapper             *mMapper;
+    vtkVolume                          *mVolume;
   };
    
   //=================================================================
@@ -102,7 +95,6 @@ namespace bbvtk
   BBTK_END_DESCRIBE_BLACK_BOX(MIPCreator);
   //=================================================================
 
-
 }//namespace bbvtk
 
 #endif  //__bbtvtkMIPCreator_h__