Changeset 1371 in Sophya for trunk/SophyaLib/Samba/geometry.h


Ignore:
Timestamp:
Jan 5, 2001, 6:07:12 PM (25 years ago)
Author:
ansari
Message:

MAJ documentation, Makefile, ... - Reza 5/1/2001

File:
1 edited

Legend:

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

    r473 r1371  
     1//   Geometry handling class
     2//        R. Ansari , G. Le Meur   2000
     3// DAPNIA/SPP (Saclay) / CEA    LAL - IN2P3/CNRS  (Orsay)
     4
    15#ifndef GEOMETRY_SEEN
    26#define GEOMETRY_SEEN
     
    48
    59#include "unitvector.h"
     10
     11namespace SOPHYA { 
     12
     13/*!
     14  \class SOPHYA::Geometry
     15  \ingroup Samba
     16  Base class (pure virtual) for geometry handling and coordinate
     17  system transforms
     18*/
    619
    720class Geometry
     
    1326};
    1427
     28} // namespace SOPHYA
    1529
    1630#endif
Note: See TracChangeset for help on using the changeset viewer.