X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fgdcmvtk%2Fsrc%2FbbgdcmvtkGetXCoherentInfoGdcmReader.h;h=97064cd4c04d715c24d21b79cc533269f77d4fda;hb=5ecfbf82eea9a965a11ae9f47377ad900b7253b7;hp=858a4909f7be572405674e64b1e5fca3b0c38f95;hpb=3194643ec93a3ca8c423011a52d9509e2651d1cb;p=bbtk.git diff --git a/packages/gdcmvtk/src/bbgdcmvtkGetXCoherentInfoGdcmReader.h b/packages/gdcmvtk/src/bbgdcmvtkGetXCoherentInfoGdcmReader.h index 858a490..97064cd 100644 --- a/packages/gdcmvtk/src/bbgdcmvtkGetXCoherentInfoGdcmReader.h +++ b/packages/gdcmvtk/src/bbgdcmvtkGetXCoherentInfoGdcmReader.h @@ -33,7 +33,6 @@ virtual void bbUserDestructor(); BBTK_DECLARE_OUTPUT(IPP, std::vector); BBTK_DECLARE_OUTPUT(IOP, std::vector); BBTK_DECLARE_OUTPUT(PixelSpacing, std::vector); - BBTK_DECLARE_OUTPUT(InterSlice, double); BBTK_PROCESS(Process); void Process(); @@ -58,7 +57,6 @@ BBTK_OUTPUT(GetXCoherentInfoGdcmReader,Out, "Output image", BBTK_OUTPUT(GetXCoherentInfoGdcmReader,IPP, "Image Position (Patient)", std::vector,""); BBTK_OUTPUT(GetXCoherentInfoGdcmReader,IOP, "Image Orientation (Patient)", std::vector,""); BBTK_OUTPUT(GetXCoherentInfoGdcmReader,PixelSpacing,"Pixel Spacing", std::vector,""); -BBTK_OUTPUT(GetXCoherentInfoGdcmReader,InterSlice, "InterSlice", double,""); BBTK_END_DESCRIBE_BLACK_BOX(GetXCoherentInfoGdcmReader); } // EO namespace bbgdcmvtk