|
MeshKit
1.0
|
#include "meshkit/MKCore.hpp"#include "meshkit/SurfaceFacetMeshReader.hpp"#include "meshkit/CurveFacetMeshReader.hpp"#include "meshkit/ModelEnt.hpp"#include "MBTagConventions.hpp"#include "moab/GeomTopoTool.hpp"#include "moab/Types.hpp"#include "TestUtil.hpp"
Go to the source code of this file.
Functions | |
| void | cylcube_curve_senses_test () |
| void | cylcube_surf_senses_test () |
| int | geom_id_by_handle (moab::EntityHandle ent) |
| void | load_sat_curve_sense_data (ModelEnt *curve, std::vector< int > &curve_ids_out, std::vector< int > &senses_out) |
| void | load_stp_curve_sense_data (ModelEnt *curve, std::vector< int > &curve_ids_out, std::vector< int > &senses_out) |
| void | load_sat_surf_sense_data (ModelEnt *surf, std::vector< int > &vol_ids_out, std::vector< int > &senses_out) |
| void | load_stp_surf_sense_data (ModelEnt *surf, std::vector< int > &vol_ids_out, std::vector< int > &senses_out) |
| void | check_sense_data (std::vector< moab::EntityHandle > wrt_ents, std::vector< int > senses, std::vector< int > known_wrt_ids, std::vector< int > known_senses) |
| int | main (int argc, char **argv) |
Variables | |
| MKCore * | mk = NULL |
| void check_sense_data | ( | std::vector< moab::EntityHandle > | wrt_ents, |
| std::vector< int > | senses, | ||
| std::vector< int > | known_wrt_ids, | ||
| std::vector< int > | known_senses | ||
| ) |
Definition at line 480 of file test_facetmeshreader_senses.cpp.
| void cylcube_curve_senses_test | ( | ) |
Definition at line 75 of file test_facetmeshreader_senses.cpp.
| void cylcube_surf_senses_test | ( | ) |
Definition at line 127 of file test_facetmeshreader_senses.cpp.
| int geom_id_by_handle | ( | moab::EntityHandle | ent | ) |
Definition at line 516 of file test_facetmeshreader_senses.cpp.
| void load_sat_curve_sense_data | ( | ModelEnt * | curve, |
| std::vector< int > & | curve_ids_out, | ||
| std::vector< int > & | senses_out | ||
| ) |
Definition at line 295 of file test_facetmeshreader_senses.cpp.
| void load_sat_surf_sense_data | ( | ModelEnt * | surf, |
| std::vector< int > & | vol_ids_out, | ||
| std::vector< int > & | senses_out | ||
| ) |
Definition at line 176 of file test_facetmeshreader_senses.cpp.
| void load_stp_curve_sense_data | ( | ModelEnt * | curve, |
| std::vector< int > & | curve_ids_out, | ||
| std::vector< int > & | senses_out | ||
| ) |
Definition at line 380 of file test_facetmeshreader_senses.cpp.
| void load_stp_surf_sense_data | ( | ModelEnt * | surf, |
| std::vector< int > & | vol_ids_out, | ||
| std::vector< int > & | senses_out | ||
| ) |
Definition at line 234 of file test_facetmeshreader_senses.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 42 of file test_facetmeshreader_senses.cpp.
Definition at line 19 of file test_facetmeshreader_senses.cpp.