MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::MsqIMesh Member List
This is the complete list of members for MBMesquite::MsqIMesh, including all inherited members.
BOOL enum valueMBMesquite::Mesh
BYTE enum valueMBMesquite::Mesh
byteTagMBMesquite::MsqIMesh [private]
check_valid_flag_tag(iBase_TagHandle tag, const char *which_flag, MsqError &err)MBMesquite::MsqIMesh [protected]
clear_fixed_tag()MBMesquite::MsqIMesh
clear_slaved_tag()MBMesquite::MsqIMesh
createdByteTagMBMesquite::MsqIMesh [private]
DOUBLE enum valueMBMesquite::Mesh
ElementHandle typedefMBMesquite::Mesh
elements_get_attached_vertices(const ElementHandle *elem_handles, size_t num_elems, std::vector< VertexHandle > &vertices, std::vector< size_t > &offsets, MsqError &err)MBMesquite::MsqIMesh [virtual]
elements_get_topologies(const ElementHandle *element_handle_array, EntityTopology *element_topologies, size_t num_elements, MsqError &err)MBMesquite::MsqIMesh [virtual]
EntityHandle typedefMBMesquite::Mesh
fixedTagMBMesquite::MsqIMesh [private]
fixedTagTypeMBMesquite::MsqIMesh [private]
geometricDimensionMBMesquite::MsqIMesh [private]
get_adjacent_entities(const iBase_EntityHandle *source, size_t num_source, iBase_EntityType target_type, std::vector< EntityHandle > &target, std::vector< size_t > &offsets, MsqError &err)MBMesquite::MsqIMesh [protected]
get_all_elements(std::vector< ElementHandle > &elements, MsqError &err)MBMesquite::MsqIMesh [virtual]
get_all_vertices(std::vector< VertexHandle > &vertices, MsqError &err)MBMesquite::MsqIMesh [virtual]
get_entity_set() const MBMesquite::MsqIMesh [virtual]
get_fixed_tag() const MBMesquite::MsqIMesh
get_flag_data(iBase_TagHandle tag, bool have_tag, iBase_TagValueType type, const VertexHandle vert_array[], std::vector< bool > &flag_array, size_t num_vtx, MsqError &err)MBMesquite::MsqIMesh [private]
get_geometric_dimension(MBMesquite::MsqError &)MBMesquite::MsqIMesh [virtual]
get_imesh_instance() const MBMesquite::MsqIMesh [virtual]
get_slaved_tag() const MBMesquite::MsqIMesh
HANDLE enum valueMBMesquite::Mesh
haveFixedTagMBMesquite::MsqIMesh [private]
haveMeshMBMesquite::MsqIMesh [private]
haveSlavedTagMBMesquite::MsqIMesh [private]
init_active_mesh(iMesh_Instance mesh, MsqError &err, const iBase_TagHandle *fixed_tag, const iBase_TagHandle *slaved_tag)MBMesquite::MsqIMesh [private]
inputSetMBMesquite::MsqIMesh [private]
inputSetTypeMBMesquite::MsqIMesh [private]
INT enum valueMBMesquite::Mesh
meshInstanceMBMesquite::MsqIMesh [protected]
MsqIMesh()MBMesquite::MsqIMesh
MsqIMesh(iMesh_Instance imesh, iBase_EntitySetHandle meshset, iBase_EntityType element_dimension, MsqError &err, const iBase_TagHandle *fixed_tag=0, const iBase_TagHandle *slaved_tag=0)MBMesquite::MsqIMesh
MsqIMesh(iMesh_Instance imesh, iBase_EntityType element_dimension, MsqError &err, const iBase_TagHandle *fixed_tag=0, const iBase_TagHandle *slaved_tag=0)MBMesquite::MsqIMesh
release()MBMesquite::MsqIMesh [virtual]
release_entity_handles(const EntityHandle *handle_array, size_t num_handles, MsqError &err)MBMesquite::MsqIMesh [virtual]
set_active_set(iBase_EntitySetHandle meshset, iBase_EntityType element_dimension, MsqError &err)MBMesquite::MsqIMesh
set_fixed_tag(iBase_TagHandle tag, MsqError &err)MBMesquite::MsqIMesh
set_int_tag(void *tag, void *meshset, int value, MsqError &err)MBMesquite::MsqIMesh [protected]
set_slaved_tag(iBase_TagHandle tag, MsqError &err)MBMesquite::MsqIMesh
slavedTagMBMesquite::MsqIMesh [private]
slavedTagTypeMBMesquite::MsqIMesh [private]
tag_create(const std::string &tag_name, TagType type, unsigned length, const void *default_value, MsqError &err)MBMesquite::MsqIMesh [virtual]
tag_delete(TagHandle handle, MsqError &err)MBMesquite::MsqIMesh [virtual]
tag_get(const std::string &name, MsqError &err)MBMesquite::MsqIMesh [virtual]
tag_get_data(TagHandle handle, size_t num_elems, const EntityHandle *handle_array, void *tag_data, MsqError &err)MBMesquite::MsqIMesh [private]
tag_get_element_data(TagHandle handle, size_t num_elems, const ElementHandle *elem_array, void *tag_data, MsqError &err)MBMesquite::MsqIMesh [virtual]
tag_get_vertex_data(TagHandle handle, size_t num_elems, const VertexHandle *node_array, void *tag_data, MsqError &err)MBMesquite::MsqIMesh [virtual]
tag_properties(TagHandle handle, std::string &name_out, TagType &type_out, unsigned &length_out, MsqError &err)MBMesquite::MsqIMesh [virtual]
tag_set_data(TagHandle handle, size_t num_elems, const EntityHandle *handle_array, const void *tag_data, MsqError &err)MBMesquite::MsqIMesh [private]
tag_set_element_data(TagHandle handle, size_t num_elems, const ElementHandle *elem_array, const void *tag_data, MsqError &err)MBMesquite::MsqIMesh [virtual]
tag_set_vertex_data(TagHandle handle, size_t num_elems, const VertexHandle *node_array, const void *tag_data, MsqError &err)MBMesquite::MsqIMesh [virtual]
TagType enum nameMBMesquite::Mesh
topologyMapMBMesquite::MsqIMesh [private]
vertex_get_byte(VertexHandle vertex, unsigned char *byte, MsqError &err)MBMesquite::MsqIMesh [virtual]
vertex_set_byte(VertexHandle vertex, unsigned char byte, MsqError &err)MBMesquite::MsqIMesh [virtual]
vertex_set_coordinates(VertexHandle vertex, const Vector3D &coordinates, MsqError &err)MBMesquite::MsqIMesh [virtual]
VertexHandle typedefMBMesquite::Mesh
vertices_get_attached_elements(const VertexHandle *vertex_array, size_t num_vertices, std::vector< ElementHandle > &elements, std::vector< size_t > &offsets, MsqError &err)MBMesquite::MsqIMesh [virtual]
vertices_get_byte(const VertexHandle *vert_array, unsigned char *byte_array, size_t array_size, MsqError &err)MBMesquite::MsqIMesh [virtual]
vertices_get_coordinates(const VertexHandle vert_array[], MsqVertex *coordinates, size_t num_vtx, MsqError &err)MBMesquite::MsqIMesh [virtual]
vertices_get_fixed_flag(const VertexHandle vert_array[], std::vector< bool > &fixed_flag_array, size_t num_vtx, MsqError &err)MBMesquite::MsqIMesh [virtual]
vertices_get_slaved_flag(const VertexHandle vert_array[], std::vector< bool > &slaved_flag_array, size_t num_vtx, MsqError &err)MBMesquite::MsqIMesh [virtual]
vertices_set_byte(const VertexHandle *vert_array, const unsigned char *byte_array, size_t array_size, MsqError &err)MBMesquite::MsqIMesh [virtual]
~Mesh()MBMesquite::Mesh [inline, virtual]
~MsqIMesh()MBMesquite::MsqIMesh [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines