X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingFieldInt32.hxx;h=7e5bac54a80b5c32f9564344becd113e0abc8194;hb=b8616069f6667dcec3f90574a05bfc9e66d87fa5;hp=4ce6e7821d32ca8166a9731b748b4225f55cf235;hpb=b307fa3ee9c6d9e08082e2ccc832b28a17fd6d2c;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingFieldInt32.hxx b/src/MEDCoupling/MEDCouplingFieldInt32.hxx index 4ce6e7821..7e5bac54a 100644 --- a/src/MEDCoupling/MEDCouplingFieldInt32.hxx +++ b/src/MEDCoupling/MEDCouplingFieldInt32.hxx @@ -30,7 +30,7 @@ namespace MEDCoupling { class MEDCouplingFieldDouble; class MEDCouplingFieldTemplate; - + class MEDCouplingFieldInt32 : public MEDCouplingFieldT { public: @@ -39,6 +39,8 @@ namespace MEDCoupling MEDCOUPLING_EXPORT MEDCouplingFieldInt32 *deepCopy() const; MEDCOUPLING_EXPORT MEDCouplingFieldInt32 *clone(bool recDeepCpy) const; MEDCOUPLING_EXPORT MEDCouplingFieldDouble *convertToDblField() const; + MEDCOUPLING_EXPORT MEDCouplingFieldFloat *convertToFloatField() const; + MEDCOUPLING_EXPORT MEDCouplingFieldInt64 *convertToInt64Field() const; MEDCOUPLING_EXPORT std::string getClassName() const override { return std::string("MEDCouplingFieldInt32"); } protected: MEDCouplingFieldInt32(TypeOfField type, TypeOfTimeDiscretization td);