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

Method channelsToWrite

src/IECoreImage/ImageWriter.cpp:464–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464void ImageWriter::channelsToWrite( vector<string> &channels, const CompoundObject *operands ) const
465{
466 ImageOutputPtr out = createImageOutput( fileName() );
467 const CompoundObject *args = (bool)operands ? operands : parameters()->getTypedValue<CompoundObject>();
468 ::channelsToWrite( getImage(), out.get(), args, channels );
469}
470
471const ImagePrimitive *ImageWriter::getImage() const
472{

Callers

nothing calls this directly

Calls 3

createImageOutputFunction · 0.85
channelsToWriteFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected