X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingCurveLinearMesh.hxx;h=ba8a07c91c791188a5978ef6b332c8281b73f8d6;hb=6bfd8d6afb47fa46fd8fa0bc98d7fe057790460c;hp=56505d9211bd267aa86a584b0f11dc465ecd1811;hpb=6db3094f36757c13ad6e1a41ead4c5c68f776c71;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingCurveLinearMesh.hxx b/src/MEDCoupling/MEDCouplingCurveLinearMesh.hxx index 56505d921..ba8a07c91 100644 --- a/src/MEDCoupling/MEDCouplingCurveLinearMesh.hxx +++ b/src/MEDCoupling/MEDCouplingCurveLinearMesh.hxx @@ -27,9 +27,6 @@ namespace ParaMEDMEM { - class DataArrayDouble; - class MEDCouplingUMesh; - class MEDCouplingCurveLinearMesh : public MEDCouplingStructuredMesh { public: @@ -78,8 +75,6 @@ namespace ParaMEDMEM MEDCOUPLING_EXPORT DataArrayDouble *computeIsoBarycenterOfNodesPerCell() const; MEDCOUPLING_EXPORT void renumberCells(const int *old2NewBg, bool check=true); //some useful methods - MEDCOUPLING_EXPORT void getSplitCellValues(int *res) const; - MEDCOUPLING_EXPORT void getSplitNodeValues(int *res) const; MEDCOUPLING_EXPORT void getNodeGridStructure(int *res) const; //serialisation-unserialization MEDCOUPLING_EXPORT void getTinySerializationInformation(std::vector& tinyInfoD, std::vector& tinyInfo, std::vector& littleStrings) const;