Wildmeshing Toolkit
|
#include <RegularSpaceOptions.hpp>
Public Attributes | |
std::string | input |
std::string | output |
nlohmann::json | attributes |
std::vector< int64_t > | values |
std::vector< std::string > | pass_through |
Definition at line 7 of file RegularSpaceOptions.hpp.
nlohmann::json wmtk::components::internal::RegularSpaceOptions::attributes |
Definition at line 11 of file RegularSpaceOptions.hpp.
Referenced by wmtk::components::internal::from_json(), wmtk::components::gather_attributes(), and wmtk::components::internal::to_json().
std::string wmtk::components::internal::RegularSpaceOptions::input |
Definition at line 9 of file RegularSpaceOptions.hpp.
Referenced by wmtk::components::internal::from_json(), wmtk::components::regular_space(), and wmtk::components::internal::to_json().
std::string wmtk::components::internal::RegularSpaceOptions::output |
Definition at line 10 of file RegularSpaceOptions.hpp.
Referenced by wmtk::components::internal::from_json(), wmtk::components::regular_space(), and wmtk::components::internal::to_json().
std::vector<std::string> wmtk::components::internal::RegularSpaceOptions::pass_through |
Definition at line 13 of file RegularSpaceOptions.hpp.
Referenced by wmtk::components::internal::from_json(), wmtk::components::gather_attributes(), and wmtk::components::internal::to_json().
std::vector<int64_t> wmtk::components::internal::RegularSpaceOptions::values |
Definition at line 12 of file RegularSpaceOptions.hpp.
Referenced by wmtk::components::internal::from_json(), wmtk::components::regular_space(), and wmtk::components::internal::to_json().