PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
Plotting
Pulsar
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
14
namespace
Pulsar
{
15
16
class
PhaseScale;
17
19
class
HasPhaseScale
20
{
21
public
:
23
virtual
PhaseScale*
get_scale
() = 0;;
24
};
25
26
}
27
28
#endif
Pulsar::HasPhaseScale::get_scale
virtual PhaseScale * get_scale()=0
Get the scale.
Pulsar
Defines the PSRCHIVE library.
Definition:
CalSource.h:17
Generated using
doxygen
1.8.17