VTK library 6.0.0 has an incompatibility problem with c++11 in vtkMath.h
http://www.vtk.org/Bug/view.php?id=14164
This got included via vtkTriangle.h for computation of triangle areas;
This dependency is removed in this commit and triangle areas are
computed with own algorithm