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

Method clear

tutorials/common/scenegraph/xml_loader.cpp:131–133  ·  view source on GitHub ↗

! clears the parameter container */

Source from the content-addressed store, hash-verified

129
130 /*! clears the parameter container */
131 void clear() {
132 m.clear();
133 }
134
135 /*! Extracts a named boolean out of the container. */
136 bool getBool(const char* name, bool def = false) const {

Callers 4

clearTextureCacheMethod · 0.45
set_motion_vectorMethod · 0.45
flushTriGroupMethod · 0.45
flushHairGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected