#include <CGAL/Qt/GraphicsViewIsoRectangleInput.h>
The template parameter of Qt::GraphicsViewIsoRectangleInput<K> must be a Cgal Kernel.
Qt::GraphicsViewIsoRectangleInput<K> in ( QObject *p, QGraphicsScene* s); | |
p is a parent object. s is the scene where the iso rectangle is generated.
|
void | in.generate ( Object o) | The object o contains a K::Iso_rectangle_2. |