Welcome, Guest. Please Login.
OpenDX User Forum
05/19/13 at 15:07:31


Pages: 1
DXImportDX() fail to import "*.general" file ... (Read 2919 times)
kccheng
Forum Newbie
*


Got Viz?

Posts: 2
DXImportDX() fail to import "*.general" file ...
06/01/06 at 18:27:41
 
Hi,
 
I try to import "*.general" file by using DXImportDX()
but fail (import "*.dx" file is OK).
 
My question is which API could be used import
"*.general" file ?
 
Thanks
 
Regards
KC
--
kccheng@linuxdaq-labs.org
Back to top
 
 
WWW   IP Logged
David Thompson
OpenDX Forum Administrator
OpenDX Moderators
OpenDX Power Users
*****


OpenDX-My
Visualization System
of Choice!

Posts: 198
Re: DXImportDX() fail to import "*.general" file .
Reply #1 - 06/02/06 at 09:08:41
 
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.
Back to top
 
 
WWW David Thompson opendxpert   IP Logged
Pages: 1