MCPcopy 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
53static 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

imageDataMethod · 0.50
channelsToReadMethod · 0.50
readHeaderMethod · 0.50
imageDataMethod · 0.50

Calls 2

channelNamesMethod · 0.45
writableMethod · 0.45

Tested by

no test coverage detected