Variables | |
| another_this = pwt.TemplatePoint2.static_method(other=template_p2, dummy=0.0) | |
| inst = pwt.Template2Point2Point3Instantiation(p2, p3) | |
| p2 = pwt.sub.Point2(10, 20) | |
| p22 = pwt.sub.Point2(10) | |
| p3 = pwt.Point3(10, 20, 30) | |
| p4 = pwt.sub2.Point4(p2, 30, 40) | |
| property_t1 | |
| ret_p3 = template_p3.method_on_template_type(p3) | |
| template_p2 = pwt.TemplatePoint2(p2) | |
| template_p3 = pwt.TemplatePoint3(p3) | |
| template_p3_copy = pwt.TemplatePoint3(template_p3) | |
| this = template_p3.method_on_this(p3) | |
| z | |
| pybind_wrapper_test_script.another_this = pwt.TemplatePoint2.static_method(other=template_p2, dummy=0.0) |
Definition at line 42 of file pybind_wrapper_test_script.py.
Definition at line 49 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.p2 = pwt.sub.Point2(10, 20) |
Definition at line 3 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.p22 = pwt.sub.Point2(10) |
Definition at line 9 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.p3 = pwt.Point3(10, 20, 30) |
Definition at line 12 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.p4 = pwt.sub2.Point4(p2, 30, 40) |
Definition at line 58 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.property_t1 |
Definition at line 50 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.ret_p3 = template_p3.method_on_template_type(p3) |
Definition at line 34 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.template_p2 = pwt.TemplatePoint2(p2) |
Definition at line 21 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.template_p3 = pwt.TemplatePoint3(p3) |
Definition at line 24 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.template_p3_copy = pwt.TemplatePoint3(template_p3) |
Definition at line 29 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.this = template_p3.method_on_this(p3) |
Definition at line 38 of file pybind_wrapper_test_script.py.
| pybind_wrapper_test_script.z |
Definition at line 61 of file pybind_wrapper_test_script.py.