RAVE
|
The argument wrapper so that the arguments can be transfered to the composite generator taking care of the tile. More...
Public Member Functions | |
__init__ (self) | |
Constructor. | |
generate (self, dd, dt, tid) | |
Generate function. | |
The argument wrapper so that the arguments can be transfered to the composite generator taking care of the tile.
Lib.tiled_compositing.multi_composite_arguments.__init__ | ( | self | ) |
Constructor.
Lib.tiled_compositing.multi_composite_arguments.generate | ( | self, | |
dd, | |||
dt, | |||
tid ) |
Generate function.
Basically same as calling compositing.generate but the pyarea is created from the area definition.
dd | date |
dt | time |
tid | the area identifier (only used for identification purpose, actual area is taken from the area_definition) |