Changeset 2056 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Jun 14, 2002, 2:31:19 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/localmap.h
r2052 r2056 71 71 inline void SetThrowExceptionWhenOutofMapFlag(bool fg = false) { exc_outofmap_ = fg; } 72 72 // true --> Genere des exceptions si theta-phi out of range , sinon, index a -1 73 inline voidGetThrowExceptionWhenOutofMapFlag() { return exc_outofmap_; }73 inline bool GetThrowExceptionWhenOutofMapFlag() { return exc_outofmap_; } 74 74 75 75 virtual bool ContainsSph(double theta, double phi) const;
Note:
See TracChangeset
for help on using the changeset viewer.