C++ API Reference
|
Defines preferences and requirements the node has for Cached Playback. More...
#include <MNodeCacheSetupInfo.h>
Public Member Functions | |
OPENMAYA_ENUM (PreferenceFlag, kWantToCacheByDefault, kLastPreference) | |
Defines the preference flags that can be set for this node. | |
void | setPreference (PreferenceFlag, bool) |
Set a preference flag for this node. | |
bool | getPreference (PreferenceFlag) const |
Get a preference flag for this node. | |
OPENMAYA_ENUM (RequirementFlag, kSimulationSupport, kLastRequirement) | |
Defines the requirement flags that can be set for this node. | |
void | setRequirement (RequirementFlag, bool) |
Set a requirement flag for this node. | |
bool | getRequirement (RequirementFlag) const |
Get a requirement flag for this node. | |
Defines preferences and requirements the node has for Cached Playback.