Wildmeshing Toolkit
|
#include <MultimeshOptions.hpp>
Public Attributes | |
std::string | type |
std::string | name |
std::string | mesh |
nlohmann::json | position |
std::string | tag |
int64_t | tag_value |
int64_t | primitive |
Definition at line 26 of file MultimeshOptions.hpp.
std::string wmtk::components::MultimeshTOptions::mesh |
Definition at line 31 of file MultimeshOptions.hpp.
std::string wmtk::components::MultimeshTOptions::name |
Definition at line 30 of file MultimeshOptions.hpp.
nlohmann::json wmtk::components::MultimeshTOptions::position |
Definition at line 32 of file MultimeshOptions.hpp.
int64_t wmtk::components::MultimeshTOptions::primitive |
Definition at line 35 of file MultimeshOptions.hpp.
std::string wmtk::components::MultimeshTOptions::tag |
Definition at line 33 of file MultimeshOptions.hpp.
int64_t wmtk::components::MultimeshTOptions::tag_value |
Definition at line 34 of file MultimeshOptions.hpp.
std::string wmtk::components::MultimeshTOptions::type |
Definition at line 29 of file MultimeshOptions.hpp.