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

Method name

src/IECore/IFFFile.cpp:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266std::string IFFFile::Tag::name()
267{
268 std::string s;
269 s = s + m_a + m_b + m_c + m_d + '\0';
270 return s;
271}
272
273int IFFFile::Tag::id()
274{

Callers 15

compoundParameterKeysFunction · 0.45
compoundParameterItemsFunction · 0.45
updateMetadataMethod · 0.45
DirectoryNodeMethod · 0.45
findChildMethod · 0.45
childNamesMethod · 0.45
writeDataNodeMethod · 0.45
writeNodeMethod · 0.45
entryMethod · 0.45
lsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected