// // time: Fri Mar 27 08:17:50 1998 // // version: 3.1.2 (format), 4.1.1 (DX Beta) // // // MODULE main // // comment: This example creates banded colors for a 2 dimensional data set. The interactors allow you to specify the break points of the bands, as well as the set of colors to apply to the bands. // page assignment: java seqno order=2, windowed=0, showing=1 // workspace: width = 545, height = 520 // layout: snap = 0, width = 50, height = 50, align = NN // macro main( ) -> ( ) { // // node GetLocal[1]: x = 297, y = 0, inputs = 3, label = GetLocal // input[1]: defaulting = 0, visible = 1, type = 67108863, value = 0 // page group: java seqno // main_GetLocal_1_out_1, main_GetLocal_1_out_2 = GetLocal( main_GetLocal_1_in_1, main_GetLocal_1_in_2, main_GetLocal_1_in_3 ) [instance: 1, cache: 1]; // // node Compute2[1]: x = 251, y = 88, inputs = 5, label = Compute2 // input[1]: defaulting = 0, visible = 1, type = 32, value = "loop+1" // input[2]: defaulting = 0, visible = 1, type = 32, value = "loop" // input[4]: visible = 0 // input[5]: visible = 0 // page group: java seqno // main_Compute2_1_out_1 = Compute2( main_Compute2_1_in_1, main_Compute2_1_in_2, main_GetLocal_1_out_1, main_Compute2_1_in_4, main_Compute2_1_in_5 ) [instance: 1, cache: 1]; // // node GetGlobal[1]: x = 137, y = 0, inputs = 3, label = GetGlobal // input[1]: defaulting = 0, visible = 1, type = 67108863, value = 0 // page group: java seqno // main_GetGlobal_1_out_1, main_GetGlobal_1_out_2 = GetGlobal( main_GetGlobal_1_in_1, main_GetGlobal_1_in_2, main_GetGlobal_1_in_3 ) [instance: 1, cache: 1]; // // node Compute2[2]: x = 72, y = 88, inputs = 5, label = Compute2 // input[1]: defaulting = 0, visible = 1, type = 32, value = "loop+1" // input[2]: defaulting = 0, visible = 1, type = 32, value = "loop" // input[4]: visible = 0 // input[5]: visible = 0 // page group: java seqno // main_Compute2_2_out_1 = Compute2( main_Compute2_2_in_1, main_Compute2_2_in_2, main_GetGlobal_1_out_1, main_Compute2_2_in_4, main_Compute2_2_in_5 ) [instance: 2, cache: 1]; // // node Compute2[3]: x = 0, y = 198, inputs = 5, label = Compute2 // input[1]: defaulting = 0, visible = 1, type = 32, value = "global-local" // input[2]: defaulting = 0, visible = 1, type = 32, value = "local" // input[4]: defaulting = 0, visible = 1, type = 32, value = "global" // page group: java seqno // main_Compute2_3_out_1 = Compute2( main_Compute2_3_in_1, main_Compute2_3_in_2, main_Compute2_1_out_1, main_Compute2_3_in_4, main_Compute2_2_out_1 ) [instance: 3, cache: 1]; // // node Compute[1]: x = 183, y = 350, inputs = 3, label = Compute // input[1]: defaulting = 0, visible = 0, type = 32, value = "[$0, $1]" // page group: java seqno // expression: value = [a, b] // name[2]: value = a // name[3]: value = b // main_Compute_1_out_1 = Compute( main_Compute_1_in_1, main_Compute2_3_out_1, main_GetLocal_1_out_1 ) [instance: 1, cache: 1]; // // node DXLInput[1]: x = 452, y = 0, inputs = 1, label = _java_control // input[1]: defaulting = 0, visible = 1, type = 29, value = 0 // page group: java seqno // main_DXLInput_1_out_1 = _java_control; // // node SetGlobal[1]: x = 137, y = 199, inputs = 3, label = SetGlobal // page group: java seqno // SetGlobal( main_Compute2_2_out_1, main_GetGlobal_1_out_2, main_SetGlobal_1_in_3 ) [instance: 1, cache: 1]; // // node SetLocal[1]: x = 298, y = 207, inputs = 3, label = SetLocal // page group: java seqno // SetLocal( main_Compute2_1_out_1, main_GetLocal_1_out_2, main_SetLocal_1_in_3 ) [instance: 1, cache: 1]; // // node Transmitter[3]: x = 160, y = 458, inputs = 1, label = java_sequence // page group: java seqno // java_sequence = main_Compute_1_out_1; // // node Transmitter[4]: x = 455, y = 203, inputs = 1, label = java_control // page group: java seqno // java_control = main_DXLInput_1_out_1; // network: end of macro body } main_GetLocal_1_in_1 = 0; main_GetLocal_1_in_2 = NULL; main_GetLocal_1_in_3 = NULL; main_GetLocal_1_out_1 = NULL; main_GetLocal_1_out_2 = NULL; main_Compute2_1_in_1 = "loop+1"; main_Compute2_1_in_2 = "loop"; main_Compute2_1_in_4 = NULL; main_Compute2_1_in_5 = NULL; main_Compute2_1_out_1 = NULL; main_GetGlobal_1_in_1 = 0; main_GetGlobal_1_in_2 = NULL; main_GetGlobal_1_in_3 = NULL; main_GetGlobal_1_out_1 = NULL; main_GetGlobal_1_out_2 = NULL; main_Compute2_2_in_1 = "loop+1"; main_Compute2_2_in_2 = "loop"; main_Compute2_2_in_4 = NULL; main_Compute2_2_in_5 = NULL; main_Compute2_2_out_1 = NULL; main_Compute2_3_in_1 = "global-local"; main_Compute2_3_in_2 = "local"; main_Compute2_3_in_4 = "global"; main_Compute2_3_out_1 = NULL; main_Compute_1_in_1 = "[$0, $1]"; main_Compute_1_out_1 = NULL; _java_control = 0; main_SetGlobal_1_in_3 = NULL; main_SetLocal_1_in_3 = NULL; Executive("product version 4 1 1"); $sync // This network contains DXLink tools. Therefore, the following line(s) // that would cause an execution when run in script mode have been // commented out. This will facilitate the use of the DXLink routines // exDXLLoadScript() and DXLLoadVisualProgram() when the DXLink // application is connected to an executive. // main();