]> Creatis software - bbtk.git/blobdiff - packages/gdcmvtk/src/bbgdcmvtkGetXCoherentInfoGdcmReader.h
BUG Files Directory
[bbtk.git] / packages / gdcmvtk / src / bbgdcmvtkGetXCoherentInfoGdcmReader.h
index 858a4909f7be572405674e64b1e5fca3b0c38f95..97064cd4c04d715c24d21b79cc533269f77d4fda 100644 (file)
@@ -33,7 +33,6 @@ virtual void bbUserDestructor();
   BBTK_DECLARE_OUTPUT(IPP,          std::vector<double>);
   BBTK_DECLARE_OUTPUT(IOP,          std::vector<double>);
   BBTK_DECLARE_OUTPUT(PixelSpacing, std::vector<double>);
-  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<double>,"");
 BBTK_OUTPUT(GetXCoherentInfoGdcmReader,IOP,         "Image Orientation (Patient)", std::vector<double>,"");
 BBTK_OUTPUT(GetXCoherentInfoGdcmReader,PixelSpacing,"Pixel Spacing",               std::vector<double>,"");
-BBTK_OUTPUT(GetXCoherentInfoGdcmReader,InterSlice,  "InterSlice",                  double,"");
 BBTK_END_DESCRIBE_BLACK_BOX(GetXCoherentInfoGdcmReader);
 } // EO namespace bbgdcmvtk