Changeset 525 in Sophya for trunk/SophyaLib/Samba/pixelmap.h
- Timestamp:
- Oct 27, 1999, 12:45:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/pixelmap.h
r518 r525 24 24 25 25 PixelMap(SphereCoordSys* cs = NULL) : mInfo_(NULL) 26 { if (cs) cs_ = cs; else cs = new SphereCoordSys; }26 { if (cs) cs_ = cs; else cs_ = new SphereCoordSys; } 27 27 virtual ~PixelMap() 28 28 { if (mInfo_) delete mInfo_; if (cs_) delete cs_; }
Note:
See TracChangeset
for help on using the changeset viewer.