ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
pair_criteria/initialize.hpp
Go to the documentation of this file.
1
2/*
3 * Copyright (C) 2015-2022 The ESPResSo project
4 *
5 * This file is part of ESPResSo.
6 *
7 * ESPResSo is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * ESPResSo is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21#ifndef SCRIPT_INTERFACE_PAIR_CRITERIA_INITIALIZE_HPP
22#define SCRIPT_INTERFACE_PAIR_CRITERIA_INITIALIZE_HPP
23
25
26#include <utils/Factory.hpp>
27
28namespace ScriptInterface {
29namespace PairCriteria {
31
32} /* namespace PairCriteria */
33} /* namespace ScriptInterface */
34
35#endif
Factory template.
Definition Factory.hpp:78
void initialize(Utils::Factory< ObjectHandle > *om)
T get_value(Variant const &v)
Extract value of specific type T from a Variant.