Adds given values as offset to the ROI borders.
The borders of the passed ROI are incremented by the connected values. There are five slots corresponding the the five ROI dimensions. Unconnected slots are treated as zero, leaving this dimension unchanged. The offset is applied as well to the lower and the upper ROI border.
input slots | |
InputSlot< T > | dt |
t offset | |
InputSlot< T > | dv |
v offset | |
InputSlot< T > | dx |
x offset | |
InputSlot< T > | dy |
y offset | |
InputSlot< T > | dz |
z offset | |
InputSlot< Roi< T > * > | in |
ROI input. | |
output slots | |
OutputSlot< Roi< T > * > | out |
ROI output. | |
parameters |
This Module subclasses TemplatedParameteredObject< T >.
For documentation of parameters and slots inherited by this base class,
please have a look at the corresponding Module reference.
This module is templated. There are instances with T=int,float,double.
An additional parameter called templatetype
may be used to select which instantiation you want.
The detailed doxygen documentation beyond the parameters/slots may be found here.