add VTK save early

This commit is contained in:
AndreaRigoni
2025-09-02 12:42:46 +02:00
parent 820730bc84
commit b86e27a9c4
4 changed files with 42 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ public:
void ExportToVtk(const char *file, bool density_type = 0);
void ExportToVtkXml(const char *file, bool density_type = 0);
int ImportFromVtk(const char *file);
void SaveToVtkVti (const char *file);
protected: