Definition at line 84 of file G4VtkSceneHandler.cc.
◆ operator()()
Definition at line 85 of file G4VtkSceneHandler.cc.
85 {
86 using std::size_t;
87 using std::hash;
88
94
95 std::size_t h = 0;
96
97 do {
98 notLastFace = ph.
GetNextFacet(nEdges, vertex, edgeFlag, normals);
99
100 for (int i = 0; i < nEdges; i++) {
101 std::size_t hx = std::hash<double>()(vertex[i].
x());
102 std::size_t hy = std::hash<double>()(vertex[i].
y());
103 std::size_t hz = std::hash<double>()(vertex[i].
z());
107 }
108 } while (notLastFace);
109
110 return h;
111 }
G4bool GetNextFacet(G4int &n, G4Point3D *nodes, G4int *edgeFlags=nullptr, G4Normal3D *normals=nullptr) const
void hash_combine(std::size_t)
The documentation for this struct was generated from the following file: