MCPcopy Create free account
hub / github.com/RenderKit/embree / time

Function time

kernels/subdiv/subdivpatch1base.h:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 const HalfEdge *edge() const { return ((PatchHalfEdge*)patch_v)->edge; }
118 unsigned time() const { return time_; }
119 unsigned subPatch() const { return ((PatchHalfEdge*)patch_v)->subPatch; }
120
121 void set_edge(const HalfEdge *h) const { ((PatchHalfEdge*)patch_v)->edge = h; }

Callers 6

getMethod · 0.85
setMethod · 0.85
copyMethod · 0.85
getRayByOffsetMethod · 0.85
makeCommandLineParserFunction · 0.85
getCurrentTimestampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected