Salome HOME
[MEDCalc] : better slices + more error handling when invalid params
[modules/med.git] / src / MEDCalc / cmp / MEDPresentationSlices.hxx
index 19afa196e92d5440f2870e547dd309dd7b09eaa2..721ff61a7889a24f431ee4d8a88b87dbbe52a285 100644 (file)
@@ -43,8 +43,9 @@ protected:
   void updateOrientation(const MEDCALC::SliceOrientationType orientation);
   virtual void internalGeneratePipeline();
 
-  void generateSlices();
-  void clearPreviousSlices();
+  void deleteGroup();
+  void setSliceParametersAndGroup();
+  void adaptNumberOfSlices();
   void generateAndDisplay();
   void selectSliceOrientation(const std::string & obj);
 
@@ -52,6 +53,7 @@ protected:
 
 private:
   MEDCALC::SlicesParameters _params;
+  std::string _sliceListVar;
 };
 
 #endif