mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-03 23:14:30 +05:00

- TopoDS_Shape GetSubShape() const { return myShape; } + const TopoDS_Shape& GetSubShape() const { return myShape; } +typedef SMDS_Iterator<const TopoDS_Shape*> PShapeIterator; +typedef boost::shared_ptr< PShapeIterator > PShapeIteratorPtr; + /*! + * \brief Return iterator on ancestors of the given type + */ + static PShapeIteratorPtr GetAncestors(const TopoDS_Shape& shape, + const SMESH_Mesh& mesh, + TopAbs_ShapeEnum ancestorType);
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%