| 30 | // layer_op implementation |
| 31 | |
| 32 | void |
| 33 | AnnotationLayerOp::insert (AnnotationShapes *shapes) |
| 34 | { |
| 35 | shapes->insert (m_shapes.begin (), m_shapes.end ()); |
| 36 | } |
| 37 | |
| 38 | void |
| 39 | AnnotationLayerOp::erase (AnnotationShapes *shapes) |
no test coverage detected