HDK
|
#include <SOP_NodeVerb.h>
Public Member Functions | |
ScopeForbiddenNodes (const ForbiddenNodeMap *forbiddennodes) | |
~ScopeForbiddenNodes () | |
ScopeForbiddenNodes (const ScopeForbiddenNodes &)=delete | |
ScopeForbiddenNodes & | operator= (const ScopeForbiddenNodes &)=delete |
Protected Attributes | |
const ForbiddenNodeMap * | myPrevNodes |
This scope class will push the given list of nodes marking them as inelligible for cooking in the traditional path. Needless to say, the invoker needs to ensure the set's lifetime persists.
Definition at line 146 of file SOP_NodeVerb.h.
SOP_NodeVerb::ScopeForbiddenNodes::ScopeForbiddenNodes | ( | const ForbiddenNodeMap * | forbiddennodes | ) |
SOP_NodeVerb::ScopeForbiddenNodes::~ScopeForbiddenNodes | ( | ) |
|
delete |
|
delete |
|
protected |
Definition at line 155 of file SOP_NodeVerb.h.