PhaseWeightInterface.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2008 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/General/Pulsar/PhaseWeightInterface.h
10
11#ifndef __Pulsar_PhaseWeightTI_h
12#define __Pulsar_PhaseWeightTI_h
13
14#include "Pulsar/PhaseWeight.h"
15#include "TextInterface.h"
16
17namespace Pulsar {
18
20 class PhaseWeight::Interface : public TextInterface::To<PhaseWeight>
21 {
22 public:
23
25 Interface ( PhaseWeight* = 0 );
26
27 };
28
29}
30
31
32#endif
Archive statistics text interface.
Definition PhaseWeightInterface.h:21
Interface(PhaseWeight *=0)
Default constructor.
Definition PhaseWeightInterface.C:12
PhaseWeight()
Default constructor.
Definition PhaseWeight.C:28
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0