sclass RGBImageRectAndState > RGBImageAndRect { S state; *() {} *(RGBImage *image, Rect *rect, S *state) {} *(RGBImage *image, RectAndState rectAndState) { if (rectAndState != null) { rect = rectAndState.r; state = rectAndState.state; } } }
Began life as a copy of #1019195
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019550 |
| Snippet name: | RGBImageRectAndState |
| Eternal ID of this version: | #1019550/4 |
| Text MD5: | aafbe490e513c9c14e3aa5a3f8ca19d0 |
| Author: | stefan |
| Category: | javax / image analysis |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-12 00:55:20 |
| Source code size: | 284 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 474 / 1031 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |