CAMgraphicsProcess Graphics Drivers



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

 


CAMmetacodeDriver

This driver creates files that contain graphics metacode which can be viewed using the Java viewer cam.stg.metaViewer. Hardcopy can be obtained by using the PostScript feature of this viewer.

Constructors

CAMmetacodeDriver()

Graphical output in the form of metacode is sent to the file graph.meta.

CAMmetacodeDriver(char* fileName)

Graphical output in the form of metacode is sent to the file fileName