|
MeshKit
1.0
|
#include <iostream>#include <fstream>#include <time.h>#include <stdlib.h>#include <cstring>#include "meshkit/MKCore.hpp"#include "meshkit/MeshOp.hpp"#include "meshkit/ModelEnt.hpp"#include "meshkit/MBSplitOp.hpp"#include "TestUtil.hpp"#include "meshkit/ReadPolyLine.hpp"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| MKCore * | mk |
| std::string | usage_string = " <output file > output moab database \n" |
| std::string | filenameS |
| std::string | filename_out |
| std::string | polygon_file_name |
| int | closed = 0 |
| int | surfId = 1 |
| double | min_dot = 0.8 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 42 of file test_mbsplitop.cpp.
| int closed = 0 |
Definition at line 38 of file test_mbsplitop.cpp.
| std::string filename_out |
Definition at line 36 of file test_mbsplitop.cpp.
| std::string filenameS |
Definition at line 35 of file test_mbsplitop.cpp.
| double min_dot = 0.8 |
Definition at line 40 of file test_mbsplitop.cpp.
Definition at line 25 of file test_mbsplitop.cpp.
| std::string polygon_file_name |
Definition at line 37 of file test_mbsplitop.cpp.
| int surfId = 1 |
Definition at line 39 of file test_mbsplitop.cpp.
| std::string usage_string = " <output file > output moab database \n" |
Definition at line 27 of file test_mbsplitop.cpp.