summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-10-01Added a constant so that the call to glGenBuffers matches the numberDon Pellegrino2-2/+3
of buffer objects used in the state structure.
2009-09-03Added a display list for the DataRose.Don Pellegrino1-2/+2
2009-09-03Replaced sphere with disc since we are only working in 2D at the moment.Don Pellegrino1-1/+1
2009-09-03Taking advantage of declaration and definition in the same line toDon Pellegrino1-9/+4
save space and make the code more readable.
2009-09-03Shell for development of the datarose geometry.Don Pellegrino2-0/+65
2009-08-28Fix to terminate string of GI value when loaded from DB2.Don Pellegrino1-0/+1
2009-08-19Changed user interface to pan with the right mouse button so that theDon Pellegrino5-7/+12
left mouse button can be preserved for selection. Fix bug in updating the database with the current selection. This bug was introduced with the conversion to dynamic memory allocation for the number of records. Indexing into the list of GI values is not handled correctly.
2009-08-18Ran GNU indent.Don Pellegrino12-65/+70
2009-08-18Fixed bug in zooming and panning. Interactive testing of zooming byDon Pellegrino11-111/+197
rubber band, zooming with the mouse wheel and panning all work with the window at any size, square or non-square.
2009-08-18Removed viewport state variable since this can be easily retrievedDon Pellegrino5-15/+10
from OpenGL's GL_VIEWPORT at any time.
2009-08-17Refactored the model package.Don Pellegrino8-0/+133
2009-08-17Refactored the model package into data, state and geometryDon Pellegrino27-549/+179
subdirectories. Added implementation for panning the map.
2009-08-17Removed the exp004 moniker from the objects. The objects now haveDon Pellegrino33-113/+530
generic names based on their function in this program. They are not generally designed for reuse in other visualization programs which seems okay at the moment. I'll leave it up to OpenGL and the APIs to be general while these objects are specific to the task of interactive visualization of a map of influenza.
2009-08-17Refactored the controller package into separate actions andDon Pellegrino36-176/+332
callbacks. Design justification added as a README to the controller subdirectory.
2009-08-14Trivial changes for readability.Don Pellegrino1-7/+7
2009-08-14Modified to use dynamic memory allocation based on the number of nodes to pro...Don Pellegrino3-7/+3
2009-08-14Modified to use dynamic memory for the number of nodes.Don Pellegrino1-6/+7
2009-08-14Modified to use dynamic memory allocation for the number of nodes.Don Pellegrino1-7/+13
2009-08-14Modified to use dynamic memory allocation for the number of nodes.Don Pellegrino1-30/+68
2009-07-23Moved model geometry into a subdirectory of model. Modified highlightDon Pellegrino18-47/+106
for selection to draw a yello circle around the selected proteins rather than change their fill color to black. This preserves the fill color of selected items.
2009-07-09Initialized the set of selected items to none on startup.Don Pellegrino1-1/+3
2009-07-09Removed unused #include <stdio.h> includes left over from whenDon Pellegrino3-3/+0
debugging printfs were in the code.
2009-07-07Ran GNU indent. Added utility function to report back on the use ofDon Pellegrino5-2/+54
graphics memory by ATI cards.
2009-07-07Set the legend to appear as a constant height above the map. SetDon Pellegrino9-30/+59
updating of the map display list to be done only when the contents change.
2009-07-07Moved the map into a single display list in an attempt to improve responsiven...Don Pellegrino2-0/+37
2009-07-06Added a density legend to the display. Disabled the depth test soDon Pellegrino11-27/+124
that the alpha blending and point overlays work as expected for an orthographic projection.
2009-07-01Modified to use a display list to render the proteins rather than justDon Pellegrino8-10/+61
points. This feels much slower but looks much better.
2009-07-01Added subdirectory for running r and a script to connect to the DB2Don Pellegrino25-146/+140
backend and retrieve details of the current selection made with the visualization. Added Make target for running GNU indent. Ran indent on all of the code and headers.
2009-06-29Removed exp004base.c since it is an output from the DB2 precompiler from exp0...Don Pellegrino1-359/+0
2009-06-18Added DB2 precompiler output to the ignore list.Don Pellegrino1-49/+301
2009-06-18Implemented zooming.Don Pellegrino4-37/+18
2009-06-18Implemented zooming.Don Pellegrino7-0/+116
2009-06-16Added use of alpha. Moved origin to the center to make use ofDon Pellegrino1-19/+30
orthographic projection commands easier.
2009-06-16Added use of alpha.Don Pellegrino1-4/+11
2009-06-13Added selection status fields and removed points loaded field. It isDon Pellegrino1-5/+15
assumed that ROWS is the number of points loaded. This needs to be updated so that it is a dynamic run-time value.
2009-06-13Added use of database.Don Pellegrino1-0/+12
2009-06-13Added use of database.Don Pellegrino11-0/+385
2009-06-08Refactored the visualization code from exp004 to its own project here.Don Pellegrino29-0/+1185

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.