Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ unmodifiedFromFile
Method
unmodifiedFromFile
src/IECoreVDB/VDBObject.cpp:385–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
bool VDBObject::unmodifiedFromFile() const
386
{
387
return m_unmodifiedFromFile;
388
}
389
390
std::string VDBObject::fileName() const
391
{
Callers
5
testIfDifferentFromFile
Method · 0.95
testCanAddGridFromOneObjectToAnother
Method · 0.95
testFindGridMakesACopy
Method · 0.95
testReadUsdVolVolume
Method · 0.80
writeVolume
Function · 0.80
Calls
no outgoing calls
Tested by
4
testIfDifferentFromFile
Method · 0.76
testCanAddGridFromOneObjectToAnother
Method · 0.76
testFindGridMakesACopy
Method · 0.76
testReadUsdVolVolume
Method · 0.64