enigma2  2.6
Public Member Functions | Static Public Attributes | List of all members
enigma.eMatrix3d Class Reference
Inheritance diagram for enigma.eMatrix3d:
enigma.eMatrix3d4x4

Public Member Functions

def __init__ (self, rows, columns, planes)
 
def __call__ (self, *args)
 
def at (self, *args)
 

Static Public Attributes

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
 at
 

Constructor & Destructor Documentation

◆ __init__()

def enigma.eMatrix3d.__init__ (   self,
  rows,
  columns,
  planes 
)
__init__(eMatrix3d self, unsigned int rows, unsigned int columns, unsigned int planes) -> eMatrix3d

Member Function Documentation

◆ __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.

Member Data Documentation

◆ at

enigma.eMatrix3d.at
static

◆ 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: