summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-14Modified to use dynamic memory for the number of nodes.Don Pellegrino1-6/+7
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.

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.