Registry
|
Functions | |
bool | ExportToUG3 (Mesh *mesh, const char *filenamePrefix, const char *lgmName, const char *problemName) |
Writes a mesh to the UG3 legacy format (.lgm and .ng) More... | |
bool | LoadMesh (Mesh *mesh, const char *filename) |
Loads a Mesh from File. The format is automatically recognized by the filname's suffix. Supported formats are: (ugx, vtu (ascii), obj, stl (ascii and binary), lgm, ng, ele, msh, asc, net, art). More... | |
bool | SaveMesh (Mesh *mesh, const char *filename) |
Saves a Mesh to File. The format is automatically recognized by the filname's suffix. Supported formats are: (ugx, vtu (ascii), obj, stl (ascii), ncdf, smesh, ele, tikz/tex, asc, net, art). More... | |
bool ug4Bridge::promesh::FileIO::ExportToUG3 | ( | Mesh * | mesh, |
const char * | filenamePrefix, | ||
const char * | lgmName, | ||
const char * | problemName | ||
) |
Writes a mesh to the UG3 legacy format (.lgm and .ng)
[in] | mesh | |
[in] | filenamePrefix | |
[in] | lgmName | |
[in] | problemName |
bool ug4Bridge::promesh::FileIO::LoadMesh | ( | Mesh * | mesh, |
const char * | filename | ||
) |
Loads a Mesh from File. The format is automatically recognized by the filname's suffix. Supported formats are: (ugx, vtu (ascii), obj, stl (ascii and binary), lgm, ng, ele, msh, asc, net, art).
[in] | mesh | |
[in] | filename |
bool ug4Bridge::promesh::FileIO::SaveMesh | ( | Mesh * | mesh, |
const char * | filename | ||
) |
Saves a Mesh to File. The format is automatically recognized by the filname's suffix. Supported formats are: (ugx, vtu (ascii), obj, stl (ascii), ncdf, smesh, ele, tikz/tex, asc, net, art).
[in] | mesh | |
[in] | filename |