Olivier Devillers, Sébastien Loriot, and Sylvain Pion
This package provides a generic framework to easily write ipelets (plug-in's) using CGAL for the the Ipe extensible drawing editor.
Classes
◆ CGAL_IPELET
#include <CGAL/CGAL_Ipelet_base.h>
The registration of a new ipelet can be done using the macro command CGAL_IPELET. Taking as a parameter the name of the class defining the new ipelet, that macro must be placed in the source file after the class definition.
- Examples
- CGAL_ipelets/simple_triangulation.cpp.