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