CGAL 5.2 - CGAL Ipelets
CGAL Ipelets Reference

ipeico.jpg
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.
Introduced in: CGAL 3.5
BibTeX: cgal:lp-gi-20b
License: LGPL

Classified Reference Pages

Classes

Classes

class  CGAL::Ipelet_base< Kernel, nbf >
 Ipelet_base is an abstract base class for defining an ipelet. More...
 

Macros

#define CGAL_IPELET(T)
 The registration of a new ipelet can be done using the macro command CGAL_IPELET. More...
 

Macro Definition Documentation

◆ CGAL_IPELET

#define CGAL_IPELET (   T)

#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.