MeshKit
1.0
|
#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"
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) |
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.