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

Add factory override examples #347

Open
tbirdso opened this issue Apr 11, 2022 · 0 comments
Open

Add factory override examples #347

tbirdso opened this issue Apr 11, 2022 · 0 comments
Labels
area:Core Issues affecting the Core module

Comments

@tbirdso
Copy link
Contributor

tbirdso commented Apr 11, 2022

Examples for manipulating instantiation via the ITK object factory

for factory in itk.ObjectFactoryBase.GetRegisteredFactories():
    for name in factory.GetClassOverrideWithNames():
        print(f'Override is registered for {name}')
@tbirdso tbirdso added the area:Core Issues affecting the Core module label Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Core Issues affecting the Core module
Projects
None yet
Development

No branches or pull requests

1 participant