CAMgraphicsProcess Graphics Drivers


Garphics Output drivers are attached to a CAMgraphicsProcess instance and create output for particular devices. General usage of the graphics drivers is discussed in CAMgraphics Process General Programming Considerations.


CAMpostScriptDriver

This driver creates files that contain PostScript commands. The graphics can be viewed using a PostScript previewer (such as Ghostview). Hardcopy can be obtained by sending the file to a PostScript printer.


Constructors

CAMpostScriptDriver() Graphical output, in the form of PostScript commands, is sent to the default file gout.ps.
CAMpostScriptDriver(char* fileName) Graphical output, in the form of PostScript commands, is sent to the file fileName


CAMmsvcDriver

For those using the UCLA Math Departments computing system, this driver is used with Visual C++ and provides output to a pop-up dialog box. The use of this driver requires projects with additional settings and files. These settings are course dependent; see the course web pages for instructions about how to set up ones project appropriately.

Constructors

CAMmsvcDriver() Graphical output is produced in a modal dialog box.