MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / Field

Method Field

openpgl/include/openpgl/cpp/Field.h:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139////////////////////////////////////////////////////////////
140
141OPENPGL_INLINE Field::Field(Device *device, const FieldConfig &cfg)
142{
143 OPENPGL_ASSERT(device);
144 OPENPGL_ASSERT(device->m_deviceHandle);
145 m_fieldHandle = pglDeviceNewField(device->m_deviceHandle, cfg.m_args);
146}
147
148OPENPGL_INLINE Field::Field(Device *device, const std::string &fieldFileName)
149{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected