X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkSegmentationConnectivity.h;h=914fb172dcb9c43fe6537da524e6391ccfd1b253;hb=dd84f147fb40d2d98ea5f915081c8be0352f7ed1;hp=d11136415bfbe0dc7f844ecff449e6af82d8570d;hpb=17ac9460f5ea5600d1065fbe3ee4ad826d7bb4fc;p=bbtk.git diff --git a/packages/vtk/src/bbvtkSegmentationConnectivity.h b/packages/vtk/src/bbvtkSegmentationConnectivity.h index d111364..914fb17 100644 --- a/packages/vtk/src/bbvtkSegmentationConnectivity.h +++ b/packages/vtk/src/bbvtkSegmentationConnectivity.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbvtkSegmentationConnectivity.h,v $ Language: C++ - Date: $Date: 2009/05/15 14:58:01 $ - Version: $Revision: 1.5 $ + Date: $Date: 2010/04/08 14:37:59 $ + Version: $Revision: 1.6 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -74,12 +74,10 @@ namespace bbvtk protected: private: - vtkImageCast *cast2; - vtkImageCast *cast4; // binary segmentation result - vtkImageThreshold *thresh2; - vtkImageSeedConnectivity *connect2; - - + vtkImageCast *cast2; + vtkImageCast *cast4; // binary segmentation result + vtkImageThreshold *thresh2; + vtkImageSeedConnectivity *connect2; }; @@ -97,5 +95,4 @@ namespace bbvtk #endif // __bbvtkSegmentationConnectivity_h_INCLUDED__ - #endif //_USE_VTK_