Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class hierarchy is a bit messy for few visualization pipelines #207

Open
mxochicale opened this issue Mar 2, 2023 · 0 comments
Open

Class hierarchy is a bit messy for few visualization pipelines #207

mxochicale opened this issue Mar 2, 2023 · 0 comments
Labels

Comments

@mxochicale
Copy link
Contributor

mxochicale commented Mar 2, 2023

For the record, the following list of classes inherent Qt objects that might create issues with data pipelines (e.g. #202), also I don't see any logic in the class hierarchy but different users prototyping their own pipelines.

class VTKOverlayWindow(QVTKRenderWindowInteractor)
class VTKRenderingGenerator(QtWidgets.QWidget)
class VTKStereoInterlacedWindow(QtWidgets.QWidget)
class VTKLUSSimulator(rg.VTKRenderingGenerator)

Hence, if we would like to fix the above, I would suggest the following steps:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant