Changeset 1027 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 11/01/01 14:56:17 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGeomCam.cc
r1003 r1027 79 79 // Return the i-th pixel object 80 80 // 81 inlineMGeomPix &MGeomCam::operator[](Int_t i)81 MGeomPix &MGeomCam::operator[](Int_t i) 82 82 { 83 83 return *(MGeomPix*)fPixels->At(i); … … 88 88 // Return the i-th pixel object 89 89 // 90 inlineMGeomPix &MGeomCam::operator[](Int_t i) const90 MGeomPix &MGeomCam::operator[](Int_t i) const 91 91 { 92 92 return *(MGeomPix*)fPixels->At(i);
Note:
See TracChangeset
for help on using the changeset viewer.