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

Method getOutputFormat

Engine/PyNode.cpp:1034–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034RectI
1035Effect::getOutputFormat() const
1036{
1037 NodePtr node = getInternalNode();
1038
1039 if (!node) {
1040 return RectI();
1041 }
1042
1043 return node->getEffectInstance()->getOutputFormat();
1044}
1045
1046double
1047Effect::getFrameRate() const

Callers 6

getFormatMethod · 0.45
makeInfoForInputMethod · 0.45

Calls 2

getEffectInstanceMethod · 0.80
RectIClass · 0.70

Tested by

no test coverage detected