MeshKit  1.0
iMesh Member List
This is the complete list of members for iMesh, including all inherited members.
AdjacencyCost typedefiMesh
adjTableiMesh [private]
adjTableErriMesh [private]
AdjTableType typedefiMesh
cacheAdjTable()iMesh [inline, private]
createEnt(EntityTopology topology, const EntityHandle *lower_order_entity_handles, int lower_order_entity_handles_size, EntityHandle &new_entity_handle_out)iMesh [inline]
createEntArr(EntityTopology new_entity_topology, const EntityHandle *lower_order_entity_handles, int lower_order_entity_handles_size, EntityHandle *new_entity_handles_out)iMesh [inline]
createVtx(double x, double y, double z, EntityHandle &vertex_out)iMesh [inline]
createVtxArr(int num_verts, StorageOrder storage_order, const double *new_coords, EntityHandle *new_vertex_handles_out)iMesh [inline]
deleteEnt(EntityHandle handle)iMesh [inline]
deleteEntArr(const EntityHandle *entity_handles, int num_handles)iMesh [inline]
EntityTopology typedefiMesh
getAdjEntIndices(EntitySetHandle set, EntityType requestor_type, EntityTopology requestor_topo, EntityType type_requested, std::vector< EntityHandle > &entity_handles_out, std::vector< EntityHandle > &adj_entity_handles_out, std::vector< int > &adj_entity_indices_out, std::vector< int > &offsets_out) const iMesh [inline]
getAdjEntities(EntitySetHandle set, EntityType type_requestor, EntityTopology topo_requestor, EntityType type_requested, std::vector< EntityHandle > &adj_entity_handles, std::vector< int > &offset) const iMesh [inline]
getAdjTable()iMesh [inline]
getDfltStorage() const iMesh [inline]
getEnt2ndAdj(EntityHandle handle, EntityType bridge_entity_type, EntityType type_requested, std::vector< EntityHandle > &adj_entities_out) const iMesh [inline]
getEntAdj(EntityHandle handle, EntityType type_requested, std::vector< EntityHandle > &adj_entities_out) const iMesh [inline]
getEntArr2ndAdj(const EntityHandle *entity_handles, int entity_handles_size, EntityType order_key, EntityType type_requested, std::vector< EntityHandle > &adjacent_entity_handles_out, int *offsets_out) const iMesh [inline]
getEntArrAdj(const EntityHandle *entity_handles, int entity_handles_size, EntityType type_requested, std::vector< EntityHandle > &adjacent_entity_handles_out, int *offsets_out) const iMesh [inline]
getEntArrTopo(const EntityHandle *entity_handles, int entity_handles_Size, EntityTopology *topos_out) const iMesh [inline]
getEntArrType(const EntityHandle *entity_handles, int entity_handles_Size, EntityType *types_out) const iMesh [inline]
getEntities(EntitySetHandle set, EntityType type, EntityTopology topo, std::vector< EntityHandle > &entities_out) const iMesh [inline]
getEntTopo(EntityHandle handle, EntityTopology &topo_out) const iMesh [inline]
getEntType(EntityHandle handle, EntityType &type_out) const iMesh [inline]
getGeometricDimension() const iMesh [inline]
getNumOfTopo(EntitySetHandle set, EntityTopology topo, int &count_out) const iMesh [inline]
getNumOfType(EntitySetHandle set, EntityType type, int &count_out) const iMesh [inline]
getVtxArrCoords(const EntityHandle *vertex_handles, int vertex_handles_size, StorageOrder storage_order, double *coords_out) const iMesh [inline]
getVtxCoord(EntityHandle vertex, double &x, double &y, double &z) const iMesh [inline]
iface_type() const iMesh [inline]
iMesh(const char *options=0)iMesh [inline, explicit]
iMesh(iMesh_Instance imesh)iMesh [inline]
iMesh(const iMesh &)iMesh [inline, private]
iMeshInstanceOwneriMesh [private]
initEntArrIter(EntitySetHandle set, EntityType requested_type, EntityTopology requested_topo, int requested_array_size, int resilient, EntArrIter &iter)iMesh [inline]
initEntIter(EntitySetHandle set, EntityType requested_type, EntityTopology requested_topo, int resilient, EntIter &iter)iMesh [inline]
load(EntitySetHandle set, const char *file_name, const char *options=0)iMesh [inline]
mb_topology_tableiMesh [static]
operator=(const iMesh &)iMesh [inline, private]
optimize()iMesh [inline]
save(EntitySetHandle set, const char *file_name, const char *options=0)iMesh [inline]
setAdjTable(int *adj_table, int table_size)iMesh [inline]
setGeometricDimension(int dim)iMesh [inline]
setVtxArrCoords(const EntityHandle *vertex_handles, int vertex_handles_size, StorageOrder storage_order, const double *new_coords)iMesh [inline]
setVtxCoord(EntityHandle vertex, double x, double y, double z)iMesh [inline]
~iMesh()iMesh [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines