Remove state from Vertex Finders and change find() return value to list of vertices
Remove the IterativeVertexFinder and ZScanFinder state object which are currently filled with vertices found by the finders and change the find() method to a vector of found vertices instead.
Edited by Bastian Schlag