MeshKit
1.0
|
#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/MBVolOp.hpp"
#include "meshkit/MBSplitOp.hpp"
#include "meshkit/ReadPolyLine.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
MKCore * | mk |
std::string | usage_string = " <output file > output moab database \n" |
std::string | filename_top |
std::string | filename_bot |
double | direction [3] = {0., 0., 1.} |
std::string | output_file_name |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 47 of file example_mbvolop.cpp.
double direction[3] = {0., 0., 1.} |
Definition at line 43 of file example_mbvolop.cpp.
std::string filename_bot |
Definition at line 42 of file example_mbvolop.cpp.
std::string filename_top |
Definition at line 41 of file example_mbvolop.cpp.
Definition at line 34 of file example_mbvolop.cpp.
std::string output_file_name |
Definition at line 44 of file example_mbvolop.cpp.
std::string usage_string = " <output file > output moab database \n" |
Definition at line 36 of file example_mbvolop.cpp.