|
def | __init__ (self, rows, columns, planes) |
|
def | __call__ (self, *args) |
|
def | at (self, *args) |
|
|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
| at |
|
◆ __init__()
def enigma.eMatrix3d.__init__ |
( |
|
self, |
|
|
|
rows, |
|
|
|
columns, |
|
|
|
planes |
|
) |
| |
__init__(eMatrix3d self, unsigned int rows, unsigned int columns, unsigned int planes) -> eMatrix3d
◆ __call__()
def enigma.eMatrix3d.__call__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__call__(eMatrix3d self, unsigned int i, unsigned int j, unsigned int k) -> float
__call__(eMatrix3d self, unsigned int i, unsigned int j, unsigned int k) -> float const &
Reimplemented in enigma.eMatrix3d4x4.
◆ at()
def enigma.eMatrix3d.at |
( |
|
self, |
|
|
* |
args |
|
) |
| |
at(eMatrix3d self, size_t n) -> eMatrix
at(eMatrix3d self, size_t n) -> eMatrix
Reimplemented in enigma.eMatrix3d4x4.
◆ at
◆ thisown
enigma.eMatrix3d.thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
static |
The documentation for this class was generated from the following file: