Salome HOME
MEDCouplingMesh::computeEffectiveNbOfNodesPerCell
[modules/med.git] / src / MEDCoupling / MEDCouplingStructuredMesh.hxx
index b4f9052c6a71d53b2659917d84e4dedfb4026216..a8cb2ef7c80d6ef2002ad6e45967e1e846edf1e3 100644 (file)
@@ -37,6 +37,7 @@ namespace ParaMEDMEM
     DataArrayInt *giveCellsWithType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception);
     DataArrayInt *computeNbOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
     DataArrayInt *computeNbOfFacesPerCell() const throw(INTERP_KERNEL::Exception);
+    DataArrayInt *computeEffectiveNbOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
     static void GetPosFromId(int nodeId, int meshDim, const int *split, int *res);
     static INTERP_KERNEL::NormalizedCellType GetGeoTypeGivenMeshDimension(int meshDim) throw(INTERP_KERNEL::Exception);
     void getNodeIdsOfCell(int cellId, std::vector<int>& conn) const;