MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / create

Method create

src/osvr/Common/ImagingComponent.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 } // namespace messages
198
199 shared_ptr<ImagingComponent>
200 ImagingComponent::create(OSVR_ChannelCount numChan) {
201 shared_ptr<ImagingComponent> ret(new ImagingComponent(numChan));
202 return ret;
203 }
204 ImagingComponent::ImagingComponent(OSVR_ChannelCount numChan)
205 : m_numSensor(numChan) {}
206

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected