Assume the following function, with $x, a, b \in \! \mathbb{R}$
$$ f(x,a,b) = \begin{cases} x+a+b & \mbox{for } ~ a-b \le x \le a+b \\ 0 & \mbox{elsewhere} \end{cases} $$
How can the following integral be computed?
$$ I(x) = \int_{-\infty}^{+\infty} \! \int_{-\infty}^{+\infty} \! f(x,a,b) \, \mathrm{d}a ~\mathrm{d}b $$