]> Creatis software - clitk.git/blobdiff - vv/vvMaximumIntensityProjection.h
Adapted ggo include dir to new structure
[clitk.git] / vv / vvMaximumIntensityProjection.h
index 48051cb552f874d65bf6ea818159538b55b357eb..6da17f0f52658b5bc04510fa83f57bfef31367e0 100644 (file)
@@ -27,6 +27,7 @@ public:
     ///Computes the MIP image on the given vvImage
     void Compute(vvSlicerManager*);
     vvImage::Pointer GetOutput() {return mOutputImage;};
+    bool error;
 
 protected:
     template<class PixelType,int Dim> void Update_WithDimAndPixelType(vvImage::Pointer);