Regina Calculation Engine
|
Deprecated header that exports normal surface lists to plain text CSV files. More...
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Functions | |
REGINA_DEPRECATED 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_DEPRECATED 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... | |
Deprecated header that exports normal surface lists to plain text CSV files.