ug4
creator_grid_util.h File Reference

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

Edge * ug::CreateEdge (Grid &grid, Vertex *vrt0, Vertex *vrt1)
 
Edge * ug::CreateEdge (Grid &grid, Vertex *vrts[], const size_t, numVrts)
 
Face * ug::CreateFace (Grid &grid, Vertex *vrts[], const size_t numVrts)
 
template<typename TPosition >
void ug::CreatePlane (Grid &grid, const TPosition &upLeft, const TPosition &upRight, const TPosition &lowLeft, const TPosition &lowRight, Grid::VertexAttachmentAccessor< Attachment< TPosition > > &aaPos bool fill)
 
template<typename TPosition >
Vertex * ug::CreateVertex (Grid &grid, const TPosition &pos, Grid::VertexAttachmentAccessor< Attachment< TPosition > > &aaPos)
 
Volume * ug::CreateVolume (Grid &grid, Vertex *vrts, const size_t numVrts)