Salome HOME
OK thanks to INV !
[modules/med.git] / src / MEDCoupling / MEDCouplingField.hxx
index ed37178f7e37ad9a02aaafbe9d6d609aa5abff9b..52a2b92c020353dcf29d469e741be28333629933 100644 (file)
@@ -85,6 +85,8 @@ namespace ParaMEDMEM
     const MEDCouplingGaussLocalization& getGaussLocalization(int locId) const throw(INTERP_KERNEL::Exception);
     void updateTime() const;
     std::size_t getHeapMemorySize() const;
+    // for MED file RW
+    int getNumberOfTuplesExpectedRegardingCode(const std::vector<int>& code, const std::vector<const DataArrayInt *>& idsPerType) const throw(INTERP_KERNEL::Exception);
     virtual void reprQuickOverview(std::ostream& stream) const throw(INTERP_KERNEL::Exception) = 0;
   protected:
     MEDCouplingField(TypeOfField type);