ug4
|
#include <sstream>
#include "marker_points.h"
#include "lib_grid/algorithms/geom_obj_util/geom_obj_util.h"
#include "lib_grid/file_io/file_io.h"
Namespaces | |
ug | |
the ug namespace | |
Functions | |
bool | ug::LoadMarkerPointsFromFile (MarkerPointManager &manager, const char *filename) |
Loads marker points from a file. More... | |
void | ug::SnapMarkerPointToGridVertex (MarkerPoint &markerInOut, Grid &grid, number normalOffset, Grid::VertexAttachmentAccessor< APosition > &aaPos, Grid::VertexAttachmentAccessor< ANormal > *paaNorm=NULL) |
Snaps a marker point to a grid vertex. More... | |