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

Method openMode

src/IECore/StreamIndexedIO.cpp:2748–2751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2746}
2747
2748IndexedIO::OpenMode StreamIndexedIO::StreamFile::openMode() const
2749{
2750 return m_openmode;
2751}
2752
2753void StreamIndexedIO::StreamFile::setInput( std::iostream *stream, bool emptyFile, const std::string& fileName )
2754{

Callers 3

testOpenModeMethod · 0.45
SceneCacheMethod · 0.45
openStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected