コード例 #1
0
ファイル: Dispatcher.cpp プロジェクト: appleseedhq/gaffer
Dispatcher::TaskBatch::TaskBatch( ConstTaskNodePtr node, Gaffer::ConstContextPtr context )
	:	TaskBatch( node->taskPlug(), context )
{
}
コード例 #2
0
ファイル: Dispatcher.cpp プロジェクト: HughMacdonald/gaffer
Dispatcher::TaskBatch::TaskBatch( ConstTaskNodePtr node, Gaffer::ConstContextPtr context )
    :	m_plug( node->taskPlug() ), m_context( context ), m_blindData( new CompoundData )
{
}