1 | static SS webToCAL_visMap = caseInsensitiveSynchroMap(); |
2 | |
3 | static void webToCAL_visStructures(S... structures) { |
4 | for (S s : structures) pcall { |
5 | webToCAL_visStructures(cal_unstructure(s)); |
6 | } |
7 | } |
8 | |
9 | static void webToCAL_visStructures(CirclesAndLines cal) { |
10 | if (cal != null) |
11 | for (Circle c : cal.circles) |
12 | if (nempty(c.quickvis) && nempty(c.text)) |
13 | webToCAL_visMap.put(c.text, c.quickvis); |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010119 |
Snippet name: | webToCAL_visStructures - give CAL structures to use for visualization |
Eternal ID of this version: | #1010119/9 |
Text MD5: | ba40f574d39bd85eeebecf365940fb87 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-12 02:14:12 |
Source code size: | 421 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 568 / 584 |
Version history: | 8 change(s) |
Referenced in: | [show references] |