Board  0.6.devel
 All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Macros
Shapes.h File Reference
#include "Board/Point.h"
#include "Board/Rect.h"
#include "Board/Path.h"
#include "Board/Transforms.h"
#include "Board/PSFonts.h"
#include "Board/Tools.h"
#include <string>
#include <vector>
#include <iostream>
#include <map>
#include <cmath>
#include "DGtal/io/Color.h"
#include "Shapes.ih"
Include dependency graph for Shapes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  LibBoard::Shape
 Abstract structure for a 2D shape. More...
struct  LibBoard::Dot
 A line between two points. More...
struct  LibBoard::Line
 A line between two points. More...
struct  LibBoard::Arrow
 A line between two points with an arrow at one extremity. More...
struct  LibBoard::Polyline
 A polygonal line described by a series of 2D points. More...
struct  LibBoard::Rectangle
 A rectangle. More...
struct  LibBoard::Image
 Used to draw image in figure. More...
struct  LibBoard::Triangle
 A triangle. Basically a Polyline with a convenient constructor. More...
struct  LibBoard::GouraudTriangle
 A triangle with shaded filling according to colors given for each vertex. More...
struct  LibBoard::Ellipse
 An ellipse. More...
struct  LibBoard::Circle
 A circle. More...
struct  LibBoard::Arc
 An arc. More...
struct  LibBoard::Text
 A piece of text. More...

Namespaces

namespace  LibBoard

Macros

#define M_PI   3.14159265358979323846
#define M_PI_2   1.57079632679489661923

Functions

bool LibBoard::shapeGreaterDepth (const Shape *s1, const Shape *s2)

Detailed Description

Author:
Sebastien Fourey http://www.greyc.ensicaen.fr/~seb
Date:
Sat Aug 18 2007

Macro Definition Documentation

#define M_PI   3.14159265358979323846
#define M_PI_2   1.57079632679489661923