DMP_BBO library
Classes | Functions
Parameterizable.hpp File Reference

Parameterizable class header file. More...

#include "eigen_realtime/eigen_realtime_check.hpp"
#include <set>
#include <string>
#include <vector>
#include <eigen3/Eigen/Core>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/assume_abstract.hpp>
#include <boost/serialization/export.hpp>
Include dependency graph for Parameterizable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Parameterizable
 Class for providing access to a model's parameters as a vector. More...
 

Functions

 BOOST_SERIALIZATION_ASSUME_ABSTRACT (DmpBbo::Parameterizable)
 Tell boost serialization that this class has pure virtual functions. More...
 
 BOOST_CLASS_IMPLEMENTATION (DmpBbo::Parameterizable, boost::serialization::object_serializable)
 Don't add version information to archives. More...
 

Detailed Description

Parameterizable class header file.

Author
Freek Stulp

This file is part of DmpBbo, a set of libraries and programs for the black-box optimization of dynamical movement primitives. Copyright (C) 2014 Freek Stulp, ENSTA-ParisTech

DmpBbo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

DmpBbo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with DmpBbo. If not, see http://www.gnu.org/licenses/.

Definition in file Parameterizable.hpp.

Function Documentation

BOOST_SERIALIZATION_ASSUME_ABSTRACT ( DmpBbo::Parameterizable  )

Tell boost serialization that this class has pure virtual functions.

BOOST_CLASS_IMPLEMENTATION ( DmpBbo::Parameterizable  ,
boost::serialization::object_serializable   
)

Don't add version information to archives.