cdsList
index
cdsList.py

a sequence class
 
 A container object which behaves much like a Python sequence. i.e. the
[] operator behaves as expected, returning an element or slice and the
len() function returns the size of the list. One difference is that
all elements are of the same type. In the C++ layer this is a commonly
used template container class. 
 

 
Classes
       
__builtin__.object
CDSList_Atom
CDSList_AtomPtr
CDSList_Vec3
CDSList_Vec3Ptr
CDSList_Vec_Vec3
CDSList_Vec_Vec3Ptr
CDSList_Vec_double
CDSList_Vec_doublePtr
CDSList_double
CDSList_doublePtr
CDSList_int
CDSList_intPtr

 
class CDSList_Atom(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_CDSList_Atom>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xee9e18>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_Atom' objects>
list of weak references to the object (if defined)

 
class CDSList_AtomPtr(CDSList_Atom)
    
Method resolution order:
CDSList_AtomPtr
CDSList_Atom
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from CDSList_Atom:
__del__(self, destroy=<built-in function delete_CDSList_Atom>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes inherited from CDSList_Atom:
__dict__ = <dictproxy object at 0xee9b40>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_Atom' objects>
list of weak references to the object (if defined)

 
class CDSList_Vec3(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_CDSList_Vec3>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xee9d00>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_Vec3' objects>
list of weak references to the object (if defined)

 
class CDSList_Vec3Ptr(CDSList_Vec3)
    
Method resolution order:
CDSList_Vec3Ptr
CDSList_Vec3
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from CDSList_Vec3:
__del__(self, destroy=<built-in function delete_CDSList_Vec3>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes inherited from CDSList_Vec3:
__dict__ = <dictproxy object at 0xee9980>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_Vec3' objects>
list of weak references to the object (if defined)

 
class CDSList_Vec_Vec3(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_CDSList_Vec_Vec3>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xee9e18>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_Vec_Vec3' objects>
list of weak references to the object (if defined)

 
class CDSList_Vec_Vec3Ptr(CDSList_Vec_Vec3)
    
Method resolution order:
CDSList_Vec_Vec3Ptr
CDSList_Vec_Vec3
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from CDSList_Vec_Vec3:
__del__(self, destroy=<built-in function delete_CDSList_Vec_Vec3>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes inherited from CDSList_Vec_Vec3:
__dict__ = <dictproxy object at 0xee9b40>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_Vec_Vec3' objects>
list of weak references to the object (if defined)

 
class CDSList_Vec_double(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_CDSList_Vec_double>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xee9d00>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_Vec_double' objects>
list of weak references to the object (if defined)

 
class CDSList_Vec_doublePtr(CDSList_Vec_double)
    
Method resolution order:
CDSList_Vec_doublePtr
CDSList_Vec_double
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from CDSList_Vec_double:
__del__(self, destroy=<built-in function delete_CDSList_Vec_double>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes inherited from CDSList_Vec_double:
__dict__ = <dictproxy object at 0xee9980>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_Vec_double' objects>
list of weak references to the object (if defined)

 
class CDSList_double(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_CDSList_double>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xee9e18>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_double' objects>
list of weak references to the object (if defined)

 
class CDSList_doublePtr(CDSList_double)
    
Method resolution order:
CDSList_doublePtr
CDSList_double
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from CDSList_double:
__del__(self, destroy=<built-in function delete_CDSList_double>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes inherited from CDSList_double:
__dict__ = <dictproxy object at 0xee9b40>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_double' objects>
list of weak references to the object (if defined)

 
class CDSList_int(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_CDSList_int>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xee9d00>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_int' objects>
list of weak references to the object (if defined)

 
class CDSList_intPtr(CDSList_int)
    
Method resolution order:
CDSList_intPtr
CDSList_int
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from CDSList_int:
__del__(self, destroy=<built-in function delete_CDSList_int>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__len__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
help(*args)

Data and other attributes inherited from CDSList_int:
__dict__ = <dictproxy object at 0xee9980>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CDSList_int' objects>
list of weak references to the object (if defined)

 
Functions
       
help(...)