|
Geant4-11
|
#include <HEPVis/SbPainterPS.h>#include <stdlib.h>#include <string.h>#include <stdio.h>#include <stdarg.h>#include <time.h>#include <locale.h>Go to the source code of this file.
Macros | |
| #define | MAX_STR 2048 |
| #define | METAFILE_DEFAULT "out.ps" |
| #define | METAFILE_SCALE 1. |
| #define | STRDEL(str) {if((str)!=NULL) {::free(str);str=NULL;}} |
| #define | STRDUP(str) ((str) != NULL ? (::strcpy((char*)::malloc((unsigned)::strlen(str) + 1), str)) : (char*)NULL) |
Functions | |
| static double | ConvertRGB_ToGrey (double a_red,double a_green,double a_blue) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// More... | |
| static char * | GetDate () |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// More... | |
| #define MAX_STR 2048 |
| #define METAFILE_DEFAULT "out.ps" |
Definition at line 47 of file SbPainterPS.cc.
| #define METAFILE_SCALE 1. |
Definition at line 48 of file SbPainterPS.cc.
| #define STRDEL | ( | str | ) | {if((str)!=NULL) {::free(str);str=NULL;}} |
Definition at line 37 of file SbPainterPS.cc.
| #define STRDUP | ( | str | ) | ((str) != NULL ? (::strcpy((char*)::malloc((unsigned)::strlen(str) + 1), str)) : (char*)NULL) |
Definition at line 36 of file SbPainterPS.cc.
|
static |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 1042 of file SbPainterPS.cc.
Referenced by SbPainterPS::putImageInStream().
|
static |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 1029 of file SbPainterPS.cc.
Referenced by SbPainterPS::openFileForWriting().