BitArrayList Class Reference
Proxy of C++ Autodesk::Max::List<(Autodesk::Max::BitArray,::BitArray)> class
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def Append |
( |
|
self, |
|
|
|
args |
|
) |
| |
Append(BitArrayList self, BitArray x)
def Delete |
( |
|
self, |
|
|
|
args |
|
) |
| |
Delete(BitArrayList self, int n)
GetCount(BitArrayList self) -> int
def GetItem |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetItem(BitArrayList self, int n) -> BitArray
def Insert |
( |
|
self, |
|
|
|
args |
|
) |
| |
Insert(BitArrayList self, BitArray x, int at)
def SetCount |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetCount(BitArrayList self, int n)
def SetItem |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetItem(BitArrayList self, int n, BitArray x)