I'd like to create a vtkPoints object from a numpy array (say, one that is of size n by 3 for n 3-dimensional points). Ideally this would be done in one go, rather than adding individual points for sake of efficiency.
For context, I'm using Paraview, so any utilities in that are fair game (and even desirable).