MCPcopy 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
385bool VDBObject::unmodifiedFromFile() const
386{
387 return m_unmodifiedFromFile;
388}
389
390std::string VDBObject::fileName() const
391{

Callers 5

testReadUsdVolVolumeMethod · 0.80
writeVolumeFunction · 0.80

Calls

no outgoing calls