ug4
|
#include <fstream>
#include <algorithm>
#include "file_io_stl.h"
#include "common/util/loader/loader_util.h"
#include "common/util/string_util.h"
#include "lib_grid/lg_base.h"
#include "lib_grid/algorithms/geom_obj_util/face_util.h"
#include "stl_reader.h"
Namespaces | |
ug | |
the ug namespace | |
Functions | |
bool | ug::LoadGridFromSTL (Grid &grid, const char *filename, ISubsetHandler *pSH=NULL, AVector3 &aPos=aPosition, AVector3 &aNormFACE=aNormal) |
loads stl-ascii-files. More... | |
bool | ug::SaveGridToSTL (Grid &grid, const char *filename, ISubsetHandler *pSH, AVector3 &aPos) |