| Rev | Line |   | 
|---|
| [534] | 1 | // galcrosslocator.h
 | 
|---|
 | 2 | // Eric Aubourg         CEA/DAPNIA/SPP   octobre 1999
 | 
|---|
 | 3 | 
 | 
|---|
 | 4 | #ifndef GALCROSSLOCATOR_H
 | 
|---|
 | 5 | #define GALCROSSLOCATOR_H
 | 
|---|
 | 6 | 
 | 
|---|
 | 7 | #include "toipullproducer.h"
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | class GalCrossLocator : public TOIPullProducer {
 | 
|---|
 | 10 | public:
 | 
|---|
 | 11 |   GalCrossLocator();
 | 
|---|
 | 12 |   virtual string getName();
 | 
|---|
 | 13 |   virtual double getValue(long sampleNum, TOI const& toi);
 | 
|---|
 | 14 |   virtual bool   canGetValue(long sampleNum, TOI const& toi);
 | 
|---|
 | 15 | 
 | 
|---|
 | 16 | protected:
 | 
|---|
 | 17 |   virtual set<TOI>     reqTOIFor(TOI const&);
 | 
|---|
 | 18 | };
 | 
|---|
 | 19 | 
 | 
|---|
 | 20 | 
 | 
|---|
 | 21 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.