|
MeshKit
1.0
|
#include "meshkit/MKCore.hpp"#include "meshkit/CAMALPaver.hpp"#include "meshkit/SizingFunction.hpp"#include "meshkit/ModelEnt.hpp"
Go to the source code of this file.
Functions | |
| void | holysurf_test () |
| void | singleholesurf_test () |
| void | singleholesurfimprinted_test () |
| void | baseballfield_test () |
| void | mesh_test (std::string filebase) |
| int | main (int argc, char **argv) |
Variables | |
| MKCore * | mk = NULL |
| bool | save_mesh = false |
| void baseballfield_test | ( | ) |
Definition at line 64 of file example_camalpaver.cpp.
| void holysurf_test | ( | ) |
Definition at line 49 of file example_camalpaver.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 33 of file example_camalpaver.cpp.
| void mesh_test | ( | std::string | filebase | ) |
Definition at line 69 of file example_camalpaver.cpp.
| void singleholesurf_test | ( | ) |
Definition at line 54 of file example_camalpaver.cpp.
| void singleholesurfimprinted_test | ( | ) |
Definition at line 59 of file example_camalpaver.cpp.
Definition at line 18 of file example_camalpaver.cpp.
| bool save_mesh = false |
Definition at line 19 of file example_camalpaver.cpp.