Changeset 11617
- Timestamp:
- 07/26/11 15:26:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h
r11540 r11617 27 27 #include <GL/gl.h> 28 28 29 #define __MARS__30 #include <MFits.h>31 29 #include <string> 30 #include "fits.h" 31 32 32 using namespace std; 33 34 33 35 34 #define NUM_STORED_EVENTS 5 … … 99 98 void drawHexagon(int index, bool solid); 100 99 void setCorrectSlice(QMouseEvent* event); 101 bool IsFits(const char* name);102 100 void eventStepping(bool plus); 103 101 void buildVerticesList(); … … 139 137 GLfloat patchesColor[160][3]; 140 138 vector<edge> patchesIndices[160]; 141 MFits* inputFile;139 fits* inputFile; 142 140 143 141 QPoint lastPos;
Note:
See TracChangeset
for help on using the changeset viewer.