Algorithm.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2005 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/General/Pulsar/Algorithm.h
10 
11 #ifndef __Pulsar_Algorithm_h
12 #define __Pulsar_Algorithm_h
13 
14 #include "Reference.h"
15 
16 namespace Pulsar {
17 
19  class Algorithm : public Reference::Able {
20 
21  };
22 
23 }
24 
25 #endif
This class registers the pdv_KtZ_Archive plugin class for use.
Definition: pdv_KtZ_Archive.h:73
static Option< std::string > unload_class
Name of class to which data are converted if unload_file unimplemented.
Definition: Archive.h:599
This class registers the PuMaArchive plugin class for use.
Definition: PuMaArchive.h:185
This class registers the UVMArchive plugin class for use.
Definition: UVMArchive.h:77
Defines the PSRCHIVE library.
Definition: CalSource.h:17
This class registers the ASCIIArchive plugin class for use.
Definition: ASCIIArchive.h:73

Generated using doxygen 1.8.17