tvtk.DataObject misses attributes from vtkDataObject
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
All the class attributes are missing, for instance
```python
from vtkmodules.vtkCommonDataModelPython import vtkDataObject
print(vtkDataObject.POINT)
from tvtk.api import tvtk
print(tvtk.DataObject.POINT)
```
shows `0` and raises:
```python
AttributeError: type object 'DataObject' has no attribute 'POINT'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.