I am implementing a custom reprojector plugin which needs to access a parameter or attribute that an earlier transformer has created.
I am writing the plugin using the C++ SDK, but am having difficulty seeing how to access this information from the ReprojectEngineManager class to use it.
Any tips to how to do this are appreciated!