source:
trunk/MagicSoft/Mars/mhft/MGeomCamMagicXT.h@
8056
Last change on this file since 8056 was 5691, checked in by , 20 years ago | |
---|---|
File size: 354 bytes |
Line | |
---|---|
1 | #ifndef MARS_MGeomCamMagicXT |
2 | #define MARS_MGeomCamMagicXT |
3 | |
4 | #ifndef MARS_MGeomCam |
5 | #include "MGeomCam.h" |
6 | #endif |
7 | |
8 | class MGeomCamMagicXT : public MGeomCam |
9 | { |
10 | private: |
11 | void CreateCam(); |
12 | void CreateNN(); |
13 | |
14 | public: |
15 | MGeomCamMagicXT(const char *name=NULL); |
16 | |
17 | ClassDef(MGeomCamMagicXT, 1) // Geometry class for the 'extended' Magic camera |
18 | }; |
19 | |
20 | #endif |
21 |
Note:
See TracBrowser
for help on using the repository browser.