Changeset 518 in Sophya for trunk/SophyaLib/Samba/localmap.h


Ignore:
Timestamp:
Oct 26, 1999, 4:31:44 PM (26 years ago)
Author:
ansari
Message:

Introduction de SpherePosition and SphereCoordSys, and Initiator for module Samba - Reza+I. Grivell 26/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/localmap.h

    r473 r518  
     1// This may look like C code, but it is really -*- C++ -*-
    12#ifndef LOCALMAP_SEEN
    23#define LOCALMAP_SEEN
     
    6364virtual T const& PixVal(int k) const;
    6465
     66/* Return true if teta,phi in map  */
     67virtual bool ContainsSph(double theta, double phi) const;
    6568/* return the index of pixel at (theta,phi) */
    6669virtual int PixIndexSph(double theta,double phi) const;
Note: See TracChangeset for help on using the changeset viewer.