Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture.

This commit is contained in:
Juan Pablo Caram
2016-10-08 11:49:22 -04:00
parent 2abc9a8faf
commit f77403b0f2
37 changed files with 3619 additions and 1471 deletions

View File

@@ -24,11 +24,11 @@ class TclCommandIsolate(TclCommand.TclCommandSignaled):
# dictionary of types from Tcl command, needs to be ordered , this is for options like -optionname value
option_types = collections.OrderedDict([
('dia',float),
('passes',int),
('overlap',float),
('combine',int),
('outname',str)
('dia', float),
('passes', int),
('overlap', float),
('combine', int),
('outname', str)
])
# array of mandatory options for current Tcl command: required = {'name','outname'}