This commit is contained in:
AndreaRigoni
2025-09-02 13:01:55 +02:00
parent b86e27a9c4
commit 01ff8a0a0d
2 changed files with 53 additions and 31 deletions

View File

@@ -56,9 +56,9 @@ public:
virtual void SetDims(const Vector3i &size) = 0;
void ExportToVtk(const char *file, bool density_type = 0);
void ExportToVti (const char *file, bool density_type = 0, bool compressed = 0);
void ExportToVtkXml(const char *file, bool density_type = 0);
int ImportFromVtk(const char *file);
void SaveToVtkVti (const char *file);
protected: