CGAL 6.1 - 2D Regularized Boolean Set-Operations
|
#include <Concepts/GraphicsSceneOptionsPolygonSet2.h>
The concept GraphicsSceneOptionsPolygonSet2
defines data and methods used to tune the way that the cells of a Polygon_set_2
are considered for drawing or to be added into a graphics scene.
GraphicsSceneOptions
Public Member Functions | |
const CGAL::IO::Color & | unbounded_face_color () const |
returns the color of the unbounded face. | |
void | unbounded_face_color (const CGAL::IO::Color &c) |
sets the color of the unbounded face to c . | |
bool | draw_unbounded () const |
returns true if the unbounded face must be drawn, false otherwise. | |
void | draw_unbounded (bool b) |
sets the draw of unbounded face to b . | |
void | toggle_draw_unbounded () |
toggles the draw unbounded face value. | |
int | height () const |
returns the height of the box used to draw the unbounded face. | |
int | width () const |
returns the width of the box used to draw the unbounded face. | |
void | height (int i) |
sets the height of the box used to draw the unbounded face to i . | |
void | width (int i) |
sets the width of the box used to draw the unbounded face to i . | |
bool GraphicsSceneOptionsPolygonSet2::draw_unbounded | ( | ) | const |
returns true
if the unbounded face must be drawn, false
otherwise.
Returns false
by default.