Wildmeshing Toolkit
|
#include <OutputOptions.hpp>
Public Attributes | |
std::filesystem::path | file |
std::string | type |
std::variant< wmtk::attribute::MeshAttributeHandle, std::string > | position_attribute |
std::optional< std::filesystem::path > | mesh_name_path |
Definition at line 9 of file OutputOptions.hpp.
std::filesystem::path wmtk::components::output::OutputOptions::file |
Definition at line 11 of file OutputOptions.hpp.
Referenced by wmtk::components::output::output().
std::optional<std::filesystem::path> wmtk::components::output::OutputOptions::mesh_name_path |
Definition at line 19 of file OutputOptions.hpp.
Referenced by wmtk::components::output::output().
std::variant<wmtk::attribute::MeshAttributeHandle, std::string> wmtk::components::output::OutputOptions::position_attribute |
Definition at line 16 of file OutputOptions.hpp.
Referenced by wmtk::components::output::output().
std::string wmtk::components::output::OutputOptions::type |
Definition at line 13 of file OutputOptions.hpp.
Referenced by wmtk::components::output::output().