X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_PreviewActorsCollection.h;h=afb0730c52277a8c02ce5c592395157acb5aed96;hb=4370e1798b3d94dde48a7b878ea73f29d9782c49;hp=3b3cb12a0d90d5e0f35632e07fc2c0819803756f;hpb=bbca2cb797c37bb7695d3f35490bcd328fbddd4e;p=modules%2Fsmesh.git diff --git a/src/OBJECT/SMESH_PreviewActorsCollection.h b/src/OBJECT/SMESH_PreviewActorsCollection.h index 3b3cb12a0..afb0730c5 100644 --- a/src/OBJECT/SMESH_PreviewActorsCollection.h +++ b/src/OBJECT/SMESH_PreviewActorsCollection.h @@ -61,6 +61,7 @@ public: int GetIndexByShape( const TopoDS_Shape& ); TopoDS_Shape GetShapeByIndex( int i ); + int NbShapesOfType( TopAbs_ShapeEnum type ); void SetIndices( const QList& indices); const QList& GetIndices() const { return myIndices; }