PolnProfileStatsInterface.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2011 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/General/Pulsar/PolnProfileStatsInterface.h
10 
11 #ifndef __Pulsar_PolnProfileStatsTI_h
12 #define __Pulsar_PolnProfileStatsTI_h
13 
14 #include "Pulsar/PolnProfileStats.h"
15 #include "TextInterface.h"
16 
17 namespace Pulsar {
18 
20  class PolnProfileStats::Interface
21  : public TextInterface::To<PolnProfileStats>
22  {
23  public:
24 
26  Interface ( PolnProfileStats* = 0 );
27 
28  };
29 
30 }
31 
32 
33 #endif
PolnProfileStats(const PolnProfile *profile=0)
Default constructor.
Definition: PolnProfileStats.C:19
Interface(PolnProfileStats *=0)
Default constructor.
Definition: PolnProfileStatsInterface.C:19
Computes polarimetric pulse profile statistics.
Definition: PolnProfileStats.h:27
Defines the PSRCHIVE library.
Definition: CalSource.h:17

Generated using doxygen 1.8.17