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

Function SetRegion

openpgl/include/openpgl/cpp/PathSegment.h:139–143  ·  view source on GitHub ↗

This function is deprecated

Source from the content-addressed store, hash-verified

137
138// This function is deprecated
139OPENPGL_INLINE void SetRegion(PathSegment *pathSegment, const Region &region)
140{
141 OPENPGL_ASSERT(pathSegment);
142 pathSegment->regionPtr = (void *)region.m_regionHandle;
143}
144
145} // namespace cpp
146} // namespace openpgl

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected