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

Method ImageBase

C++/Image.cpp:37–39  ·  view source on GitHub ↗

ImageBase

Source from the content-addressed store, hash-verified

35
36// ImageBase
37ImageBase::ImageBase(const SImage& Img)
38: m_Img(Img)
39{ }
40
41cl::NDRange ImageBase::FullRange() const
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected