Public Member Functions | |
def | __init__ |
def | applyop |
Apply self to a vector other. | |
Public Attributes | |
axis | |
Static Public Attributes | |
string | name = 'pick' |
Zero a portion of a dataset based on a header mask
Definition at line 40 of file transforms.py.
def __init__ | ( | self, | ||
inSpace, | ||||
mask, | ||||
axis = 2 | ||||
) |
Definition at line 43 of file transforms.py.
def applyop | ( | self, | ||
other | ||||
) |
string name = 'pick' [static] |
Definition at line 41 of file transforms.py.
Definition at line 44 of file transforms.py.