Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
wireframe.h
Go to the documentation of this file.
1 #ifndef COIN_PIXMAP_WIREFRAME_XPM
2 #define COIN_PIXMAP_WIREFRAME_XPM
3 
4 /* XPM */
5 static const char* wireframe_xpm[]={
6 "24 24 2 1",
7 ". c None",
8 "# c #000000",
9 "........................",
10 "........................",
11 "......################..",
12 ".....##.............##..",
13 "....#.#............#.#..",
14 "...#..#...........#..#..",
15 "..################...#..",
16 "..#...#..........#...#..",
17 "..#...#..........#...#..",
18 "..#...#..........#...#..",
19 "..#...#..........#...#..",
20 "..#...#..........#...#..",
21 "..#...#..........#...#..",
22 "..#...#..........#...#..",
23 "..#...#..........#...#..",
24 "..#...#..........#...#..",
25 "..#...#..........#...#..",
26 "..#...################..",
27 "..#..#...........#..#...",
28 "..#.#............#.#....",
29 "..##.............##.....",
30 "..################......",
31 "........................",
32 "........................"};
33 
34 #endif /* !COIN_PIXMAP_WIREFRAME_XPM */
static const char * wireframe_xpm[]
Definition: wireframe.h:5