Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
creator_grid_util.h File Reference

Go to the source code of this file.

Namespaces

namespace  ug
 the ug namespace
 

Functions

Edgeug::CreateEdge (Grid &grid, Vertex *vrt0, Vertex *vrt1)
 
Edgeug::CreateEdge (Grid &grid, Vertex *vrts[], const size_t, numVrts)
 
Faceug::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 >
Vertexug::CreateVertex (Grid &grid, const TPosition &pos, Grid::VertexAttachmentAccessor< Attachment< TPosition > > &aaPos)
 
Volumeug::CreateVolume (Grid &grid, Vertex *vrts, const size_t numVrts)