This file is indexed.

/usr/share/dx/samples/programs/AutoAxes.net is in dxsamples 4.4.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  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
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
//
// time: Wed Apr  9 15:21:22 1997
//
// version: 3.1.1 (format), 3.1.4 (DX Beta)
//
//
// MODULE main
//
// comment: This visual program constructs axes for an isosurface. A grid is added, and the grid is colored red while the labels and ticks are colored yellow.
// comment: 
// comment: Note that if you are using the Image tool, AutoAxes functionality can be found under the Image window options menu.
// workspace: width = 392, height = 478
// layout: snap = 0, width = 50, height = 50, align = UL
//
macro main(
) -> (
) {
    // 
    // node Import[1]: x = 188, y = 44, inputs = 6, label = Import
    // input[1]: defaulting = 0, visible = 1, type = 32, value = "cloudwater"
    //
main_Import_1_out_1 = 
    Import(
    main_Import_1_in_1,
    main_Import_1_in_2,
    main_Import_1_in_3,
    main_Import_1_in_4,
    main_Import_1_in_5,
    main_Import_1_in_6
    ) [instance: 1, cache: 1];
    // 
    // node Isosurface[1]: x = 214, y = 146, inputs = 6, label = Isosurface
    //
main_Isosurface_1_out_1 = 
    Isosurface(
    main_Import_1_out_1,
    main_Isosurface_1_in_2,
    main_Isosurface_1_in_3,
    main_Isosurface_1_in_4,
    main_Isosurface_1_in_5,
    main_Isosurface_1_in_6
    ) [instance: 1, cache: 1];
    // 
    // node AutoCamera[1]: x = 300, y = 234, inputs = 9, label = AutoCamera
    // input[2]: defaulting = 0, visible = 1, type = 32, value = "off-diagonal"
    //
main_AutoCamera_1_out_1 = 
    AutoCamera(
    main_Isosurface_1_out_1,
    main_AutoCamera_1_in_2,
    main_AutoCamera_1_in_3,
    main_AutoCamera_1_in_4,
    main_AutoCamera_1_in_5,
    main_AutoCamera_1_in_6,
    main_AutoCamera_1_in_7,
    main_AutoCamera_1_in_8,
    main_AutoCamera_1_in_9
    ) [instance: 1, cache: 1];
    // 
    // node AutoAxes[1]: x = 212, y = 327, inputs = 19, label = AutoAxes
    // input[9]: defaulting = 0, visible = 1, type = 3, value = 1
    // input[10]: defaulting = 0, visible = 1, type = 16777248, value = {"red" "yellow" "yellow"}
    // input[11]: defaulting = 0, visible = 1, type = 16777248, value = {"grid" "labels" "ticks"}
    //
main_AutoAxes_1_out_1 = 
    AutoAxes(
    main_Isosurface_1_out_1,
    main_AutoCamera_1_out_1,
    main_AutoAxes_1_in_3,
    main_AutoAxes_1_in_4,
    main_AutoAxes_1_in_5,
    main_AutoAxes_1_in_6,
    main_AutoAxes_1_in_7,
    main_AutoAxes_1_in_8,
    main_AutoAxes_1_in_9,
    main_AutoAxes_1_in_10,
    main_AutoAxes_1_in_11,
    main_AutoAxes_1_in_12,
    main_AutoAxes_1_in_13,
    main_AutoAxes_1_in_14,
    main_AutoAxes_1_in_15,
    main_AutoAxes_1_in_16,
    main_AutoAxes_1_in_17,
    main_AutoAxes_1_in_18,
    main_AutoAxes_1_in_19
    ) [instance: 1, cache: 1];
    // 
    // node Display[1]: x = 256, y = 416, inputs = 8, label = Display
    // depth: value = 24
    // window: position = (0.3305,0.0625), size = 0.5109x0.5117
    //
main_Display_1_out_1[cache: 2] = 
    Display(
    main_AutoAxes_1_out_1,
    main_AutoCamera_1_out_1,
    main_Display_1_in_3,
    main_Display_1_in_4,
    main_Display_1_in_5,
    main_Display_1_in_6,
    main_Display_1_in_7,
    main_Display_1_in_8
    ) [instance: 1, cache: 1];
// network: end of macro body
}
main_Import_1_in_1 = "cloudwater";
main_Import_1_in_2 = NULL;
main_Import_1_in_3 = NULL;
main_Import_1_in_4 = NULL;
main_Import_1_in_5 = NULL;
main_Import_1_in_6 = NULL;
main_Import_1_out_1 = NULL;
main_Isosurface_1_in_2 = NULL;
main_Isosurface_1_in_3 = NULL;
main_Isosurface_1_in_4 = NULL;
main_Isosurface_1_in_5 = NULL;
main_Isosurface_1_in_6 = NULL;
main_Isosurface_1_out_1 = NULL;
main_AutoCamera_1_in_2 = "off-diagonal";
main_AutoCamera_1_in_3 = NULL;
main_AutoCamera_1_in_4 = NULL;
main_AutoCamera_1_in_5 = NULL;
main_AutoCamera_1_in_6 = NULL;
main_AutoCamera_1_in_7 = NULL;
main_AutoCamera_1_in_8 = NULL;
main_AutoCamera_1_in_9 = NULL;
main_AutoCamera_1_out_1 = NULL;
main_AutoAxes_1_in_3 = NULL;
main_AutoAxes_1_in_4 = NULL;
main_AutoAxes_1_in_5 = NULL;
main_AutoAxes_1_in_6 = NULL;
main_AutoAxes_1_in_7 = NULL;
main_AutoAxes_1_in_8 = NULL;
main_AutoAxes_1_in_9 = 1;
main_AutoAxes_1_in_10 = {"red" "yellow" "yellow"};
main_AutoAxes_1_in_11 = {"grid" "labels" "ticks"};
main_AutoAxes_1_in_12 = NULL;
main_AutoAxes_1_in_13 = NULL;
main_AutoAxes_1_in_14 = NULL;
main_AutoAxes_1_in_15 = NULL;
main_AutoAxes_1_in_16 = NULL;
main_AutoAxes_1_in_17 = NULL;
main_AutoAxes_1_in_18 = NULL;
main_AutoAxes_1_in_19 = NULL;
main_AutoAxes_1_out_1 = NULL;
main_Display_1_in_3 = "X24,,";
main_Display_1_in_4 = NULL;
main_Display_1_in_5 = NULL;
main_Display_1_in_6 = NULL;
main_Display_1_in_7 = NULL;
main_Display_1_in_8 = NULL;
Executive("product version 3 1 4");
$sync
main();