#include "tools/workspace/pybind_wrapper/test/pybind_wrapper_test.h"
Go to the source code of this file.
Namespaces | |
anzu | |
anzu::sub | |
Functions | |
double | anzu::global_func_on_base (const std::shared_ptr< PointBase > &point) |
double | global_func_overloads (const std::shared_ptr< anzu::Point3 > &point3) |
double | global_func_overloads (const std::shared_ptr< anzu::sub::Point2 > &point2) |
double global_func_overloads | ( | const std::shared_ptr< anzu::Point3 > & | point3 | ) |
Definition at line 21 of file pybind_wrapper_test.cc.
double global_func_overloads | ( | const std::shared_ptr< anzu::sub::Point2 > & | point2 | ) |
Definition at line 17 of file pybind_wrapper_test.cc.