| 116 | |
| 117 | const HalfEdge *edge() const { return ((PatchHalfEdge*)patch_v)->edge; } |
| 118 | unsigned time() const { return time_; } |
| 119 | unsigned subPatch() const { return ((PatchHalfEdge*)patch_v)->subPatch; } |
| 120 | |
| 121 | void set_edge(const HalfEdge *h) const { ((PatchHalfEdge*)patch_v)->edge = h; } |
no outgoing calls
no test coverage detected