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
PlotPen * get_pen()
Provide access to the Pen.
Definition: HasPen.h:36
Stores and sets plot line attributes.
Definition: PlotPen.h:24
Defines the PSRCHIVE library.
Definition: CalSource.h:17

Generated using doxygen 1.8.17