#include <hpp/fcl/fwd.hh>
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include "../doc/python/doxygen.hh"
#include "../doc/python/doxygen-boost.hh"
Go to the source code of this file.
Macros | |
#define | BOOST_BIND_GLOBAL_PLACEHOLDERS |
#define | DEF_CLASS_FUNC(CLASS, ATTRIB) def(dv::member_func(#ATTRIB, &CLASS::ATTRIB)) |
#define | DEF_CLASS_FUNC2(CLASS, ATTRIB, policy) def(#ATTRIB, &CLASS::ATTRIB, doxygen::member_func_doc(&CLASS::ATTRIB), policy) |
#define | DEF_RO_CLASS_ATTRIB(CLASS, ATTRIB) |
#define | DEF_RW_CLASS_ATTRIB(CLASS, ATTRIB) |
#define BOOST_BIND_GLOBAL_PLACEHOLDERS |
Definition at line 18 of file python/fwd.hh.
#define DEF_CLASS_FUNC | ( | CLASS, | |
ATTRIB | |||
) | def(dv::member_func(#ATTRIB, &CLASS::ATTRIB)) |
Definition at line 35 of file python/fwd.hh.
#define DEF_CLASS_FUNC2 | ( | CLASS, | |
ATTRIB, | |||
policy | |||
) | def(#ATTRIB, &CLASS::ATTRIB, doxygen::member_func_doc(&CLASS::ATTRIB), policy) |
Definition at line 37 of file python/fwd.hh.
#define DEF_RO_CLASS_ATTRIB | ( | CLASS, | |
ATTRIB | |||
) |
Definition at line 32 of file python/fwd.hh.
#define DEF_RW_CLASS_ATTRIB | ( | CLASS, | |
ATTRIB | |||
) |
Definition at line 29 of file python/fwd.hh.