[Paraview] OpenGL Backend Identification

Ben Boeckel ben.boeckel at kitware.com
Thu Dec 10 10:37:27 EST 2015


On Thu, Dec 10, 2015 at 10:08:14 -0500, David E DeMarle wrote:
> And it should appear in a wrapped class so that we can get it at runtime
> from python.

In that case, there should probably be an enum in RenderingCore:

    enum vtkRenderingBackend {
        ...
    };

    class vtkRenderingSomething {
        static vtkRenderingBackend getRenderingBackend();
    };

--Ben


More information about the ParaView mailing list