Public Member Functions | |
def | __init__ |
def | setData |
def | getData |
def | appendData |
Public Attributes | |
type | |
x | |
y | |
z |
Class that stores the surface data
def xppy.utils.plot.Surf.__init__ | ( | self, | ||
x = [] , |
||||
y = [] , |
||||
z = [] , |
||||
type = None | ||||
) |
Constructor
def xppy.utils.plot.Surf.appendData | ( | self, | ||
x, | ||||
y, | ||||
z | ||||
) |
Append data to the matrix
def xppy.utils.plot.Surf.getData | ( | self | ) |
Data getter
def xppy.utils.plot.Surf.setData | ( | self, | ||
x, | ||||
y, | ||||
z | ||||
) |
Data setter