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

Method fileName

src/IECoreVDB/VDBObject.cpp:390–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390std::string VDBObject::fileName() const
391{
392 if ( m_lockedFile && m_lockedFile->file)
393 {
394 return m_lockedFile->file->filename();
395 }
396 else
397 {
398 return std::string();
399 }
400}
401
402
403openvdb::GridBase::Ptr VDBObject::HashedGrid::metadata() const

Callers 8

testFilenameMethod · 0.95
testFactoryFunctionMethod · 0.45
testFactoryFunctionMethod · 0.45
testCanLoadingMethod · 0.45
testConstructorsMethod · 0.45
openMethod · 0.45
Font.cppFile · 0.45
FontMethod · 0.45

Calls

no outgoing calls

Tested by 4

testFilenameMethod · 0.76
testFactoryFunctionMethod · 0.36
testFactoryFunctionMethod · 0.36
testCanLoadingMethod · 0.36