* @brief Deliver the bbox of the selection * * This bounding box is used to compute the center of the * selection for transformation by an angle (it is better * to do this around der center of the selection bbox). * The bbox must either be empty (if no selection is present) * or must be given in micron units. */
| 115 | * or must be given in micron units. |
| 116 | */ |
| 117 | virtual db::DBox selection_bbox () |
| 118 | { |
| 119 | return db::DBox (); |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * @brief transform the selection |
no outgoing calls
no test coverage detected