\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - CGAL Ipelets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
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-15b
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

#define CGAL_IPELET (   T)

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.

#include <CGAL/CGAL_Ipelet_base.h>

Examples:
CGAL_ipelets/simple_triangulation.cpp.