Geant4-11
wireframe.h
Go to the documentation of this file.
1#ifndef COIN_PIXMAP_WIREFRAME_XPM
2#define COIN_PIXMAP_WIREFRAME_XPM
3
4/* XPM */
5static 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