X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingFieldInt32.hxx;h=7e5bac54a80b5c32f9564344becd113e0abc8194;hb=b8616069f6667dcec3f90574a05bfc9e66d87fa5;hp=5244bcdc643754237243edd9f90d7a8325110d85;hpb=f2ab61e92f55ee52cf5196f7904f625d93c8c2d0;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingFieldInt32.hxx b/src/MEDCoupling/MEDCouplingFieldInt32.hxx index 5244bcdc6..7e5bac54a 100644 --- a/src/MEDCoupling/MEDCouplingFieldInt32.hxx +++ b/src/MEDCoupling/MEDCouplingFieldInt32.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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);