PosAngPlot.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2006 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/Plotting/Pulsar/PosAngPlot.h
10
11#ifndef __Pulsar_PosAngPlot_h
12#define __Pulsar_PosAngPlot_h
13
14#include "Pulsar/AnglePlot.h"
15
16namespace Pulsar {
17
19 class PosAngPlot : public AnglePlot {
20
21 public:
22
24 PosAngPlot ();
25
27 std::string get_ylabel (const Archive* data);
28
30 void get_angles (const Archive*);
31
32 };
33
34}
35
36#endif
PosAngPlot()
Default constructor.
Definition PosAngPlot.C:12
AnglePlot()
Default constructor.
Definition AnglePlot.C:22
The primary interface to pulsar observational data.
Definition Archive.h:46
std::string get_ylabel(const Archive *data)
Return the default label for the y axis.
Definition PosAngPlot.C:26
PosAngPlot()
Default constructor.
Definition PosAngPlot.C:12
void get_angles(const Archive *)
Compute position angles and store in AnglePlot::angles.
Definition PosAngPlot.C:19
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0