Database
hv.txt
Associated article: The Hot Views Graphics Library
Tags: Database Design
Published source code accompanying the article by David P. Heddle in which he discusses the Hot Views (Hv) graphical user-interface library which was designed for use in scientific modeling and simulation applications. It is particularly useful when developing models or simulations of real objects to be displayed using a world (floating-point) coordinate system, or generating scientific/engineering style graphs of simulation results
The Hot Views Graphics Library
by David P. Heddle
Listing One
Hv_VaInitialize(argc, argv,
Hv_NORAINBOW, True,
Hv_USEWELCOMEVIEW, True,
Hv_VERSIONNUMBER, 101,
Hv_USEEXTENDEDCOLORS, True,
NULL);
Init();
Hv_Go();
Listing Two
void Hv_GetAttributes(va_list ap,
Hv_AttributeArray ...


