MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / addSupportedBitDepth

Method addSupportedBitDepth

Engine/ReadNode.cpp:1057–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055}
1056
1057void
1058ReadNode::addSupportedBitDepth(std::list<ImageBitDepthEnum>* depths) const
1059{
1060 NodePtr p = getEmbeddedReader();
1061 if (p) {
1062 p->getEffectInstance()->addSupportedBitDepth(depths);
1063 } else {
1064 depths->push_back(eImageBitDepthFloat);
1065 }
1066}
1067
1068void
1069ReadNode::onInputChanged(int inputNo)

Callers 1

Calls 2

getEffectInstanceMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected