Wildmeshing Toolkit
wmtk::components::output::OutputOptions Struct Reference

#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
 

Detailed Description

Definition at line 9 of file OutputOptions.hpp.

Member Data Documentation

◆ file

std::filesystem::path wmtk::components::output::OutputOptions::file

Definition at line 11 of file OutputOptions.hpp.

Referenced by wmtk::components::output::output().

◆ mesh_name_path

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().

◆ position_attribute

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().

◆ type

std::string wmtk::components::output::OutputOptions::type

Definition at line 13 of file OutputOptions.hpp.

Referenced by wmtk::components::output::output().


The documentation for this struct was generated from the following file: