MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::Mesh Member List
This is the complete list of members for MBMesquite::Mesh, including all inherited members.
BOOL enum valueMBMesquite::Mesh
BYTE enum valueMBMesquite::Mesh
DOUBLE enum valueMBMesquite::Mesh
ElementHandle typedefMBMesquite::Mesh
elements_get_attached_vertices(const ElementHandle *elem_handles, size_t num_elems, std::vector< VertexHandle > &vert_handles, std::vector< size_t > &offsets, MsqError &err)=0MBMesquite::Mesh [pure virtual]
elements_get_topologies(const ElementHandle *element_handle_array, EntityTopology *element_topologies, size_t num_elements, MsqError &err)=0MBMesquite::Mesh [pure virtual]
EntityHandle typedefMBMesquite::Mesh
get_all_elements(std::vector< ElementHandle > &elements, MsqError &err)=0MBMesquite::Mesh [pure virtual]
get_all_vertices(std::vector< VertexHandle > &vertices, MsqError &err)=0MBMesquite::Mesh [pure virtual]
get_geometric_dimension(MsqError &err)=0MBMesquite::Mesh [pure virtual]
HANDLE enum valueMBMesquite::Mesh
INT enum valueMBMesquite::Mesh
release()=0MBMesquite::Mesh [pure virtual]
release_entity_handles(const EntityHandle *handle_array, size_t num_handles, MsqError &err)=0MBMesquite::Mesh [pure virtual]
tag_create(const std::string &tag_name, TagType type, unsigned length, const void *default_value, MsqError &err)=0MBMesquite::Mesh [pure virtual]
tag_delete(TagHandle handle, MsqError &err)=0MBMesquite::Mesh [pure virtual]
tag_get(const std::string &name, MsqError &err)=0MBMesquite::Mesh [pure virtual]
tag_get_element_data(TagHandle handle, size_t num_elems, const ElementHandle *elem_array, void *tag_data, MsqError &err)=0MBMesquite::Mesh [pure virtual]
tag_get_vertex_data(TagHandle handle, size_t num_elems, const VertexHandle *node_array, void *tag_data, MsqError &err)=0MBMesquite::Mesh [pure virtual]
tag_properties(TagHandle handle, std::string &name_out, TagType &type_out, unsigned &length_out, MsqError &err)=0MBMesquite::Mesh [pure virtual]
tag_set_element_data(TagHandle handle, size_t num_elems, const ElementHandle *elem_array, const void *tag_data, MsqError &err)=0MBMesquite::Mesh [pure virtual]
tag_set_vertex_data(TagHandle handle, size_t num_elems, const VertexHandle *node_array, const void *tag_data, MsqError &err)=0MBMesquite::Mesh [pure virtual]
TagType enum nameMBMesquite::Mesh
vertex_get_byte(const VertexHandle vertex, unsigned char *byte, MsqError &err)=0MBMesquite::Mesh [pure virtual]
vertex_set_byte(VertexHandle vertex, unsigned char byte, MsqError &err)=0MBMesquite::Mesh [pure virtual]
vertex_set_coordinates(VertexHandle vertex, const Vector3D &coordinates, MsqError &err)=0MBMesquite::Mesh [pure virtual]
VertexHandle typedefMBMesquite::Mesh
vertices_get_attached_elements(const VertexHandle *vertex_array, size_t num_vertex, std::vector< ElementHandle > &elements, std::vector< size_t > &offsets, MsqError &err)=0MBMesquite::Mesh [pure virtual]
vertices_get_byte(const VertexHandle *vertex, unsigned char *byte_array, size_t array_size, MsqError &err)=0MBMesquite::Mesh [pure virtual]
vertices_get_coordinates(const VertexHandle vert_array[], MsqVertex *coordinates, size_t num_vtx, MsqError &err)=0MBMesquite::Mesh [pure virtual]
vertices_get_fixed_flag(const VertexHandle vert_array[], std::vector< bool > &fixed_flag_array, size_t num_vtx, MsqError &err)=0MBMesquite::Mesh [pure virtual]
vertices_get_slaved_flag(const VertexHandle vert_array[], std::vector< bool > &slaved_flag_array, size_t num_vtx, MsqError &err)=0MBMesquite::Mesh [pure virtual]
vertices_set_byte(const VertexHandle *vert_array, const unsigned char *byte_array, size_t array_size, MsqError &err)=0MBMesquite::Mesh [pure virtual]
~Mesh()MBMesquite::Mesh [inline, virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines