PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
Plotting
Pulsar
HasPen.h
1
//-*-C++-*-
2
/***************************************************************************
3
*
4
* Copyright (C) 2013 by Willem van Straten
5
* Licensed under the Academic Free License version 2.1
6
*
7
***************************************************************************/
8
9
// psrchive/psrchive/More/Plotting/Pulsar/HasPen.h
10
11
#ifndef __Pulsar_HasPen_h
12
#define __Pulsar_HasPen_h
13
14
#include "PlotPen.h"
15
16
namespace
Pulsar
{
17
19
class
HasPen
20
{
21
PlotPen _pen;
22
23
public
:
24
26
PlotPen
*
get_pen
() {
return
&_pen; }
27
};
28
29
}
30
31
#endif
Pulsar::HasPen::get_pen
PlotPen * get_pen()
Provide access to the Pen.
Definition:
HasPen.h:36
Pulsar::PlotPen
Stores and sets plot line attributes.
Definition:
PlotPen.h:24
Pulsar
Defines the PSRCHIVE library.
Definition:
CalSource.h:17
Generated using
doxygen
1.8.17