|
MeshKit
1.0
|
#include "meshkit/MKCore.hpp"#include "meshkit/MeshOp.hpp"#include "meshkit/CopyMesh.hpp"#include "meshkit/ModelEnt.hpp"#include "meshkit/MergeMesh.hpp"#include "TestUtil.hpp"
Go to the source code of this file.
Defines | |
| #define | DEFAULT_TEST_FILE1 "c.h5m" |
| #define | DEFAULT_TEST_FILE2 "d.h5m" |
Functions | |
| void | test_copy_quad () |
| void | test_load_and_copymove () |
| void | test_set_imesh () |
| int | main (int argc, char **argv) |
Variables | |
| MKCore * | mk |
Test Loading of a file w/ Geom Group Sets
Test Loading of a file w/ Geom Group Sets
Test CopyMesh & MergeMesh
Definition in file test_copymesh.cpp.
| #define DEFAULT_TEST_FILE1 "c.h5m" |
Definition at line 16 of file test_copymesh.cpp.
| #define DEFAULT_TEST_FILE2 "d.h5m" |
Definition at line 17 of file test_copymesh.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 25 of file test_copymesh.cpp.
| void test_copy_quad | ( | ) |
Definition at line 124 of file test_copymesh.cpp.
| void test_load_and_copymove | ( | ) |
| void test_set_imesh | ( | ) |
Definition at line 37 of file test_copymesh.cpp.
Definition at line 19 of file test_copymesh.cpp.