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

Method subindex

src/IECore/StreamIndexedIO.cpp:786–789  ·  view source on GitHub ↗

returns what's the state of this directory, whether it's contents are in a subindex and whether they have been loaded or not.

Source from the content-addressed store, hash-verified

784
785 // returns what's the state of this directory, whether it's contents are in a subindex and whether they have been loaded or not.
786 inline SubIndexMode subindex()
787 {
788 return static_cast<SubIndexMode>(m_subindex);
789 }
790
791 inline bool subindexChildren() const
792 {

Callers 8

directoryChildMethod · 0.80
addChildMethod · 0.80
addDataChildMethod · 0.80
writeNodeMethod · 0.80
commitNodeToSubIndexMethod · 0.80
readNodeFromSubIndexMethod · 0.80
removeAllMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected