| 37 | using namespace WireVertexCubicSymmetryAttributeHelper; |
| 38 | |
| 39 | void WireVertexCubicSymmetryAttribute::compute(const WireNetwork& network) { |
| 40 | Operators ops = get_symmetry_operators( |
| 41 | network.get_dim(), network.center()); |
| 42 | VectorI orbit_labels = get_vertex_labels(network.get_vertices(), ops); |
| 43 | m_values = orbit_labels.cast<Float>(); |
| 44 | } |
nothing calls this directly
no test coverage detected