ug4
|
#include <string>
#include <fstream>
#include <sstream>
#include <vector>
#include <queue>
#include <map>
#include "file_io_swc.h"
#include "common/error.h"
#include "common/util/string_util.h"
#include "lib_grid/global_attachments.h"
#include "lib_grid/algorithms/subset_util.h"
#include "lib_grid/algorithms/element_side_util.h"
#include <boost/lexical_cast.hpp>
Namespaces | |
ug | |
the ug namespace | |
Functions | |
bool | ug::ExportGridToSWC (Grid &g, ISubsetHandler *pSH, const char *fileName, AVector3 &aPos) |
bool | ug::LoadGridFromSWC (Grid &g, ISubsetHandler *pSH, const char *fileName, AVector3 &aPos) |