|
| | SbPainterPS () |
| |
| | ~SbPainterPS () |
| |
| void | beginTraversal () |
| |
| void | clearColorBuffer (float, float, float) |
| |
| void | endTraversal () |
| |
| void | setColorScheme (int) |
| |
| void | setOrientation (int) |
| |
| void | setBackgroundDrawn (int) |
| |
| void | setBitsPerPixel (int) |
| |
| void | setLineWidth (int) |
| |
| void * | getStream () |
| |
| void | setFileName (const char *) |
| |
| const char * | getFileName () const |
| |
| void | openFileForWriting (const char *) |
| |
| void | closeStream () |
| |
| void | putPageScaleInStream (float, float) |
| |
| void | putSaveStateInStream () |
| |
| void | putRestoreStateInStream () |
| |
| void | putTranslationInStream (float, float) |
| |
| void | putScaleInStream (float, float) |
| |
| void | putBeginPageInStream () |
| |
| void | putEndPageInStream () |
| |
| void | putRGB_InStream (float, float, float) |
| |
| void | putMarkerSizeInStream (float) |
| |
| void | putBackgroundInStream (float, float, float, float, float) |
| |
| void | putFrameInStream (float, float, float, float, float) |
| |
| void | putRotateInStream (float) |
| |
| void | putNewPathInStream () |
| |
| void | putStrokeInStream () |
| |
| void | putFillInStream () |
| |
| void | putClosePathInStream () |
| |
| void | putCapInStream (int) |
| |
| void | putLineToInStream (float, float) |
| |
| void | putMoveInStream (float, float) |
| |
| void | putCircleInStream (float, float, float) |
| |
| void | putLineWidthInStream (int) |
| |
| void | putImageInStream (unsigned int, unsigned int, GetRGB_Function) |
| |
| | SbPainter () |
| |
| virtual | ~SbPainter () |
| |
| void | setWindowSize (int, int) |
| |
| void | enableEdges (SbBool) |
| |