David Thompson
OpenDX Forum AdministratorOpenDX Moderators OpenDX Power Users
   

OpenDX-My Visualization System of Choice!
Posts: 198
|
There isn't a documented call to do this. What you will need to do in order to use something like this is either write your own function, or look at the following files in the source tree: src/exec/dxmods/import.c src/exec/dxmods/genimp.c The call that is used to import for a general import is _dxf_gi_get_gen(). But you'll have to look at the struct paramlist. If you develop a nice wrapper such as DXImportDX for it, please send it back to us and we can include it in the source.
|