how to combine two different vtk file?

Please see How to merge two PolyData into one

Essentialy you need to read in each file and merge them using vtkAppendPolyData---->vtkCleanPolyData as mentioned there.