Expose point gaussian helper
Just like vtkCompositePolyDataMapper2, it's useful to let the user use their own helper in the point gaussian mapper to modify/enhance the shader.
For that, CreateHelper must be virtual, and vtkOpenGLPointGaussianMapperHelper class must be exposed in order to derive from it.