Example #1
0
Dispatcher::TaskBatch::TaskBatch( ConstTaskNodePtr node, Gaffer::ConstContextPtr context )
	:	TaskBatch( node->taskPlug(), context )
{
}
Example #2
0
Dispatcher::TaskBatch::TaskBatch( ConstTaskNodePtr node, Gaffer::ConstContextPtr context )
    :	m_plug( node->taskPlug() ), m_context( context ), m_blindData( new CompoundData )
{
}