Plane cut through tetrahedron grid preserving only whole original cells

I want to cut through an unstructured grid of tetrahedrons by a plane. The resulting grid should only contain original cells that are on one side of the plane. It should not contain new dissected cells.
How can this be achieved with vtk?
Additionally, is it possible to get the indices of the remaining cells in the uncut grid?

Thanks