Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ channelNames
Function
channelNames
src/IECoreImageBindings/ImageReaderBinding.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
{
52
53
static StringVectorDataPtr channelNames( ImageReader &that )
54
{
55
StringVectorDataPtr result( new StringVectorData );
56
that.channelNames( result->writable() );
57
return result;
58
}
59
60
} // namespace
61
Callers
4
imageData
Method · 0.50
channelsToRead
Method · 0.50
readHeader
Method · 0.50
imageData
Method · 0.50
Calls
2
channelNames
Method · 0.45
writable
Method · 0.45
Tested by
no test coverage detected