| 45 | struct SProgramList |
| 46 | { |
| 47 | SProgramList(COpenCL& CL) |
| 48 | : arithmetic(CL), |
| 49 | conversions(CL), |
| 50 | filters(CL), |
| 51 | histogram(CL), |
| 52 | logic(CL), |
| 53 | lut(CL), |
| 54 | morphology(CL), |
| 55 | imageProximity(CL), |
| 56 | transform(CL), |
| 57 | thresholding(CL) |
| 58 | { } |
| 59 | |
| 60 | Arithmetic arithmetic; |
| 61 | Conversions conversions; |
nothing calls this directly
no outgoing calls
no test coverage detected