Make Pixel::Index Signed
This Mr switches Pixel::Index
from unsigned int
to int
to be more flexible. This is a preparation for the upcoming !539 (merged) to allow for negative pixel indices, but in general is a nice thing because it gets rid of many static_cast
instances.
Edited by Simon Spannagel