Quickly access points of a vtkPoints with vtkIdType

Hello,
I have a vtkIdTypeArray or a vtkIdList referring to points inside a vtkPoints, how can I access quickly those points to render them without using vtkSelectionNode (too long with a large pointcloud) ?

Thanks for your help