mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
acb4161c58
+ typedef sequence<SMESH_IDSource> ListOfIDSources; + typedef sequence<ElementType> array_of_ElementType ; interface SMESH_IDSource { + + /*! + * Returns types of elements it contains + */ + array_of_ElementType GetTypes(); }; |
||
---|---|---|
.. | ||
Makefile.am | ||
SMESH_BasicHypothesis.idl | ||
SMESH_Filter.idl | ||
SMESH_Gen.idl | ||
SMESH_Group.idl | ||
SMESH_Hypothesis.idl | ||
SMESH_Mesh.idl | ||
SMESH_MeshEditor.idl | ||
SMESH_Pattern.idl |