![]() |
BoB robotics
The Brains on Board robotics library
|
This is the complete list of members for pybind11::array, including all inherited members.
| __attribute__((deprecated("Use reinterpret_borrow<""array"">() or reinterpret_steal<""array"">()"))) array(handle h (defined in pybind11::array) | pybind11::array | |
| __attribute__((deprecated("Use reinterpret_borrow<""buffer"">() or reinterpret_steal<""buffer"">()"))) buffer(handle h (defined in pybind11::buffer) | pybind11::buffer | |
| __attribute__((deprecated("Use reinterpret_borrow<object>() or reinterpret_steal<object>()"))) object(handle h (defined in pybind11::object) | pybind11::object | |
| pybind11::handle::__attribute__((deprecated("Use obj1.is(obj2) instead"))) bool operator | pybind11::handle | |
| array() (defined in pybind11::array) | pybind11::array | inline |
| array(const pybind11::dtype &dt, ShapeContainer shape, StridesContainer strides, const void *ptr=nullptr, handle base=handle()) (defined in pybind11::array) | pybind11::array | inline |
| array(const pybind11::dtype &dt, ShapeContainer shape, const void *ptr=nullptr, handle base=handle()) (defined in pybind11::array) | pybind11::array | inline |
| array(const pybind11::dtype &dt, T count, const void *ptr=nullptr, handle base=handle()) (defined in pybind11::array) | pybind11::array | inline |
| array(ShapeContainer shape, StridesContainer strides, const T *ptr, handle base=handle()) (defined in pybind11::array) | pybind11::array | inline |
| array(ShapeContainer shape, const T *ptr, handle base=handle()) (defined in pybind11::array) | pybind11::array | inline |
| array(ssize_t count, const T *ptr, handle base=handle()) (defined in pybind11::array) | pybind11::array | inlineexplicit |
| array(const buffer_info &info, handle base=handle()) (defined in pybind11::array) | pybind11::array | inlineexplicit |
| attr(handle key) const | pybind11::detail::object_api< handle > | |
| attr(const char *key) const | pybind11::detail::object_api< handle > | |
| base() const | pybind11::array | inline |
| begin() const | pybind11::detail::object_api< handle > | |
| borrowed_t (defined in pybind11::array) | pybind11::array | |
| byte_offset(Ix... index) const (defined in pybind11::array) | pybind11::array | inlineprotected |
| cast() const & (defined in pybind11::object) | pybind11::object | |
| cast() && (defined in pybind11::object) | pybind11::object | |
| cast() const & (defined in pybind11::object) | pybind11::object | |
| cast() && (defined in pybind11::object) | pybind11::object | |
| cast() const & (defined in pybind11::object) | pybind11::object | inline |
| cast() && (defined in pybind11::object) | pybind11::object | inline |
| pybind11::handle::cast() const | pybind11::handle | |
| check_dimensions(Ix... index) const (defined in pybind11::array) | pybind11::array | inlineprotected |
| check_dimensions_impl(ssize_t, const ssize_t *) const (defined in pybind11::array) | pybind11::array | inlineprotected |
| check_dimensions_impl(ssize_t axis, const ssize_t *shape, ssize_t i, Ix... index) const (defined in pybind11::array) | pybind11::array | inlineprotected |
| check_writeable() const (defined in pybind11::array) | pybind11::array | inlineprotected |
| contains(T &&item) const | pybind11::detail::object_api< handle > | |
| data(Ix... index) const | pybind11::array | inline |
| dec_ref() const & | pybind11::handle | inline |
| detail::npy_format_descriptor (defined in pybind11::array) | pybind11::array | friend |
| doc() const | pybind11::detail::object_api< handle > | |
| dtype() const | pybind11::array | inline |
| end() const | pybind11::detail::object_api< handle > | |
| ensure(handle h, int ExtraFlags=0) | pybind11::array | inlinestatic |
| equal(object_api const &other) const | pybind11::detail::object_api< handle > | inline |
| fail_dim_check(ssize_t dim, const std::string &msg) const (defined in pybind11::array) | pybind11::array | inlineprotected |
| flags() const | pybind11::array | inline |
| handle()=default | pybind11::handle | |
| handle(PyObject *ptr) | pybind11::handle | inline |
| inc_ref() const & | pybind11::handle | inline |
| index_at(Ix... index) const | pybind11::array | inline |
| is(object_api const &other) const | pybind11::detail::object_api< handle > | inline |
| is_borrowed (defined in pybind11::array) | pybind11::array | |
| is_none() const | pybind11::detail::object_api< handle > | inline |
| itemsize() const | pybind11::array | inline |
| mutable_data(Ix... index) | pybind11::array | inline |
| mutable_unchecked() & | pybind11::array | inline |
| nbytes() const | pybind11::array | inline |
| ndim() const | pybind11::array | inline |
| object()=default (defined in pybind11::object) | pybind11::object | |
| object(const object &o) | pybind11::object | inline |
| object(object &&other) noexcept | pybind11::object | inline |
| object(handle h, borrowed_t) (defined in pybind11::object) | pybind11::object | inline |
| object(handle h, stolen_t) (defined in pybind11::object) | pybind11::object | inline |
| offset_at(Ix... index) const | pybind11::array | inline |
| offset_at() const (defined in pybind11::array) | pybind11::array | inline |
| operator bool() const | pybind11::handle | inlineexplicit |
| operator()(Args &&...args) const | pybind11::detail::object_api< handle > | |
| operator*() const | pybind11::detail::object_api< handle > | |
| operator=(const object &other) (defined in pybind11::object) | pybind11::object | inline |
| operator=(object &&other) noexcept (defined in pybind11::object) | pybind11::object | inline |
| operator[](handle key) const | pybind11::detail::object_api< handle > | |
| operator[](const char *key) const | pybind11::detail::object_api< handle > | |
| owndata() const | pybind11::array | inline |
| ptr() const | pybind11::handle | inline |
| ptr() (defined in pybind11::handle) | pybind11::handle | inline |
| raw_array(PyObject *ptr, int ExtraFlags=0) | pybind11::array | inlineprotectedstatic |
| ref_count() const | pybind11::detail::object_api< handle > | inline |
| release() | pybind11::object | inline |
| reshape(ShapeContainer new_shape) | pybind11::array | inline |
| resize(ShapeContainer new_shape, bool refcheck=true) | pybind11::array | inline |
| shape() const | pybind11::array | inline |
| shape(ssize_t dim) const | pybind11::array | inline |
| ShapeContainer typedef (defined in pybind11::array) | pybind11::array | |
| size() const | pybind11::array | inline |
| squeeze() | pybind11::array | inline |
| strides() const | pybind11::array | inline |
| strides(ssize_t dim) const | pybind11::array | inline |
| StridesContainer typedef (defined in pybind11::array) | pybind11::array | |
| unchecked() const & | pybind11::array | inline |
| view(const std::string &dtype) | pybind11::array | inline |
| writeable() const | pybind11::array | inline |
| ~object() | pybind11::object | inline |