Salome HOME
PR: adjust points number
[modules/smesh.git] / src / SMDS / SMDS_UnstructuredGrid.hxx
index 603305d9ddaf78f49b7ca17096c63e6cc9389216..aba1c52014bf5c9e8e445e1a45cb689a626037f0 100644 (file)
@@ -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: