PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
MEAL
MEAL
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
16
namespace
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
MEAL::Evaluable< double >::Evaluable
Evaluable()
Definition
Evaluable.h:48
MEAL::Scalar
Pure virtual base class of scalar functions.
Definition
Scalar.h:20
MEAL::Scalar::Name
static const char * Name
The name of the class.
Definition
Scalar.h:23
MEAL::Scalar::clone
virtual Scalar * clone() const
Clone method.
Definition
Scalar.C:13
MEAL
Namespace in which all modeling and calibration related code is declared.
Definition
ExampleComplex2.h:16
Generated using
doxygen
1.14.0