Salome HOME
general crack dialog, save log in file
[modules/smesh.git] / src / OBJECT / SMESH_PreviewActorsCollection.h
index 3b3cb12a0d90d5e0f35632e07fc2c0819803756f..afb0730c52277a8c02ce5c592395157acb5aed96 100644 (file)
@@ -61,6 +61,7 @@ public:
 
   int             GetIndexByShape( const TopoDS_Shape& );
   TopoDS_Shape    GetShapeByIndex( int i );
+  int             NbShapesOfType( TopAbs_ShapeEnum type );
 
   void            SetIndices( const QList<int>& indices);
   const QList<int>& GetIndices() const { return myIndices; }