fwd.hh
Go to the documentation of this file.
1 //
2 // Copyright (c) 2018 CNRS
3 // Authors: Joseph Mirabel
4 //
5 //
6 // This file is part of hpp-python
7 // hpp-python is free software: you can redistribute it
8 // and/or modify it under the terms of the GNU Lesser General Public
9 // License as published by the Free Software Foundation, either version
10 // 3 of the License, or (at your option) any later version.
11 //
12 // hpp-python is distributed in the hope that it will be
13 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
14 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 // General Lesser Public License for more details. You should have
16 // received a copy of the GNU Lesser General Public License along with
17 // hpp-python If not, see
18 // <http://www.gnu.org/licenses/>.
19 
20 #ifndef PYHPP_CORE_FWD_HH
21 #define PYHPP_CORE_FWD_HH
22 
23 #include <pyhpp/util.hh>
24 
25 namespace pyhpp {
26 namespace core {
29 void exposeConstraint();
30 
32 
33 void exposeReports();
34 
36 
37 void exposePath();
38 void exposePathOptimizer();
39 void exposePathProjector();
41 void exposeParameter();
42 void exposeProblem();
43 void exposeProblemSolver();
44 } // namespace core
45 } // namespace pyhpp
46 
47 #endif // PYHPP_CORE_FWD_HH
void exposeProblemSolver()
Definition: problem-solver.cc:125
void exposePathOptimizer()
Definition: path-optimizer.cc:31
void exposeReports()
Definition: reports.cc:34
void exposeConfigValidation()
Definition: config-validation.cc:46
void exposeSteeringMethod()
Definition: steering-method.cc:36
void exposePathValidation()
Definition: path-validation.cc:45
void exposeConstraint()
Definition: constraint.cc:53
void exposeParameter()
Definition: parameter.cc:70
void exposeConfigurationShooter()
Definition: configuration-shooter.cc:33
void exposePath()
Definition: path.cc:132
void exposeProblem()
Definition: problem.cc:35
void exposeEquation()
void exposePathProjector()
Definition: path-projector.cc:42
Definition: fwd.hh:25