Scalar.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2004 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/MEAL/MEAL/Scalar.h
10
11#ifndef __MEAL_Scalar_H
12#define __MEAL_Scalar_H
13
14#include "MEAL/Evaluable.h"
15
16namespace MEAL
17{
19 class Scalar : public Evaluable<double>
20 {
21 public:
23 static const char* Name;
24
26 virtual Scalar* clone () const;
27 };
28}
29
30#endif
Evaluable()
Definition Evaluable.h:48
Pure virtual base class of scalar functions.
Definition Scalar.h:20
static const char * Name
The name of the class.
Definition Scalar.h:23
virtual Scalar * clone() const
Clone method.
Definition Scalar.C:13
Namespace in which all modeling and calibration related code is declared.
Definition ExampleComplex2.h:16

Generated using doxygen 1.14.0