ug4
|
#include <fstream>
#include "file_io_dump.h"
#include "common/util/loader/loader_util.h"
#include "lib_grid/lg_base.h"
Namespaces | |
ug | |
the ug namespace | |
Functions | |
bool | ug::LoadGridFromDUMP (Grid &grid, const char *filename, ISubsetHandler *pSH=NULL, AVector3 &aPos=aPosition) |
loads dump-files. More... | |
static bool | ug::ReadTetrahedrons (Grid &grid, ifstream &in, Grid::VertexAttachmentAccessor< APosition > &aaPos, int &lineCount) |
static bool | ug::ReadTriangles (Grid &grid, ifstream &in, Grid::VertexAttachmentAccessor< APosition > &aaPos, int &lineCount) |