Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ isPointTrackerNode
Method
isPointTrackerNode
Engine/Node.cpp:5606–5610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5604
}
5605
5606
bool
5607
Node::isPointTrackerNode() const
5608
{
5609
return getPluginID() == PLUGINID_OFX_TRACKERPM;
5610
}
5611
5612
bool
5613
Node::isBackdropNode() const
Callers
4
appendExtraGui
Method · 0.80
appendButtons
Method · 0.80
initializeExtraKnobs
Method · 0.80
showMenuForInstance
Method · 0.80
Calls
1
getPluginID
Function · 0.50
Tested by
no test coverage detected