Loading...
Searching...
No Matches
EMTRasmussenParameterProvider.h
Go to the documentation of this file.
1// Copyright (C) 2001-2011 Jakob Schiotz and Center for Individual
2// Nanoparticle Functionality, Department of Physics, Technical
3// University of Denmark. Email: schiotz@fysik.dtu.dk
4//
5// This file is part of Asap version 3.
6//
7// This program is free software: you can redistribute it and/or
8// modify it under the terms of the GNU Lesser General Public License
9// version 3 as published by the Free Software Foundation. Permission
10// to use other versions of the GNU Lesser General Public License may
11// granted by Jakob Schiotz or the head of department of the
12// Department of Physics, Technical University of Denmark, as
13// described in section 14 of the GNU General Public License.
14//
15// This program is distributed in the hope that it will be useful,
16// but WITHOUT ANY WARRANTY; without even the implied warranty of
17// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18// GNU General Public License for more details.
19//
20// You should have received a copy of the GNU General Public License
21// and the GNU Lesser Public License along with this program. If not,
22// see <http://www.gnu.org/licenses/>.
23
24#ifndef _EMTRASMUSSENPARAMETERPROVIDER_H
25#define _EMTRASMUSSENPARAMETERPROVIDER_H
26
28
30public:
33 virtual string GetName() const { return "EMTRasmussenParameterProvider"; }
35
36protected:
37 virtual emt_parameters *GetNewParameters(int element);
38};
39
40#endif // _EMTRASMUSSENPARAMETERPROVIDER_H
virtual emt_parameters * GetNewParameters(int element)