Wildmeshing Toolkit
wmtk::components::input::InputOptions Class Reference

#include <InputOptions.hpp>

Public Member Functions

 InputOptions ()
 
 ~InputOptions ()
 
bool operator== (const InputOptions &o) const
 

Public Attributes

std::filesystem::path file
 
std::optional< std::vector< std::vector< std::string > > > imported_attributes
 
nlohmann::json name_spec
 
std::optional< std::filesystem::path > name_spec_file
 
bool old_mode = false
 
bool ignore_z_if_zero = false
 

Detailed Description

Definition at line 16 of file InputOptions.hpp.

Constructor & Destructor Documentation

◆ InputOptions()

wmtk::components::input::InputOptions::InputOptions ( )
default

◆ ~InputOptions()

wmtk::components::input::InputOptions::~InputOptions ( )
default

Member Function Documentation

◆ operator==()

bool wmtk::components::input::InputOptions::operator== ( const InputOptions o) const
default

Member Data Documentation

◆ file

◆ ignore_z_if_zero

◆ imported_attributes

std::optional<std::vector<std::vector<std::string> > > wmtk::components::input::InputOptions::imported_attributes

◆ name_spec

◆ name_spec_file

std::optional<std::filesystem::path> wmtk::components::input::InputOptions::name_spec_file

◆ old_mode


The documentation for this class was generated from the following files: