meshroom.core.desc.DynamicNodeSize

Inheritance diagram of meshroom.core.desc.DynamicNodeSize
class meshroom.core.desc.DynamicNodeSize(param)

DynamicNodeSize expresses a dependency to an input attribute to define the size of a Node in terms of individual tasks for parallelization. If the attribute is a link to another node, Node’s size will be the same as this connected node. If the attribute is a ListAttribute, Node’s size will be the size of this list.

__init__(param)

Methods

__init__(param)

computeSize(node)