Board  0.9.5
examples Directory Reference

Files

file  arrows.cpp
 Sample program to check that arrows are correctly drawn.
 
file  bezier.cpp
 Draws a Koch fractal.
 
file  clipping.cpp
 Sample drawing using the board library.
 
file  example1.cpp
 Sample drawing using the board library.
 
file  example2.cpp
 Sample drawing using the board library.
 
file  example3.cpp
 Sample drawing using the board library.
 
file  example4.cpp
 Sample drawing using the board library.
 
file  fern.cpp
 Draws a Fern fractal.
 
file  flag.cpp
 Sample drawing using the board library, demonstrates the clipping capacity for both SVG and EPS files.
 
file  graph.cpp
 Draw a random complete graph.
 
file  holes.cpp
 Sample program that draws a ruler.
 
file  hull.cpp
 Implementation of a naive 2D convex hull algorithm.
 
file  images.cpp
 Sample program that draws a ruler.
 
file  koch.cpp
 Draws a Koch fractal.
 
file  line_segment.cpp
 Sample drawing using the board library.
 
file  line_style.cpp
 Sample program to check line styles.
 
file  logo.cpp
 Sample drawing using the board library.
 
file  rough.cpp
 Illustrate the rough shape filter.
 
file  ruler.cpp
 Sample program that draws a ruler.
 
file  scale_ellipse.cpp
 Sample program to check that ellipses are correctly scaled.
 
file  tilings.cpp
 Sample program that draws a ruler.
 
file  traversal.cpp
 Sample code showing the use of shape iterators as well as the ShapeList::topLevelFindLast<T>(n) method.