Skip to content
Snippets Groups Projects

All classes in Python are now represented in PythonicAPI

Merged Andrew Maclean requested to merge Classes-in-Python-not-in-PythonicAPI-08 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,7 +11,8 @@ from vtkmodules.vtkCommonCore import (
vtkLookupTable
)
from vtkmodules.vtkCommonDataModel import vtkMutableUndirectedGraph
#from vtkmodules.vtkInfovisLayout import vtkForceDirectedLayoutStrategy
# noinspection PyUnresolvedReferences
from vtkmodules.vtkInfovisLayout import vtkForceDirectedLayoutStrategy
from vtkmodules.vtkRenderingCore import vtkGraphToGlyphs
from vtkmodules.vtkViewsCore import vtkViewTheme
from vtkmodules.vtkViewsInfovis import (
Loading