class documentation

class Matrix3d(object):

Constructor: Matrix3d(width, length, depth)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method add Undocumented
Method get Undocumented
Method get_as_np Undocumented
Method get_as_vals Undocumented
Method print Undocumented
Method set_from_np Undocumented
Method shape Undocumented
Instance Variable depth Undocumented
Instance Variable length Undocumented
Instance Variable matrix Undocumented
Instance Variable width Undocumented
def __init__(self, width, length, depth=1):

Undocumented

def add(self, i, j, k=0, data=0):

Undocumented

def get(self, i, j, k=0):

Undocumented

def get_as_np(self, is2d=False):

Undocumented

def get_as_vals(self):

Undocumented

def print(self):

Undocumented

def set_from_np(self, npy):

Undocumented

def shape(self):

Undocumented

depth =

Undocumented

length =

Undocumented

matrix: list =

Undocumented

width =

Undocumented