|
MeshKit
1.0
|
#include <iostream>#include <sstream>#include <iomanip>#include <limits>#include <assert.h>#include <math.h>#include <time.h>#include <vector>#include "moab/Core.hpp"#include "TagConventions.hpp"#include "moab/Range.hpp"#include "moab/Skinner.hpp"#include "moab/GeomTopoTool.hpp"#include "meshkit/gen.hpp"#include "meshkit/arc.hpp"#include "meshkit/zip.hpp"#include "meshkit/cleanup.hpp"
Go to the source code of this file.
Functions | |
| Interface * | MBI () |
| char * | sense_printer (int sense) |
| void | moab_printer (ErrorCode error_code) |
| ErrorCode | get_geom_size_before_sealing (const Range geom_sets[], const Tag geom_tag, const Tag size_tag, bool verbose) |
| ErrorCode | get_senses (EntityHandle entity, std::vector< EntityHandle > &wrt_entities, std::vector< int > &senses) |
| int | main (int argc, char **argv) |
Variables | |
| const char | GEOM_SENSE_2_TAG_NAME [] = "GEOM_SENSE_2" |
| const char | GEOM_SENSE_N_ENTS_TAG_NAME [] = "GEOM_SENSE_N_ENTS" |
| const char | GEOM_SENSE_N_SENSES_TAG_NAME [] = "GEOM_SENSE_N_SENSES" |
| ErrorCode get_geom_size_before_sealing | ( | const Range | geom_sets[], |
| const Tag | geom_tag, | ||
| const Tag | size_tag, | ||
| bool | verbose | ||
| ) |
Definition at line 115 of file mw_fix.cpp.
| ErrorCode get_senses | ( | EntityHandle | entity, |
| std::vector< EntityHandle > & | wrt_entities, | ||
| std::vector< int > & | senses | ||
| ) |
Definition at line 143 of file mw_fix.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
*
Definition at line 233 of file mw_fix.cpp.
| void moab_printer | ( | ErrorCode | error_code | ) |
Definition at line 57 of file mw_fix.cpp.
| char* sense_printer | ( | int | sense | ) |
Definition at line 50 of file mw_fix.cpp.
| const char GEOM_SENSE_2_TAG_NAME[] = "GEOM_SENSE_2" |
Definition at line 42 of file mw_fix.cpp.
| const char GEOM_SENSE_N_ENTS_TAG_NAME[] = "GEOM_SENSE_N_ENTS" |
Definition at line 43 of file mw_fix.cpp.
| const char GEOM_SENSE_N_SENSES_TAG_NAME[] = "GEOM_SENSE_N_SENSES" |
Definition at line 44 of file mw_fix.cpp.