Loading [MathJax]/extensions/TeX/newcommand.js
\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 5.0 - CGAL Ipelets
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules 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-19b
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.