introduced new pipeline to create imagemask from PlanarFigure;
The old pipeline has been replaced by a simple filter vtkLassoStencilSource that
creates a vtkImageStencil from a polygon. This new approach works correctly
for all kinds of intersections of pixels.
The two new classes will be released in VTK 5.8, that why we have them here
temporarily.