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

Method hasContextFilter

kernels/common/context.h:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 : scene(scene), user(user_context), args((RTCIntersectArguments*)args) {}
23
24 __forceinline bool hasContextFilter() const {
25 return args->filter != nullptr;
26 }
27
28 RTCFilterFunctionN getFilter() const {
29 return args->filter;

Callers 15

operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected