MeshKit
1.0
|
#include <iostream>
#include <time.h>
#include <stdlib.h>
#include <cstring>
#include "meshkit/MKCore.hpp"
#include "meshkit/MeshOp.hpp"
#include "meshkit/ModelEnt.hpp"
#include "meshkit/MBGeomOp.hpp"
#include "TestUtil.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
MKCore * | mk |
std::string | usage_string = "\n" |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 30 of file test_mbgeomop.cpp.
Definition at line 23 of file test_mbgeomop.cpp.
std::string usage_string = "\n" |
Definition at line 25 of file test_mbgeomop.cpp.