|
Regina Calculation Engine
|
Exports normal surface lists to plain text CSV files. More...
Namespaces | |
| regina | |
| Contains the entire Regina calculation engine. | |
Functions | |
| REGINA_API bool | regina::writeCSVStandard (const char *filename, NNormalSurfaceList &surfaces, int additionalFields=surfaceExportAll) |
| Deprecated function that exports the given list of normal surfaces as a plain text CSV (comma-separated value) file, using standard triangle-quadrilateral coordinates. More... | |
| REGINA_API bool | regina::writeCSVEdgeWeight (const char *filename, NNormalSurfaceList &surfaces, int additionalFields=surfaceExportAll) |
| Deprecated function that exports the given list of normal surfaces as a plain text CSV (comma-separated value) file, using edge weight coordinates. More... | |
Exports normal surface lists to plain text CSV files.