MCPcopy Create free account
hub / github.com/ImageEngine/cortex / readSet

Method readSet

src/IECoreVDB/VDBScene.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 IECore::PathMatcher readSet( const Name &name, bool includeDescendantSets = true, const Canceller *canceller = nullptr ) const override
194 {
195 return PathMatcher();
196 }
197
198 void writeSet( const Name &name, const IECore::PathMatcher &set ) override
199 {

Callers

nothing calls this directly

Calls 1

PathMatcherFunction · 0.85

Tested by

no test coverage detected