X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMaximumIntensityProjection.h;h=6da17f0f52658b5bc04510fa83f57bfef31367e0;hb=870c69d4433f861755085ce2e398032223768a94;hp=48051cb552f874d65bf6ea818159538b55b357eb;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/vv/vvMaximumIntensityProjection.h b/vv/vvMaximumIntensityProjection.h index 48051cb..6da17f0 100644 --- a/vv/vvMaximumIntensityProjection.h +++ b/vv/vvMaximumIntensityProjection.h @@ -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 void Update_WithDimAndPixelType(vvImage::Pointer);