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

Method writable

src/IECore/IndexedIO.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void IndexedIO::writable(const IndexedIO::EntryID &name) const
120{
121 if ( ( openMode() & (IndexedIO::Write | IndexedIO::Append) ) == 0)
122 {
123 throw PermissionDeniedIOException(name);
124 }
125}
126
127void IndexedIO::validateOpenMode(IndexedIO::OpenMode &mode)
128{

Callers 15

readShaderNetworkWalkFunction · 0.45
dataFromDictionaryFunction · 0.45
readArnoldProceduralFunction · 0.45
loadPrimVarsMethod · 0.45
queryTimeSampleMethod · 0.45
readPointInstancerFunction · 0.45
readSampleMethod · 0.45
readSampleMethod · 0.45
readTypedSampleMethod · 0.45
readUVsMethod · 0.45
readSampleMethod · 0.45
readLocalSetMethod · 0.45

Calls 1

Tested by 5

testMethod · 0.36
testMemberRetrievalMethod · 0.36
testNullDataMethod · 0.36
testVectorDataMethod · 0.36
testSimpleDataMethod · 0.36