ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
cluster_analysis/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_CLUSTER_ANALYSIS_INITIALIZE_HPP
22
#define SCRIPT_INTERFACE_CLUSTER_ANALYSIS_INITIALIZE_HPP
23
24
#include <
script_interface/ObjectHandle.hpp
>
25
26
#include <
utils/Factory.hpp
>
27
28
namespace
ScriptInterface
{
29
namespace
ClusterAnalysis
{
30
31
void
initialize
(
Utils::Factory<ObjectHandle>
*
om
);
32
33
}
/* namespace ClusterAnalysis */
34
}
/* namespace ScriptInterface */
35
36
#endif
Factory.hpp
ObjectHandle.hpp
Utils::Factory
Factory template.
Definition
Factory.hpp:78
ClusterAnalysis
Definition
Cluster.cpp:43
ScriptInterface::ClusterAnalysis::initialize
void initialize(Utils::Factory< ObjectHandle > *om)
Definition
cluster_analysis/initialize.cpp:26
ScriptInterface
Definition
script_interface/accumulators/AccumulatorBase.hpp:33
ScriptInterface::get_value
T get_value(Variant const &v)
Extract value of specific type T from a Variant.
Definition
get_value.hpp:400
src
script_interface
cluster_analysis
initialize.hpp
Generated on Fri Nov 8 2024 02:12:53 for ESPResSo by
1.9.8