Software Archive
Read-only legacy content
17061 Discussions

Re: Code for color contour images

Steven_L_Intel1
Employee
357 Views
Have you looked at Compaq Array Visualizer in the Professional Edition? It seems ideally suited to your purpose.

Steve
0 Kudos
3 Replies
Steven_L_Intel1
Employee
357 Views
You can integrate the Array Viewer into your program - seamlessly - there are several examples of this provided. Why reinvent the wheel?

Steve
0 Kudos
Intel_C_Intel
Employee
357 Views
The graphics language OpenGL computes contour lines.
I use NIST's F90GL (which is version 1.2.1) to do that with CVF 6.5a.
A reference is "OpenGL Programming Guide" ISBN 0-201-46138-2 p365-369.
While not trivial to implement, OpenGL surface contouring run like greased lightning on craphics boards that implement OpenGL in hardware - e.g. the GeForce3.
- Jeff
0 Kudos
Intel_C_Intel
Employee
357 Views
Steve - the prior-to-submittal message editor didn't work:
in the last sentence: run -> runs and craphics -> graphics - Jeff
0 Kudos
Reply