|
HDK
|
#include <PyImathFixedMatrix.h>
Public Member Functions | |
| FixedMatrix (T *ptr, int rows, int cols, int rowStride=1, int colStride=1) | |
| FixedMatrix (int rows, int cols) | |
| FixedMatrix (const FixedMatrix &other) | |
| const FixedMatrix & | operator= (const FixedMatrix &other) |
| void | unref () |
| ~FixedMatrix () | |
| Py_ssize_t | convert_index (int index) const |
| void | extract_slice_indices (PyObject *index, Py_ssize_t &start, Py_ssize_t &end, Py_ssize_t &step, Py_ssize_t &slicelength) const |
| const FixedArray< T > * | getitem (int index) const |
| FixedMatrix | getslice (PyObject *index) const |
| void | setitem_scalar (PyObject *index, const T &data) |
| void | setitem_vector (PyObject *index, const FixedArray< T > &data) |
| void | setitem_matrix (PyObject *index, const FixedMatrix &data) |
| int | rows () const |
| int | cols () const |
| int | rowStride () const |
| int | colStride () const |
| T & | element (int i, int j) |
| const T & | element (int i, int j) const |
| FixedArray< T > | operator[] (int i) |
| const FixedArray< T > | operator[] (int i) const |
| template<class T2 > | |
| int | match_dimension (const FixedMatrix< T2 > &a1) const |
Static Public Member Functions | |
| static hboost::python::class_ < FixedMatrix< T > > | register_ (const char *name, const char *doc) |
Definition at line 23 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 34 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 41 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 48 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 90 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 192 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 194 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 95 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 196 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 197 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 105 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 127 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 132 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 219 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 57 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 199 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 200 of file PyImathFixedMatrix.h.
|
inlinestatic |
Definition at line 202 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 191 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 193 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 174 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 146 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 158 of file PyImathFixedMatrix.h.
|
inline |
Definition at line 73 of file PyImathFixedMatrix.h.