Lagrange
|
Options for extract submesh. More...
#include <lagrange/extract_submesh.h>
Public Member Functions | |
SubmeshOptions (const SubmeshOptions &)=default | |
SubmeshOptions (SubmeshOptions &&)=default | |
SubmeshOptions & | operator= (const SubmeshOptions &)=default |
SubmeshOptions & | operator= (SubmeshOptions &&)=default |
template<typename T > | |
SubmeshOptions (const T &options) | |
Explicit conversion from other compatible option structs. | |
Public Attributes | |
std::string_view | source_vertex_attr_name |
The name of the output attribute holding source vertex indices. More... | |
std::string_view | source_facet_attr_name |
The name of the output attribute holding source facet indices. More... | |
bool | map_attributes = false |
Map all attributes over to submesh. | |
Options for extract submesh.
std::string_view source_vertex_attr_name |
The name of the output attribute holding source vertex indices.
std::string_view source_facet_attr_name |
The name of the output attribute holding source facet indices.