MeshKit
1.0
|
#include "meshkit/MKCore.hpp"
#include "meshkit/MeshOp.hpp"
#include "meshkit/ExtrudeMesh.hpp"
#include "meshkit/ModelEnt.hpp"
#include "TestUtil.hpp"
Go to the source code of this file.
Defines | |
#define | DEFAULT_TEST_FILE "rect_quads.cub" |
Functions | |
void | test_load_and_extrude () |
void | test_extrude_quad () |
void | test_extrude_tri () |
void | help_test_extrude_face (iMesh_EntityTopology topo, double *coords, size_t nverts) |
int | main (int argc, char **argv) |
void | clear_mesh (MKCore *mk) |
Variables | |
MKCore * | mk |
#define DEFAULT_TEST_FILE "rect_quads.cub" |
Definition at line 15 of file test_extrudemesh.cpp.
void clear_mesh | ( | MKCore * | mk | ) |
Definition at line 39 of file test_extrudemesh.cpp.
void help_test_extrude_face | ( | iMesh_EntityTopology | topo, |
double * | coords, | ||
size_t | nverts | ||
) |
Definition at line 111 of file test_extrudemesh.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 26 of file test_extrudemesh.cpp.
void test_extrude_quad | ( | ) |
Definition at line 182 of file test_extrudemesh.cpp.
void test_extrude_tri | ( | ) |
Definition at line 194 of file test_extrudemesh.cpp.
void test_load_and_extrude | ( | ) |
Definition at line 48 of file test_extrudemesh.cpp.
Definition at line 17 of file test_extrudemesh.cpp.