X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_UnstructuredGrid.hxx;h=aba1c52014bf5c9e8e445e1a45cb689a626037f0;hb=faf44b93566036dd93450abeae6df7db1060aba8;hp=603305d9ddaf78f49b7ca17096c63e6cc9389216;hpb=fe3703789b6aae6bdf951e78baa5d3b991d4abe2;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_UnstructuredGrid.hxx b/src/SMDS/SMDS_UnstructuredGrid.hxx index 603305d9d..aba1c5201 100644 --- a/src/SMDS/SMDS_UnstructuredGrid.hxx +++ b/src/SMDS/SMDS_UnstructuredGrid.hxx @@ -29,6 +29,8 @@ public: void BuildLinks(); // initialise un SMDS_CellLinks; SMDS_CellLinks* GetCellLinks(); + vtkIdType GetCellArraySize() { return (this->Connectivity ? this->Connectivity->GetSize() : 0); }; + //virtual void Delete(); static SMDS_UnstructuredGrid* New(); protected: