ProfileStatsInterface.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/ProfileStatsInterface.h
10
11#ifndef __Pulsar_ProfileStatsInterface_h
12#define __Pulsar_ProfileStatsInterface_h
13
14#include "Pulsar/ProfileStats.h"
15#include "TextInterface.h"
16
17namespace Pulsar
18{
20 class ProfileStats::Interface : public TextInterface::To<ProfileStats>
21 {
22 public:
23
25 Interface ( ProfileStats* = 0, bool manage_estimators = true );
26 };
27}
28
29#endif
Profile statistics text interface.
Definition ProfileStatsInterface.h:21
Interface(ProfileStats *=0, bool manage_estimators=true)
Default constructor.
Definition ProfileStatsInterface.C:16
ProfileStats(const Profile *profile=0)
Default constructor.
Definition ProfileStats.C:28
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0