Home »
Public Forums »
archive »
having IDL handle the graphics in C++ application
| having IDL handle the graphics in C++ application [message #65403] |
Sun, 01 March 2009 08:30 |
jeanluc
Messages: 1 Registered: March 2009
|
Junior Member |
|
|
Assume you have a very computationally intensive C++ GUI application
and you want IDL to handle the display of the generated output. This
is in the form of line plots as well as contours and 3D surface plots.
One solution would be to have the C++ code write datafiles, and then
have IDL read the datafiles and do the plot. This could be done via
the C++ program executing command line calls.
Is there anyway though to make it more direct without having to write
the datafiles?
Please direct me to the correct sections of the manual to read.
Of course we just want to plots to show, not the work bench.
thanks!!!
|
|
|
|
Current Time: Fri Nov 28 12:00:12 PST 2025
Total time taken to generate the page: 0.01093 seconds