#include "SMESH_subMesh_i.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESHDS_SubMesh.hxx"#include "SMESH_Gen_i.hxx"#include "SMESH_Mesh_i.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_PreMeshInfo.hxx"#include "Utils_CorbaException.hxx"#include "utilities.h"#include "OpUtil.hxx"#include "Utils_ExceptHandlers.hxx"#include <TopoDS_Iterator.hxx>
Typedefs | |
| typedef list< SMESHDS_SubMesh * > | TListOfSubMeshes |
Functions | |
| bool | getSubMeshes (::SMESH_subMesh *theSubMesh, TListOfSubMeshes &theSubMeshList) |
| typedef list<SMESHDS_SubMesh*> TListOfSubMeshes |
| bool getSubMeshes | ( | ::SMESH_subMesh * | theSubMesh, |
| TListOfSubMeshes & | theSubMeshList | ||
| ) |
References SMESH_subMesh::GetAlgo(), SMESH_subMesh::getDependsOnIterator(), SMESH_MesherHelper::GetGroupType(), SMESH_subMesh::GetSubMeshDS(), SMESH_subMesh::GetSubShape(), and SMESH_subMesh::IsEmpty().
Referenced by SMESH_subMesh_i::GetElementsByType(), SMESH_subMesh_i::GetElementsId(), SMESH_subMesh_i::GetMeshInfo(), SMESH_subMesh_i::GetNbElementsByType(), SMESH_subMesh_i::GetNumberOfElements(), and SMESH_subMesh_i::GetTypes().