MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::MsqIMeshP Member List
This is the complete list of members for MBMesquite::MsqIMeshP, including all inherited members.
BOOL enum valueMBMesquite::Mesh
BYTE enum valueMBMesquite::Mesh
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
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
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_geometric_dimension(MBMesquite::MsqError &)MBMesquite::MsqIMesh [virtual]
get_imesh_instance() const MBMesquite::MsqIMesh [virtual]
get_parallel_helper()MBMesquite::ParallelMesh [inline, virtual]
get_slaved_tag() const MBMesquite::MsqIMesh
HANDLE enum valueMBMesquite::Mesh
helperMBMesquite::ParallelMesh [protected]
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
MsqIMeshP()MBMesquite::MsqIMeshP
MsqIMeshP(iMesh_Instance imesh, iMeshP_PartitionHandle partition, iBase_EntitySetHandle meshset, iBase_EntityType element_dimension, MsqError &err, const iBase_TagHandle *fixed_tag=0, const iBase_TagHandle *slaved_tag=0)MBMesquite::MsqIMeshP
MsqIMeshP(iMesh_Instance imesh, iMeshP_PartitionHandle partition, iBase_EntityType element_dimension, MsqError &err, const iBase_TagHandle *fixed_tag=0, const iBase_TagHandle *slaved_tag=0)MBMesquite::MsqIMeshP
partitionInstanceMBMesquite::MsqIMeshP [protected]
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_parallel_helper(ParallelHelper *p_helper)MBMesquite::ParallelMesh [inline, virtual]
set_slaved_tag(iBase_TagHandle tag, MsqError &err)MBMesquite::MsqIMesh
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_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_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
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_global_id(const VertexHandle vert_array[], size_t gid[], size_t num_vtx, MsqError &err)MBMesquite::MsqIMeshP [virtual]
vertices_get_processor_id(const VertexHandle vert_array[], int pid[], size_t num_vtx, MsqError &err)MBMesquite::MsqIMeshP [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]
~MsqIMeshP()MBMesquite::MsqIMeshP [virtual]
~ParallelMesh()MBMesquite::ParallelMesh [inline, protected, virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines