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


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.cc

    r473 r518  
    220220//++
    221221template<class T>
     222bool LocalMap<T>::ContainsSph(double theta, double phi) const
     223//--
     224{
     225  return(true);  // $CHECK$  A MODIFIER - Reza 26/10/99
     226}
     227
     228//++
     229template<class T>
    222230int LocalMap<T>::PixIndexSph(double theta,double phi) const
    223231//
     
    591599    }
    592600
     601// Let's Read the SphereCoordSys object  -- ATTENTIOn - $CHECK$
     602  SphereCoordSys* cs = dynamic_cast<SphereCoordSys*>(is.ReadObject());
     603  dobj->SetCoordSys(cs);
     604
    593605  // Pour savoir s'il y avait un DVList Info associe
    594606  char strg[256];
     
    651663    }
    652664
     665// Let's write the SphereCoordSys object
     666  dobj->GetCoordSys()->Write(os);
     667 
    653668  char strg[256];
    654669  int nSzX= dobj->Size_x();
Note: See TracChangeset for help on using the changeset viewer.