Scine::Swoose  2.1.0
This is the SCINE module Swoose.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
SuperfluousFragmentIdentifier.h
Go to the documentation of this file.
1 
8 #ifndef MMPARAMETRIZATION_SUPERFLUOUSFRAGMENTIDENTIFIER_H
9 #define MMPARAMETRIZATION_SUPERFLUOUSFRAGMENTIDENTIFIER_H
10 
11 #include <memory>
12 
13 namespace Scine {
14 
15 namespace Core {
16 struct Log;
17 } // namespace Core
18 
19 namespace MMParametrization {
20 struct ParametrizationData;
21 class ReparametrizationHelper;
22 
23 namespace SuperfluousFragmentIdentifier {
24 
36 void identifySuperfluousFragments(ParametrizationData& data, Core::Log& log,
37  std::shared_ptr<ReparametrizationHelper> reparametrizationHelper);
38 
39 } // namespace SuperfluousFragmentIdentifier
40 } // namespace MMParametrization
41 } // namespace Scine
42 
43 #endif // MMPARAMETRIZATION_SUPERFLUOUSFRAGMENTIDENTIFIER_H