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

Method Store

openpgl/include/openpgl/cpp/ImageSpaceGuidingBuffer.h:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125OPENPGL_INLINE void ImageSpaceGuidingBuffer::Store(const std::string &fileName) const
126{
127 OPENPGL_ASSERT(m_imageSpaceGuidingBufferHandle);
128 pglImageSpaceGuidingBufferStore(m_imageSpaceGuidingBufferHandle, fileName.c_str());
129}
130
131OPENPGL_INLINE Vector3f ImageSpaceGuidingBuffer::GetPixelContributionEstimate(const Point2i pixel) const
132{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected