| 210 | } |
| 211 | |
| 212 | VectorF AttributeUtils::convert_to_face_attribute_from_name(Mesh& mesh, |
| 213 | const std::string& attribute_name) { |
| 214 | const VectorF& attr = mesh.get_attribute(attribute_name); |
| 215 | return convert_to_face_attribute(mesh, attr); |
| 216 | } |
| 217 | |
| 218 | VectorF AttributeUtils::convert_to_voxel_attribute(Mesh& mesh, |
| 219 | const VectorF& attribute) { |
no test coverage detected