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

Method PrepareFor

C++/programs/Program.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void ImageProgram::PrepareFor(const ImageBase& Source)
193{
194 SelectProgram(Source).Build();
195}
196
197Program& ImageProgram::SelectProgram(const ImageBase& Img1)
198{

Callers

nothing calls this directly

Calls 1

BuildMethod · 0.80

Tested by

no test coverage detected