ViennaLS
Loading...
Searching...
No Matches
lsFileFormats.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace viennals {
4enum struct FileFormatEnum : unsigned {
5 VTK_LEGACY = 0,
6 VTP = 1,
7 VTU = 2,
8 VTK_AUTO = 3
9};
10}
Definition lsAdvect.hpp:46
FileFormatEnum
Definition lsFileFormats.hpp:4