Simplified entry points for visits that don't need all the generality of CellularPanel::Visitor
| 1063 | // Simplified entry points for visits that don't need all the generality of |
| 1064 | // CellularPanel::Visitor |
| 1065 | void CellularPanel::VisitCells( const SimpleCellVisitor &visitor ) |
| 1066 | { |
| 1067 | Adaptor adaptor{ visitor }; |
| 1068 | Visit( adaptor ); |
| 1069 | } |
| 1070 | |
| 1071 | void CellularPanel::VisitPreorder( const SimpleNodeVisitor &visitor ) |
| 1072 | { |