MeshKit  1.0
test_mbvolop.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/MBVolOp.hpp"
#include "meshkit/MBSplitOp.hpp"
#include "TestUtil.hpp"
#include "meshkit/ReadPolyLine.hpp"
Include dependency graph for test_mbvolop.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 filename_top
std::string filename_bot
double direction [3] = {0., 0., 1.}
std::string output_file_name

Function Documentation

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

Definition at line 42 of file test_mbvolop.cpp.


Variable Documentation

std::string filename_bot
Examples:
example_mbvolop.cpp.

Definition at line 37 of file test_mbvolop.cpp.

std::string filename_top
Examples:
example_mbvolop.cpp.

Definition at line 36 of file test_mbvolop.cpp.

Definition at line 29 of file test_mbvolop.cpp.

std::string output_file_name
Examples:
example_mbvolop.cpp.

Definition at line 39 of file test_mbvolop.cpp.

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

Definition at line 31 of file test_mbvolop.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines