Changeset 14447 for trunk/Mars/mgui
- Timestamp:
- 10/02/12 11:44:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mgui/MHexagon.h
r9385 r14447 72 72 virtual void PaintHexagon(Float_t x, Float_t y, Float_t d, Float_t phi=0); 73 73 virtual void Print(Option_t *Option="") const; // *MENU* 74 virtual void SavePrimitive( ostream &out, Option_t *);75 virtual void SavePrimitive( ofstream &out, Option_t *);74 virtual void SavePrimitive(std::ostream &out, Option_t *); 75 virtual void SavePrimitive(std::ofstream &out, Option_t *); 76 76 77 77 Float_t GetX() const { return fX; }
Note:
See TracChangeset
for help on using the changeset viewer.