Home

get_top.hxx File Reference

#include "dcl_kern.h"
#include "logical.h"
#include "entity.hxx"
#include "kernapi.hxx"

Functions

ENTITYfind_loop (ENTITY *ent1, ENTITY *ent2)
 Get the face LOOP determined by the two input ENTITYs.
void get_coedges (ENTITY *ent, ENTITY_LIST &coed_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of COEDGEs from an ENTITY.
void get_connected_entities (ENTITY *ent, ENTITY_LIST &list)
 Get all connected ENTITYs.
void get_edges (ENTITY *ent, ENTITY_LIST &edge_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of EDGEs from an ENTITY.
logical get_entities (ENTITY *entity, ENTITY_LIST &list, ENTITY_ID topo_id, ENTITY_ID geom_id, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Gets all specified entities related to an entity.
void get_faces (ENTITY *ent, ENTITY_LIST &face_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of FACEs from an ENTITY.
void get_laminar_edges (ENTITY *ent, ENTITY_LIST &edge_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of laminar EDGEs from an ENTITY.
void get_loops (ENTITY *ent, ENTITY_LIST &loop_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of LOOPs from an ENTITY.
void get_lumps (ENTITY *ent, ENTITY_LIST &lump_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of LUMPs from an ENTITY.
void get_shells (ENTITY *ent, ENTITY_LIST &shell_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of SHELLs from an ENTITY.
void get_tcoedges (ENTITY *ent, ENTITY_LIST &tcoed_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of TCOEDGEs from an ENTITY.
void get_tedges (ENTITY *ent, ENTITY_LIST &tedge_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of TEDGEs from an ENTITY.
void get_tvertices (ENTITY *ent, ENTITY_LIST &tvert_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of TVERTEXes from an ENTITY.
void get_vertices (ENTITY *ent, ENTITY_LIST &vert_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of VERTEXes from an ENTITY.
void get_wires (ENTITY *ent, ENTITY_LIST &wire_list, PAT_NEXT_TYPE include_pat=PAT_CAN_CREATE)
 Get a list of WIREs from an ENTITY.

Detailed Description