changeset 2039 | dacc4ce9474d |
parent 1999 | 2ff283124dfc |
child 2076 | 10681ee9d8ae |
0:58a7570fe46a | 1:41005ba9868b |
---|---|
464 } |
464 } |
465 |
465 |
466 Edge direct(const UEdge& edge, bool direction) const { |
466 Edge direct(const UEdge& edge, bool direction) const { |
467 return Edge(edge, direction); |
467 return Edge(edge, direction); |
468 } |
468 } |
469 |
|
470 int edgeNum() const { |
|
471 return 2 * Parent::edgeNum(); |
|
472 } |
|
473 |
|
474 int uEdgeNum() const { |
|
475 return Parent::edgeNum(); |
|
476 } |
|
477 |
|
469 }; |
478 }; |
470 |
479 |
471 } |
480 } |
472 |
481 |
473 #endif |
482 #endif |