MeshKit  1.0
test_edgemesher.cpp File Reference
#include "meshkit/MKCore.hpp"
#include "meshkit/EdgeMesher.hpp"
#include "meshkit/SizingFunction.hpp"
#include "meshkit/SizingFunctionVar.hpp"
#include "meshkit/ModelEnt.hpp"
#include "meshkit/Matrix.hpp"
#include "meshkit/VertexMesher.hpp"
#include "TestUtil.hpp"
Include dependency graph for test_edgemesher.cpp:

Go to the source code of this file.

Defines

#define HAVE_FACET

Functions

void edgemesh_hole ()
void edgemesh_square ()
void edgemesh_brick ()
void edgemesh_var ()
void edgemesh_dual ()
int main (int argc, char **argv)

Variables

MKCoremk = NULL
std::string extension = ".facet"

Define Documentation

#define HAVE_FACET

Definition at line 33 of file test_edgemesher.cpp.


Function Documentation

void edgemesh_brick ( )

Definition at line 151 of file test_edgemesher.cpp.

void edgemesh_dual ( )

Definition at line 239 of file test_edgemesher.cpp.

void edgemesh_hole ( )

Definition at line 57 of file test_edgemesher.cpp.

void edgemesh_square ( )

Definition at line 99 of file test_edgemesher.cpp.

void edgemesh_var ( )

Definition at line 199 of file test_edgemesher.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 36 of file test_edgemesher.cpp.


Variable Documentation

MKCore* mk = NULL

Definition at line 19 of file test_edgemesher.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines