DoubleList Class Reference

Class Description

Proxy of C++ Autodesk::Max::PrimitiveList<(double)> class
+ Inheritance diagram for DoubleList:

Public Member Functions

def Append (self, args)
 
def Delete (self, args)
 
def GetCount (self)
 
def GetItem (self, args)
 
def Insert (self, args)
 
def SetCount (self, args)
 
def SetItem (self, args)
 

Public Attributes

 this
 

Static Public Attributes

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

Member Function Documentation

def Append (   self,
  args 
)
Append(DoubleList self, double x)
def Delete (   self,
  args 
)
Delete(DoubleList self, int n)
def GetCount (   self)
GetCount(DoubleList self) -> int
def GetItem (   self,
  args 
)
GetItem(DoubleList self, int n) -> double
def Insert (   self,
  args 
)
Insert(DoubleList self, double x, int at)
def SetCount (   self,
  args 
)
SetCount(DoubleList self, int n)
def SetItem (   self,
  args 
)
SetItem(DoubleList self, int n, double x)