-
Notifications
You must be signed in to change notification settings - Fork 80
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
How to instantiate a transform? #433
Comments
That should be how it is done. You need to include The change was made about a year ago:
|
maybe it would be convenient to have a create factory function in ioss_transform.h. which internally would return a Iotr::Factory. |
Yes, maybe |
I will have to think about this some more -- the simple implementation makes Ioss library depend on Iotr library which is the reverse of how it should be... I will look more at Iotr::Factory and see whether it really needs to be in the Iotr library, or whether it could live at the IOSS level (which is where it was at one time...) |
Maybe you could have Ioss::TransformFactory like Ioss::IOFactory. And remove Iotr::Factory. |
See #434 |
I tihnk this can be closed. Please reopen if still problems with the fix. |
In the past, Iotr::Factory was part of Ioss_transform.h.
This has been moved in Iotr_Factory.h
Are we supposed to include Iotr_Factory.h to create a transform such as
Or is there another way, such that we don't need to include?
The text was updated successfully, but these errors were encountered: