Go to the source code of this file.
Namespaces | |
pybind_wrapper_test_script | |
Variables | |
pybind_wrapper_test_script.another_this = pwt.TemplatePoint2.static_method(other=template_p2, dummy=0.0) | |
pybind_wrapper_test_script.inst = pwt.Template2Point2Point3Instantiation(p2, p3) | |
pybind_wrapper_test_script.p2 = pwt.sub.Point2(10, 20) | |
pybind_wrapper_test_script.p22 = pwt.sub.Point2(10) | |
pybind_wrapper_test_script.p3 = pwt.Point3(10, 20, 30) | |
pybind_wrapper_test_script.p4 = pwt.sub2.Point4(p2, 30, 40) | |
pybind_wrapper_test_script.property_t1 | |
pybind_wrapper_test_script.ret_p3 = template_p3.method_on_template_type(p3) | |
pybind_wrapper_test_script.template_p2 = pwt.TemplatePoint2(p2) | |
pybind_wrapper_test_script.template_p3 = pwt.TemplatePoint3(p3) | |
pybind_wrapper_test_script.template_p3_copy = pwt.TemplatePoint3(template_p3) | |
pybind_wrapper_test_script.this = template_p3.method_on_this(p3) | |
pybind_wrapper_test_script.z | |