HasPhaseScale.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2016 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/Plotting/Pulsar/HasPhaseScale.h
10
11#ifndef __Pulsar_HasPhaseScale_h
12#define __Pulsar_HasPhaseScale_h
13
14namespace Pulsar {
15
16 class PhaseScale;
17
20 {
21 public:
23 virtual PhaseScale* get_scale () = 0;;
24 };
25
26}
27
28#endif
Interface to plots with a phase scale.
Definition HasPhaseScale.h:20
virtual PhaseScale * get_scale()=0
Get the scale.
Reperesents an axis with pulse phase ordinate.
Definition PhaseScale.h:22
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0