MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / SProgramList

Method SProgramList

OpenCLIPP/OpenCLIPP.cpp:47–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45struct 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected