1 | sclass RGBImageRectAndState > RGBImageAndRect { |
2 | S state; |
3 | |
4 | *() {} |
5 | *(RGBImage *image, Rect *rect, S *state) {} |
6 | *(RGBImage *image, RectAndState rectAndState) { |
7 | if (rectAndState != null) { |
8 | rect = rectAndState.r; |
9 | state = rectAndState.state; |
10 | } |
11 | } |
12 | } |
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: | 265 / 809 |
Version history: | 3 change(s) |
Referenced in: | [show references] |