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

    r515 r518  
    183183//++
    184184template <class T>
     185bool SphereThetaPhi<T>::ContainsSph(double theta, double phi) const
     186//--
     187{
     188  return(true);
     189}
     190
     191/* --Methode-- */
     192//++
     193template <class T>
    185194int SphereThetaPhi<T>::PixIndexSph(double theta, double phi) const
    186195
     
    713722    }
    714723
     724// Let's Read the SphereCoordSys object  -- ATTENTIOn - $CHECK$
     725  SphereCoordSys* cs = dynamic_cast<SphereCoordSys*>(is.ReadObject());
     726  dobj->SetCoordSys(cs);
     727
    715728  // Pour savoir s'il y avait un DVList Info associe
    716729  char strg[256];
     
    767780    }
    768781
     782// Let's write the SphereCoordSys object
     783  dobj->GetCoordSys()->Write(os);
     784 
    769785  char strg[256];
    770786  int mNTheta= dobj->SizeIndex();
Note: See TracChangeset for help on using the changeset viewer.