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