|
| template<axom::IndexType MAXMATERIALS> |
| constexpr void | axom::bump::views::detail::verifyPositiveMaxMaterials () |
| |
| void | axom::bump::views::detail::verifyMixedField (const conduit::Node &n_field) |
| |
| template<typename FuncType , axom::IndexType MAXMATERIALS = 20> |
| bool | axom::bump::views::detail::dispatch_material_unibuffer_with_values (const conduit::Node &matset, const conduit::Node &values, FuncType &&func) |
| | Dispatch Conduit nodes containing a unibuffer element-dominant matset and a values array to a function as the appropriate type of matset view. More...
|
| |
| template<typename IntElement > |
| IntElement | axom::bump::views::detail::getMaterialID (const conduit::Node &matset, const std::string &matName, IntElement defaultValue) |
| | Use the material_map, if it exists, to get the material id of the named material. More...
|
| |
| template<typename FuncType , axom::IndexType MAXMATERIALS = 20> |
| bool | axom::bump::views::detail::dispatch_material_element_dominant_with_values (const conduit::Node &matset, const conduit::Node &values_object, FuncType &&func) |
| | Dispatch a Conduit node containing a multibuffer element-dominant matset to a function as the appropriate type of matset view. More...
|
| |
| template<typename FuncType , axom::IndexType MAXMATERIALS = 20> |
| bool | axom::bump::views::detail::dispatch_material_material_dominant_with_values (const conduit::Node &matset, const conduit::Node &values_object, FuncType &&func) |
| | Dispatch a Conduit node containing a material-dominant matset to a function as the appropriate type of matset view. More...
|
| |
| template<typename FuncType , axom::IndexType MAXMATERIALS = 20> |
| bool | axom::bump::views::dispatch_material_unibuffer (const conduit::Node &matset, FuncType &&func) |
| | Dispatch a Conduit node containing a unibuffer matset to a function as the appropriate type of matset view. More...
|
| |
| template<typename FuncType , axom::IndexType MAXMATERIALS = 20> |
| bool | axom::bump::views::dispatch_material_element_dominant (const conduit::Node &matset, FuncType &&func) |
| | Dispatch a Conduit node containing a element-dominant matset to a function as the appropriate type of matset view. More...
|
| |
| template<typename FuncType , axom::IndexType MAXMATERIALS = 20> |
| bool | axom::bump::views::dispatch_material_material_dominant (const conduit::Node &matset, FuncType &&func) |
| | Dispatch a Conduit node containing a material-dominant matset to a function as the appropriate type of matset view. More...
|
| |
| template<typename FuncType , axom::IndexType MAXMATERIALS = 20> |
| bool | axom::bump::views::dispatch_material (const conduit::Node &matset, FuncType &&func) |
| | Dispatch a Conduit node containing a matset to a function as the appropriate type of matset view. More...
|
| |