MeshKit  1.0
example_mbsplitop.cpp File Reference
#include <iostream>
#include <fstream>
#include <time.h>
#include <stdlib.h>
#include <cstring>
#include "meshkit/MKCore.hpp"
#include "meshkit/MeshOp.hpp"
#include "meshkit/ModelEnt.hpp"
#include "meshkit/MBSplitOp.hpp"
#include "meshkit/ReadPolyLine.hpp"
Include dependency graph for example_mbsplitop.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Variables

MKCoremk
std::string usage_string = " <output file > output moab database \n"
std::string filenameS
std::string filename_out
std::string polygon_file_name
int closed = 0
int surfId = 1
double min_dot = 0.8

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 47 of file example_mbsplitop.cpp.


Variable Documentation

int closed = 0

Definition at line 43 of file example_mbsplitop.cpp.

std::string filename_out

Definition at line 41 of file example_mbsplitop.cpp.

std::string filenameS

Definition at line 40 of file example_mbsplitop.cpp.

double min_dot = 0.8

Definition at line 45 of file example_mbsplitop.cpp.

Definition at line 30 of file example_mbsplitop.cpp.

std::string polygon_file_name

Definition at line 42 of file example_mbsplitop.cpp.

int surfId = 1

Definition at line 44 of file example_mbsplitop.cpp.

std::string usage_string = " <output file > output moab database \n"

Definition at line 32 of file example_mbsplitop.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines