summaryrefslogtreecommitdiff
path: root/js/Sinks
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks')
-rw-r--r--js/Sinks/AFFICH_m.js7
-rw-r--r--js/Sinks/BARXY.js5
-rw-r--r--js/Sinks/CANIMXY.js11
-rw-r--r--js/Sinks/CANIMXY3D.js11
-rw-r--r--js/Sinks/CEVENTSCOPE.js6
-rw-r--r--js/Sinks/CFSCOPE.js9
-rw-r--r--js/Sinks/CLKOUTV_f.js1
-rw-r--r--js/Sinks/CLKOUT_f.js1
-rw-r--r--js/Sinks/CMAT3D.js5
-rw-r--r--js/Sinks/CMATVIEW.js3
-rw-r--r--js/Sinks/CMSCOPE.js11
-rw-r--r--js/Sinks/CSCOPE.js10
-rw-r--r--js/Sinks/CSCOPXY.js11
-rw-r--r--js/Sinks/CSCOPXY3D.js11
-rw-r--r--js/Sinks/OUTIMPL_f.js1
-rw-r--r--js/Sinks/OUT_f.js1
-rw-r--r--js/Sinks/TOWS_c.js3
-rw-r--r--js/Sinks/WFILE_f.js4
-rw-r--r--js/Sinks/WRITEAU_f.js2
-rw-r--r--js/Sinks/WRITEC_f.js5
20 files changed, 118 insertions, 0 deletions
diff --git a/js/Sinks/AFFICH_m.js b/js/Sinks/AFFICH_m.js
index a7e39e33..79ef964a 100644
--- a/js/Sinks/AFFICH_m.js
+++ b/js/Sinks/AFFICH_m.js
@@ -29,6 +29,13 @@ function AFFICH_m() {
AFFICH_m.prototype.get = function AFFICH_m() {
}
AFFICH_m.prototype.set = function AFFICH_m() {
+ this.in1 = parseFloat((arguments[0]["in1"]))
+ this.font = parseFloat((arguments[0]["font"]))
+ this.fontsize = parseFloat((arguments[0]["fontsize"]))
+ this.colr = parseFloat((arguments[0]["colr"]))
+ this.nt = parseFloat((arguments[0]["nt"]))
+ this.nd = parseFloat((arguments[0]["nd"]))
+ this.herit = parseFloat((arguments[0]["herit"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/BARXY.js b/js/Sinks/BARXY.js
index ccbcdd2c..fcf1dec4 100644
--- a/js/Sinks/BARXY.js
+++ b/js/Sinks/BARXY.js
@@ -27,6 +27,11 @@ function BARXY() {
BARXY.prototype.get = function BARXY() {
}
BARXY.prototype.set = function BARXY() {
+ this.xmin = parseFloat((arguments[0]["xmin"]))
+ this.xmax = parseFloat((arguments[0]["xmax"]))
+ this.ymin = parseFloat((arguments[0]["ymin"]))
+ this.ymax = parseFloat((arguments[0]["ymax"]))
+ this.thickness = parseFloat((arguments[0]["thickness"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CANIMXY.js b/js/Sinks/CANIMXY.js
index 8db9da6b..3d9e9164 100644
--- a/js/Sinks/CANIMXY.js
+++ b/js/Sinks/CANIMXY.js
@@ -34,6 +34,17 @@ function CANIMXY() {
CANIMXY.prototype.get = function CANIMXY() {
}
CANIMXY.prototype.set = function CANIMXY() {
+ this.nbr_curves = parseFloat((arguments[0]["nbr_curves"]))
+ this.clrs = parseFloat((arguments[0]["clrs"]))
+ this.siz = parseFloat((arguments[0]["siz"]))
+ this.win = parseFloat((arguments[0]["win"]))
+ this.wpos = parseFloat((arguments[0]["wpos"]))
+ this.wdim = parseFloat((arguments[0]["wdim"]))
+ this.xmin = parseFloat((arguments[0]["xmin"]))
+ this.xmax = parseFloat((arguments[0]["xmax"]))
+ this.ymin = parseFloat((arguments[0]["ymin"]))
+ this.ymax = parseFloat((arguments[0]["ymax"]))
+ this.N = parseFloat((arguments[0]["N"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CANIMXY3D.js b/js/Sinks/CANIMXY3D.js
index 461c73d6..27522472 100644
--- a/js/Sinks/CANIMXY3D.js
+++ b/js/Sinks/CANIMXY3D.js
@@ -34,6 +34,17 @@ function CANIMXY3D() {
CANIMXY3D.prototype.get = function CANIMXY3D() {
}
CANIMXY3D.prototype.set = function CANIMXY3D() {
+ this.nbr_curves = parseFloat((arguments[0]["nbr_curves"]))
+ this.clrs = parseFloat((arguments[0]["clrs"]))
+ this.siz = parseFloat((arguments[0]["siz"]))
+ this.win = parseFloat((arguments[0]["win"]))
+ this.wpos = parseFloat((arguments[0]["wpos"]))
+ this.wdim = parseFloat((arguments[0]["wdim"]))
+ this.vec_x = parseFloat((arguments[0]["vec_x"]))
+ this.vec_y = parseFloat((arguments[0]["vec_y"]))
+ this.vec_z = parseFloat((arguments[0]["vec_z"]))
+ this.param3ds = parseFloat((arguments[0]["param3ds"]))
+ this.N = parseFloat((arguments[0]["N"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CEVENTSCOPE.js b/js/Sinks/CEVENTSCOPE.js
index 373a49c8..ced61867 100644
--- a/js/Sinks/CEVENTSCOPE.js
+++ b/js/Sinks/CEVENTSCOPE.js
@@ -25,6 +25,12 @@ function CEVENTSCOPE() {
CEVENTSCOPE.prototype.get = function CEVENTSCOPE() {
}
CEVENTSCOPE.prototype.set = function CEVENTSCOPE() {
+ this.nclock = parseFloat((arguments[0]["nclock"]))
+ this.clrs = parseFloat((arguments[0]["clrs"]))
+ this.win = parseFloat((arguments[0]["win"]))
+ this.wpos = parseFloat((arguments[0]["wpos"]))
+ this.wdim = parseFloat((arguments[0]["wdim"]))
+ this.per = parseFloat((arguments[0]["per"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CFSCOPE.js b/js/Sinks/CFSCOPE.js
index 31ceb57d..a72ba558 100644
--- a/js/Sinks/CFSCOPE.js
+++ b/js/Sinks/CFSCOPE.js
@@ -27,6 +27,15 @@ function CFSCOPE() {
CFSCOPE.prototype.get = function CFSCOPE() {
}
CFSCOPE.prototype.set = function CFSCOPE() {
+ this.clrs = parseFloat((arguments[0]["clrs"]))
+ this.win = parseFloat((arguments[0]["win"]))
+ this.wpos = parseFloat((arguments[0]["wpos"]))
+ this.wdim = parseFloat((arguments[0]["wdim"]))
+ this.ymin = parseFloat((arguments[0]["ymin"]))
+ this.ymax = parseFloat((arguments[0]["ymax"]))
+ this.per = parseFloat((arguments[0]["per"]))
+ this.N = parseFloat((arguments[0]["N"]))
+ this.wu = parseFloat((arguments[0]["wu"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CLKOUTV_f.js b/js/Sinks/CLKOUTV_f.js
index 1ea3d9f1..eaa54202 100644
--- a/js/Sinks/CLKOUTV_f.js
+++ b/js/Sinks/CLKOUTV_f.js
@@ -19,6 +19,7 @@ function CLKOUTV_f() {
CLKOUTV_f.prototype.get = function CLKOUTV_f() {
}
CLKOUTV_f.prototype.set = function CLKOUTV_f() {
+ this.prt = parseFloat((arguments[0]["prt"]))
this.x = arg1;
graphics = arg1.graphics;
model = arg1.model;
diff --git a/js/Sinks/CLKOUT_f.js b/js/Sinks/CLKOUT_f.js
index f8dfa5b7..69a14fd9 100644
--- a/js/Sinks/CLKOUT_f.js
+++ b/js/Sinks/CLKOUT_f.js
@@ -19,6 +19,7 @@ function CLKOUT_f() {
CLKOUT_f.prototype.get = function CLKOUT_f() {
}
CLKOUT_f.prototype.set = function CLKOUT_f() {
+ this.prt = parseFloat((arguments[0]["prt"]))
this.x = arg1;
graphics = arg1.graphics;
model = arg1.model;
diff --git a/js/Sinks/CMAT3D.js b/js/Sinks/CMAT3D.js
index f85f7f04..8e3b6f1d 100644
--- a/js/Sinks/CMAT3D.js
+++ b/js/Sinks/CMAT3D.js
@@ -30,6 +30,11 @@ function CMAT3D() {
CMAT3D.prototype.get = function CMAT3D() {
}
CMAT3D.prototype.set = function CMAT3D() {
+ this.vec_x = parseFloat((arguments[0]["vec_x"]))
+ this.vec_y = parseFloat((arguments[0]["vec_y"]))
+ this.colormap = parseFloat((arguments[0]["colormap"]))
+ this.cmin = parseFloat((arguments[0]["cmin"]))
+ this.cmax = parseFloat((arguments[0]["cmax"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CMATVIEW.js b/js/Sinks/CMATVIEW.js
index c3fe03e6..faacf6a6 100644
--- a/js/Sinks/CMATVIEW.js
+++ b/js/Sinks/CMATVIEW.js
@@ -28,6 +28,9 @@ function CMATVIEW() {
CMATVIEW.prototype.get = function CMATVIEW() {
}
CMATVIEW.prototype.set = function CMATVIEW() {
+ this.colormap = parseFloat((arguments[0]["colormap"]))
+ this.cmin = parseFloat((arguments[0]["cmin"]))
+ this.cmax = parseFloat((arguments[0]["cmax"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CMSCOPE.js b/js/Sinks/CMSCOPE.js
index e6c6cacd..808048b7 100644
--- a/js/Sinks/CMSCOPE.js
+++ b/js/Sinks/CMSCOPE.js
@@ -33,6 +33,17 @@ function CMSCOPE() {
CMSCOPE.prototype.get = function CMSCOPE() {
}
CMSCOPE.prototype.set = function CMSCOPE() {
+ this.in1 = parseFloat((arguments[0]["in1"]))
+ this.clrs = parseFloat((arguments[0]["clrs"]))
+ this.win = parseFloat((arguments[0]["win"]))
+ this.wpos = parseFloat((arguments[0]["wpos"]))
+ this.wdim = parseFloat((arguments[0]["wdim"]))
+ this.ymin = parseFloat((arguments[0]["ymin"]))
+ this.ymax = parseFloat((arguments[0]["ymax"]))
+ this.per = parseFloat((arguments[0]["per"]))
+ this.N = parseFloat((arguments[0]["N"]))
+ this.heritance = parseFloat((arguments[0]["heritance"]))
+ this.nom = parseFloat((arguments[0]["nom"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CSCOPE.js b/js/Sinks/CSCOPE.js
index 9bb01b2d..59abdde9 100644
--- a/js/Sinks/CSCOPE.js
+++ b/js/Sinks/CSCOPE.js
@@ -29,6 +29,16 @@ function CSCOPE() {
CSCOPE.prototype.get = function CSCOPE() {
}
CSCOPE.prototype.set = function CSCOPE() {
+ this.clrs = parseFloat((arguments[0]["clrs"]))
+ this.win = parseFloat((arguments[0]["win"]))
+ this.wpos = parseFloat((arguments[0]["wpos"]))
+ this.wdim = parseFloat((arguments[0]["wdim"]))
+ this.ymin = parseFloat((arguments[0]["ymin"]))
+ this.ymax = parseFloat((arguments[0]["ymax"]))
+ this.per = parseFloat((arguments[0]["per"]))
+ this.N = parseFloat((arguments[0]["N"]))
+ this.heritance = parseFloat((arguments[0]["heritance"]))
+ this.nom = parseFloat((arguments[0]["nom"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CSCOPXY.js b/js/Sinks/CSCOPXY.js
index 6e0d822f..dc48ef4c 100644
--- a/js/Sinks/CSCOPXY.js
+++ b/js/Sinks/CSCOPXY.js
@@ -33,6 +33,17 @@ function CSCOPXY() {
CSCOPXY.prototype.get = function CSCOPXY() {
}
CSCOPXY.prototype.set = function CSCOPXY() {
+ this.nbr_curves = parseFloat((arguments[0]["nbr_curves"]))
+ this.clrs = parseFloat((arguments[0]["clrs"]))
+ this.siz = parseFloat((arguments[0]["siz"]))
+ this.win = parseFloat((arguments[0]["win"]))
+ this.wpos = parseFloat((arguments[0]["wpos"]))
+ this.wdim = parseFloat((arguments[0]["wdim"]))
+ this.xmin = parseFloat((arguments[0]["xmin"]))
+ this.xmax = parseFloat((arguments[0]["xmax"]))
+ this.ymin = parseFloat((arguments[0]["ymin"]))
+ this.ymax = parseFloat((arguments[0]["ymax"]))
+ this.N = parseFloat((arguments[0]["N"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/CSCOPXY3D.js b/js/Sinks/CSCOPXY3D.js
index bd37fad7..8a3d8194 100644
--- a/js/Sinks/CSCOPXY3D.js
+++ b/js/Sinks/CSCOPXY3D.js
@@ -33,6 +33,17 @@ function CSCOPXY3D() {
CSCOPXY3D.prototype.get = function CSCOPXY3D() {
}
CSCOPXY3D.prototype.set = function CSCOPXY3D() {
+ this.nbr_curves = parseFloat((arguments[0]["nbr_curves"]))
+ this.clrs = parseFloat((arguments[0]["clrs"]))
+ this.siz = parseFloat((arguments[0]["siz"]))
+ this.win = parseFloat((arguments[0]["win"]))
+ this.wpos = parseFloat((arguments[0]["wpos"]))
+ this.wdim = parseFloat((arguments[0]["wdim"]))
+ this.vec_x = parseFloat((arguments[0]["vec_x"]))
+ this.vec_y = parseFloat((arguments[0]["vec_y"]))
+ this.vec_z = parseFloat((arguments[0]["vec_z"]))
+ this.param3ds = parseFloat((arguments[0]["param3ds"]))
+ this.N = parseFloat((arguments[0]["N"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/OUTIMPL_f.js b/js/Sinks/OUTIMPL_f.js
index a2221a9f..43983463 100644
--- a/js/Sinks/OUTIMPL_f.js
+++ b/js/Sinks/OUTIMPL_f.js
@@ -25,6 +25,7 @@ function OUTIMPL_f() {
OUTIMPL_f.prototype.get = function OUTIMPL_f() {
}
OUTIMPL_f.prototype.set = function OUTIMPL_f() {
+ this.prt = parseFloat((arguments[0]["prt"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/OUT_f.js b/js/Sinks/OUT_f.js
index d4589600..cd61ebed 100644
--- a/js/Sinks/OUT_f.js
+++ b/js/Sinks/OUT_f.js
@@ -22,6 +22,7 @@ function OUT_f() {
OUT_f.prototype.get = function OUT_f() {
}
OUT_f.prototype.set = function OUT_f() {
+ this.prt = parseFloat((arguments[0]["prt"]))
this.x = arg1;
graphics = arg1.graphics;
model = arg1.model;
diff --git a/js/Sinks/TOWS_c.js b/js/Sinks/TOWS_c.js
index d1c87f8a..ddb6f956 100644
--- a/js/Sinks/TOWS_c.js
+++ b/js/Sinks/TOWS_c.js
@@ -29,6 +29,9 @@ function TOWS_c() {
TOWS_c.prototype.get = function TOWS_c() {
}
TOWS_c.prototype.set = function TOWS_c() {
+ this.nz = parseFloat((arguments[0]["nz"]))
+ this.varnam = parseFloat((arguments[0]["varnam"]))
+ this.herit = parseFloat((arguments[0]["herit"]))
this.x = arg1;
graphics = arg1.graphics;
model = arg1.model;
diff --git a/js/Sinks/WFILE_f.js b/js/Sinks/WFILE_f.js
index 4c4d6b5d..5f9b0db1 100644
--- a/js/Sinks/WFILE_f.js
+++ b/js/Sinks/WFILE_f.js
@@ -26,6 +26,10 @@ function WFILE_f() {
WFILE_f.prototype.get = function WFILE_f() {
}
WFILE_f.prototype.set = function WFILE_f() {
+ this.in1 = parseFloat((arguments[0]["in1"]))
+ this.fname1 = parseFloat((arguments[0]["fname1"]))
+ this.frmt1 = parseFloat((arguments[0]["frmt1"]))
+ this.N = parseFloat((arguments[0]["N"]))
warnobsolete("WRITEC_f","6.0.0");
warnMessage = msprintf(_("Feature %s is obsolete."),"WFILE_f");
warnAdvise = msprintf(_("Please use %s instead."),"WRITEC_f");
diff --git a/js/Sinks/WRITEAU_f.js b/js/Sinks/WRITEAU_f.js
index a2955b5e..7e4aa19c 100644
--- a/js/Sinks/WRITEAU_f.js
+++ b/js/Sinks/WRITEAU_f.js
@@ -27,6 +27,8 @@ function WRITEAU_f() {
WRITEAU_f.prototype.get = function WRITEAU_f() {
}
WRITEAU_f.prototype.set = function WRITEAU_f() {
+ this.N = parseFloat((arguments[0]["N"]))
+ this.swap = parseFloat((arguments[0]["swap"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Sinks/WRITEC_f.js b/js/Sinks/WRITEC_f.js
index 3ad4b663..8d330cec 100644
--- a/js/Sinks/WRITEC_f.js
+++ b/js/Sinks/WRITEC_f.js
@@ -27,6 +27,11 @@ function WRITEC_f() {
WRITEC_f.prototype.get = function WRITEC_f() {
}
WRITEC_f.prototype.set = function WRITEC_f() {
+ this.in1 = parseFloat((arguments[0]["in1"]))
+ this.fname1 = parseFloat((arguments[0]["fname1"]))
+ this.frmt1 = parseFloat((arguments[0]["frmt1"]))
+ this.N = parseFloat((arguments[0]["N"]))
+ this.swap = parseFloat((arguments[0]["swap"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;