| 
    Board
    0.6.devel
    
   | 
 
#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"

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) | 
| #define M_PI 3.14159265358979323846 | 
Referenced by LibBoard::Ellipse::Ellipse(), and LibBoard::Shape::rotateDeg().
| #define M_PI_2 1.57079632679489661923 | 
Referenced by LibBoard::Ellipse::Ellipse().