MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::TagVertexMesh Member List
This is the complete list of members for MBMesquite::TagVertexMesh, including all inherited members.
BOOL enum valueMBMesquite::Mesh
BYTE enum valueMBMesquite::Mesh
check_remove_tag(MsqError &err)MBMesquite::TagVertexMesh [private]
cleanUpTagMBMesquite::TagVertexMesh [private]
clear(MsqError &err)MBMesquite::TagVertexMesh
copy_all_coordinates(MsqError &err)MBMesquite::TagVertexMesh [private]
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)MBMesquite::MeshDecorator [virtual]
elements_get_topologies(const ElementHandle *element_handle_array, EntityTopology *element_topologies, size_t num_elements, MsqError &err)MBMesquite::MeshDecorator [virtual]
EntityHandle typedefMBMesquite::Mesh
get_all_elements(std::vector< ElementHandle > &elements, MsqError &err)MBMesquite::MeshDecorator [virtual]
get_all_vertices(std::vector< VertexHandle > &vertices, MsqError &err)MBMesquite::MeshDecorator [virtual]
get_geometric_dimension(MsqError &err)MBMesquite::MeshDecorator [virtual]
get_mesh() const MBMesquite::MeshDecorator [inline]
get_name() const MBMesquite::TagVertexMesh [virtual]
get_tag_name() const MBMesquite::TagVertexMesh [inline]
HANDLE enum valueMBMesquite::Mesh
haveTagHandleMBMesquite::TagVertexMesh [private]
initialize(Mesh *mesh, std::string name, MsqError &)MBMesquite::TagVertexMesh [private]
initialize_queue(MeshDomainAssoc *mesh_and_domain, const Settings *settings, MsqError &err)MBMesquite::TagVertexMesh [virtual]
initialize_vertex_byte(MeshDomainAssoc *mesh_and_domain, const Settings *settings, MsqError &err)MBMesquite::Instruction [static]
INT enum valueMBMesquite::Mesh
loop_over_mesh(MeshDomainAssoc *mesh_and_domain, const Settings *settings, MsqError &err)MBMesquite::TagVertexMesh [virtual]
MBMesquite::Instruction::loop_over_mesh(ParallelMesh *mesh, MeshDomain *domain, const Settings *settings, MsqError &err)MBMesquite::Instruction [virtual]
MeshDecorator()MBMesquite::MeshDecorator
MeshDecorator(Mesh *real_mesh)MBMesquite::MeshDecorator
release()MBMesquite::TagVertexMesh [virtual]
release_entity_handles(const EntityHandle *handle_array, size_t num_handles, MsqError &err)MBMesquite::MeshDecorator [virtual]
set_mesh(Mesh *real_mesh, MsqError &err)MBMesquite::TagVertexMesh
MBMesquite::MeshDecorator::set_mesh(Mesh *mesh)MBMesquite::MeshDecorator [protected]
set_tag_name(std::string name, MsqError &err)MBMesquite::TagVertexMesh
should_clean_up_tag_data(bool value)MBMesquite::TagVertexMesh [inline]
tag_create(const std::string &tag_name, TagType type, unsigned length, const void *default_value, MsqError &err)MBMesquite::TagVertexMesh [virtual]
tag_delete(TagHandle handle, MsqError &err)MBMesquite::MeshDecorator [virtual]
tag_get(const std::string &name, MsqError &err)MBMesquite::TagVertexMesh [virtual]
tag_get_element_data(TagHandle handle, size_t num_elems, const ElementHandle *elem_array, void *tag_data, MsqError &err)MBMesquite::MeshDecorator [virtual]
tag_get_vertex_data(TagHandle handle, size_t num_elems, const VertexHandle *node_array, void *tag_data, MsqError &err)MBMesquite::MeshDecorator [virtual]
tag_properties(TagHandle handle, std::string &name_out, TagType &type_out, unsigned &length_out, MsqError &err)MBMesquite::MeshDecorator [virtual]
tag_set_element_data(TagHandle handle, size_t num_elems, const ElementHandle *elem_array, const void *tag_data, MsqError &err)MBMesquite::MeshDecorator [virtual]
tag_set_vertex_data(TagHandle handle, size_t num_elems, const VertexHandle *node_array, const void *tag_data, MsqError &err)MBMesquite::MeshDecorator [virtual]
tagHandleMBMesquite::TagVertexMesh [private]
tagNameMBMesquite::TagVertexMesh [private]
TagType enum nameMBMesquite::Mesh
TagVertexMesh(MsqError &err, Mesh *real_mesh, bool clean_up_tag_data=true, std::string tag_name="")MBMesquite::TagVertexMesh
vertex_get_byte(const VertexHandle vertex, unsigned char *byte, MsqError &err)MBMesquite::MeshDecorator [virtual]
vertex_set_byte(VertexHandle vertex, unsigned char byte, MsqError &err)MBMesquite::MeshDecorator [virtual]
vertex_set_coordinates(VertexHandle vertex, const Vector3D &coordinates, MsqError &err)MBMesquite::TagVertexMesh [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)MBMesquite::MeshDecorator [virtual]
vertices_get_byte(const VertexHandle *vertex, unsigned char *byte_array, size_t array_size, MsqError &err)MBMesquite::MeshDecorator [virtual]
vertices_get_coordinates(const VertexHandle vert_array[], MsqVertex *coordinates, size_t num_vtx, MsqError &err)MBMesquite::TagVertexMesh [virtual]
vertices_get_fixed_flag(const VertexHandle vert_array[], std::vector< bool > &fixed_flag_array, size_t num_vtx, MsqError &err)MBMesquite::MeshDecorator [virtual]
vertices_get_slaved_flag(const VertexHandle vert_array[], std::vector< bool > &slaved_flag_array, size_t num_vtx, MsqError &err)MBMesquite::MeshDecorator [virtual]
vertices_set_byte(const VertexHandle *vert_array, const unsigned char *byte_array, size_t array_size, MsqError &err)MBMesquite::MeshDecorator [virtual]
will_clean_up_tag_data() const MBMesquite::TagVertexMesh [inline]
~Instruction()MBMesquite::Instruction [virtual]
~Mesh()MBMesquite::Mesh [inline, virtual]
~MeshDecorator()MBMesquite::MeshDecorator [virtual]
~TagVertexMesh()MBMesquite::TagVertexMesh [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines