33 #ifndef __H__UG_tkd_util
34 #define __H__UG_tkd_util
48 Vertex** vrtsOut = NULL);
56 Volume** volsOut = NULL);
66 Volume** volsOut = NULL);
void CreateTKD(const TKDInfo &tkdInfo, Grid &g, APosition3 &aPos, Volume **volsOut)
Creates a tkd mesh based on the given tkdInfo object.
Definition: tkd_util.cpp:93
void CreateTKDVertices(const TKDInfo &tkdInfo, Grid &g, APosition3 &aPos, Vertex **vrtsOut)
Definition: tkd_util.cpp:40
void CreateTKDWithOuterLayer(const TKDInfo &tkdInfo, Grid &g, APosition3 &aPos, Volume **volsOut)
Creates a tkd mesh with a surrounding layer based on the given tkdInfo object.
Definition: tkd_util.cpp:107
AVector3 APosition3
Definition: common_attachments.h:72