Namespaces | Classes | Functions
boost::python Namespace Reference

Namespaces

 converter
 
 detail
 
 objects
 

Classes

struct  extract< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > & >
 
struct  extract< Eigen::MatrixBase< Derived > & >
 
struct  extract< Eigen::RefBase< Derived > & >
 
struct  extract_to_eigen_ref
 
struct  to_python_indirect< const Eigen::Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, Options, MaxRowsAtCompileTime, MaxColsAtCompileTime > &, MakeHolder >
 
struct  to_python_indirect< Eigen::Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, Options, MaxRowsAtCompileTime, MaxColsAtCompileTime > &, MakeHolder >
 
struct  to_python_indirect_eigen
 
struct  to_python_value< const std::unique_ptr< T > & >
 

Functions

template<typename T >
void def_constant (const char *name, const T &value)
 Define a constant given its value and a name within the current Boost Python scope. More...
 

Function Documentation

◆ def_constant()

template<typename T >
void boost::python::def_constant ( const char *  name,
const T &  value 
)

Define a constant given its value and a name within the current Boost Python scope.

Template Parameters
TType of the constant.
Parameters
[in]nameName of the constant.
[in]valueValue of the constant.

Definition at line 24 of file constant.hpp.



pinocchio
Author(s):
autogenerated on Sun Apr 28 2024 02:41:54