![]() |
#include <CGAL/IO/Postscript_file_stream.h>
| |
creates a postscript file stream. The name of the output file is
CGAL_unnamed.ps .
| |
| |
creates a postscript file stream. The name of the output file is
filename .
| |
| |
creates a postscript file stream that draws the output to a box
of physical size width/40 height/40 cm.
The name of the output file is CGAL_unnamed.ps .
| |
| |
creates a postscript file stream that draws the output to a box
of physical size width/40 height/40 cm.
The name of the output file is filename .
|
The following functions have been added to give Postscript_file_stream the same interface as Window_stream to allow easily replacement of Window_stream by Postscript_file_stream .
|
| does nothing |
|
| |
does nothing | ||
|
| |
returns 1 | ||
|
| |
like set_color(c). |
See the LEDA Manual [MNSU] for further operations on ps_file.
The output operator is defined for all geometric classes in the two-dimensional CGAL kernel.
| ||
| ||
inserts object c into the stream PS. | ||
| ||
| ||
changes the foreground color for the next objects that will be inserted into PS. | ||
|
| |
sets a few default values for drawing to ps. In particular, node width is set to 5 and line width to 1. |
There are no input operators of course.