| 237 | } |
| 238 | |
| 239 | VectorF AttributeUtils::convert_to_voxel_attribute_from_name(Mesh& mesh, |
| 240 | const std::string& attribute_name) { |
| 241 | const VectorF& attr = mesh.get_attribute(attribute_name); |
| 242 | return convert_to_voxel_attribute(mesh, attr); |
| 243 | } |
| 244 |
no test coverage detected