MeshKit  1.0
make_watertight.cpp File Reference
#include <iostream>
#include <sstream>
#include <iomanip>
#include <limits>
#include <assert.h>
#include <math.h>
#include <time.h>
#include <vector>
#include "moab/Core.hpp"
#include "MBTagConventions.hpp"
#include "moab/Range.hpp"
#include "moab/Skinner.hpp"
#include "moab/GeomTopoTool.hpp"
#include "meshkit/mw_func.hpp"
#include "meshkit/gen.hpp"
#include "meshkit/arc.hpp"
#include "meshkit/zip.hpp"
#include "meshkit/cleanup.hpp"
Include dependency graph for make_watertight.cpp:

Go to the source code of this file.

Functions

ErrorCode write_sealed_file (std::string root_filename, double facet_tol, bool is_acis)
int main (int argc, char **argv)

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 52 of file make_watertight.cpp.

ErrorCode write_sealed_file ( std::string  root_filename,
double  facet_tol,
bool  is_acis 
)

Definition at line 134 of file make_watertight.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines