MOAB: Mesh Oriented datABase  (version 5.4.1)
ReadSms.cpp File Reference
#include "ReadSms.hpp"
#include "FileTokenizer.hpp"
#include "Internals.hpp"
#include "moab/Interface.hpp"
#include "moab/ReadUtilIface.hpp"
#include "moab/Range.hpp"
#include "MBTagConventions.hpp"
#include "MBParallelConventions.h"
#include "moab/CN.hpp"
#include <cerrno>
#include <cstring>
#include <map>
#include <set>
#include <iostream>
+ Include dependency graph for ReadSms.cpp:

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define CHECK(a)
#define CHECKN(a)   if( n != ( a ) ) return MB_FILE_WRITE_ERROR

Define Documentation

#define CHECK (   a)
Value:
if( MB_SUCCESS != result )           \
    {                                    \
        std::cerr << ( a ) << std::endl; \
        return result;                   \
    }

Definition at line 38 of file ReadSms.cpp.

Referenced by advection(), ahf_test(), build_tree(), calculate_big_value(), check_big_meshset(), check_children(), check_common_vertex(), check_geometric_set(), check_handle_tag(), check_ho_elements(), check_identical_mesh(), check_mesh_is_tet(), check_meshset_common(), check_order(), check_order_by_sets_and_adj(), check_point_in_triangles(), compare_tags(), contains_test(), count_owned_entities(), create_mesh_no_holes(), create_simple_2d_tree(), create_tree(), cube_edge_adjacencies_test(), cube_tri_vertex_test(), cube_verts_connectivity_test(), DirectAccessNoHolesF90(), do_test_side_number_1d(), erase_test(), find_block(), find_volume_tests(), findadjacency(), identify_set(), insert_hint_test(), insert_seq(), intersect_test(), leaf_iterator_test(), moab::ReadSms::load_file_impl(), main(), make_basic_sequence(), match_tri_edges_w_curve(), mb_adjacent_create_test(), mb_root_set_test(), mb_type_is_maxtype_test(), mb_upward_adjacencies_test(), prism_issue(), QUAD_VERTS(), read_cylcube_groups_test(), read_sets(), recursive_check_tree(), regression_insert_set_1(), regression_svn1952(), regression_svn1958(), regression_svn1960(), subtract_test(), swap_test(), test_2d_sub_entity_indices(), test_add_entities(), test_adjacencies(), test_bc_sets(), test_blocks(), test_bound_box(), test_box_iterator(), test_box_tree_create(), test_build_tree_bisect_triangles(), test_change_to_set(), test_clear(), test_clear_bit(), test_closest_triangle(), test_construct_from_hex(), test_contains_entities(), test_create_tag(), test_create_var_len_tag(), test_cubit14(), test_cut_with_plane(), test_delete_bit_data(), test_delete_tag_data(), test_delete_type_tag(), test_elements(), test_endian_option(), test_entities_by_dimension(), test_entities_by_type(), test_erase(), test_eval(), test_filter_pstatus(), test_find_free_handle(), test_find_free_sequence(), test_flag_cancel(), test_flag_opt_long(), test_flag_opt_long_short(), test_flag_opt_short(), test_flag_store_false(), test_gather_sets_common(), test_gather_sets_ranged(), test_geometric_sets(), test_get_by_tag(), test_get_by_tag_value(), test_get_by_tag_value_dense(), test_get_entities(), test_get_entity_tags(), test_get_set(), test_get_set_bit(), test_get_set_variable_length(), test_getEntArrAdj_down(), test_getEntArrAdj_none(), test_getEntArrAdj_up(), test_getEntArrAdj_vertex(), test_global_opaque_common(), test_global_value_common(), test_great_arc_clat_intx(), test_great_arc_intx(), test_hex_nat_coords(), test_ho_elements(), test_initial_inactive(), test_initial_notexist(), test_insert_sequence_merge(), test_insert_sequence_nomerge(), test_int_opt(), test_int_vect_opt(), test_intersect(), test_is_free_handle(), test_is_free_sequence(), test_iterator(), test_leaf_containing_point_bounded_tree(), test_leaf_intersects_plane(), test_leaf_intersects_ray(), test_leaf_intersects_ray_common(), test_leaf_polyhedron(), test_leaf_sibling(), test_leaf_splits_intersects(), test_locator(), test_lower_bound(), test_merge_leaf(), test_mesh_value(), test_moab_v3_poly_format(), test_multiple_files(), test_non_inline(), test_optional_arg(), test_optional_args(), test_pack_bit_tag_data(), test_pack_poly(), test_pack_set_parent_child(), test_pack_sets_of_sets(), test_pack_tag_data_default_value(), test_pack_tag_data_dense(), test_pack_tag_data_sparse(), test_pack_tag_handle_data(), test_pack_variable_length_tag(), test_pack_vertices(), test_ray_intersect_triangles(), test_read_adjacencies(), test_read_double_tag(), test_read_handle_tag_common(), test_read_nodes_common(), test_read_non_adjs_side(), test_read_nothing_common(), test_read_one_set_polyhedra(), test_read_opaque_tag(), test_read_set_contents(), test_read_set_parent_child(), test_read_set_sets(), test_read_sets_common(), test_read_side(), test_read_tags(), test_read_two_sets_elems(), test_read_vertices(), test_real_opt(), test_remove_entities(), test_remove_sequence(), test_replace_subsequence(), test_resize_in(), test_resize_ni(), test_resize_nn(), test_restore_obb_trees(), test_root_sets_resize(), test_scd_invalid(), test_sets_fileids(), test_small_tree(), test_sphere_intersect_triangles(), test_squashed_short(), test_string_opt(), test_string_rank_subst(), test_sub_entity_nodes(), test_subtract(), test_tag_iterate_common(), test_tempest_to_moab_convert(), test_tree_delete(), test_tree_merge_nodes(), test_type_option(), test_unite(), test_upper_bound(), test_valid_tree(), test_var_length_data_common(), test_var_length_parallel(), test_volume(), test_wedges(), test_write_dense_tags(), test_write_elements(), test_write_invalid_elem(), test_write_shared_sets(), and validate_tree().

#define CHECKN (   a)    if( n != ( a ) ) return MB_FILE_WRITE_ERROR

Definition at line 45 of file ReadSms.cpp.

Referenced by moab::ReadSms::load_file_impl().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines