[vtkusers] GL2PSExporter issue
neok m4700
neok.m4700 at gmail.com
Fri Jun 24 20:58:51 EDT 2016
Hi,
I have built vtk 7.0.0 with OpenGL2 backend.
(enabling Module_vtkIOExportOpenGL2 and Module_vtkRenderingGL2PSOpenGL2)
Instanciating vtkGL2PSExporter in the attached sample script results in the
following error:
*Generic Warning: In <...>/IO/Export/vtkGL2PSExporter.cxx, line 26*
*Error: no override found for 'vtkGL2PSExporter'.*
*Traceback (most recent call last):*
* File "<...>/test.py", line 22, in <module>*
* wr = vtk.vtkGL2PSExporter()*
*NotImplementedError: no concrete implementation exists for this class*
I'm trying to understand why the vtkAbstractObjectFactoryNewMacro() fails.
Does someone have any clue on how to debug this ?
Thank you for the support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160625/8066e167/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.py
Type: text/x-python
Size: 493 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160625/8066e167/attachment.py>
More information about the vtkusers
mailing list