| Trees | Indices | Help | 
 | 
|---|
|  | 
 object --+    
          |    
??.instance --+
              |
             Matrix4Array
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| Class Variables | |
| __instance_size__ = 12 | |
| __safe_for_unpickling__ = True | |
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 
__add__( (Matrix4Array)arg1, (Matrix4)arg2) -> Matrix4Array :
    C++ signature :
        class TOOLS::Array1<class TOOLS::Matrix4> * __add__(class TOOLS::Array1<class TOOLS::Matrix4> *,class TOOLS::Matrix4)
 | 
| 
 
__contains__( (Matrix4Array)arg1, (Matrix4)arg2) -> bool :
    C++ signature :
        bool __contains__(class TOOLS::Array1<class TOOLS::Matrix4> *,class TOOLS::Matrix4)
 | 
| 
 
__delitem__( (Matrix4Array)arg1, (int)arg2) -> None :
    C++ signature :
        void __delitem__(class TOOLS::Array1<class TOOLS::Matrix4> *,int)
 | 
| 
 
__delslice__( (Matrix4Array)arg1, (int)arg2, (int)arg3) -> None :
    C++ signature :
        void __delslice__(class TOOLS::Array1<class TOOLS::Matrix4> *,int,int)
 | 
| 
 
__getinitargs__( (Matrix4Array)arg1) -> tuple :
    C++ signature :
        class boost::python::tuple __getinitargs__(class TOOLS::Array1<class TOOLS::Matrix4>)
 | 
| 
 
__getitem__( (Matrix4Array)arg1, (int)arg2) -> Matrix4 :
    C++ signature :
        class TOOLS::Matrix4 {lvalue} __getitem__(class TOOLS::Array1<class TOOLS::Matrix4> *,int)
 | 
| 
 
__getslice__( (Matrix4Array)arg1, (int)arg2, (int)arg3) -> Matrix4Array :
    C++ signature :
        class TOOLS::Array1<class TOOLS::Matrix4> * __getslice__(class TOOLS::Array1<class TOOLS::Matrix4> *,int,int)
 | 
| 
 
__iadd__( (Matrix4Array)arg1, (Matrix4)arg2) -> Matrix4Array :
    C++ signature :
        class TOOLS::Array1<class TOOLS::Matrix4> * __iadd__(class TOOLS::Array1<class TOOLS::Matrix4> *,class TOOLS::Matrix4)
__iadd__( (Matrix4Array)arg1, (Matrix4Array)arg2) -> Matrix4Array :
    C++ signature :
        class TOOLS::Array1<class TOOLS::Matrix4> * __iadd__(class TOOLS::Array1<class TOOLS::Matrix4> *,class TOOLS::RefCountPtr<class TOOLS::Array1<class TOOLS::Matrix4> >)
 | 
| 
 
__init__( (object)arg1, (int)size) -> None :
    Matrix4Array(int size)
    C++ signature :
        void __init__(struct _object *,unsigned int)
__init__( (object)arg1, (object)arg2) -> object :
    Matrix4Array([Matrix4(...),...])
    C++ signature :
        void * __init__(class boost::python::api::object,class boost::python::api::object)
 | 
| 
 
__len__( (Matrix4Array)arg1) -> int :
    C++ signature :
        unsigned int __len__(class TOOLS::Array1<class TOOLS::Matrix4> *)
 | 
| 
 helper for pickle 
 | 
| 
 
__repr__( (Matrix4Array)arg1) -> str :
    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class TOOLS::Array1<class TOOLS::Matrix4> *)
 | 
| 
 
__setitem__( (Matrix4Array)arg1, (int)arg2, (Matrix4)arg3) -> None :
    C++ signature :
        void __setitem__(class TOOLS::Array1<class TOOLS::Matrix4> *,int,class TOOLS::Matrix4)
 | 
| 
 
__str__( (Matrix4Array)arg1) -> str :
    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(class TOOLS::Array1<class TOOLS::Matrix4> *)
 | 
| 
 
append( (Matrix4Array)arg1, (Matrix4)arg2) -> None :
    C++ signature :
        void append(class TOOLS::Array1<class TOOLS::Matrix4> *,class TOOLS::Matrix4)
 | 
| 
 
clear( (Matrix4Array)arg1) -> None :
    C++ signature :
        void clear(class TOOLS::Array1<class TOOLS::Matrix4> {lvalue})
 | 
| 
 
getId( (Matrix4Array)arg1) -> int :
    C++ signature :
        unsigned int getId(class TOOLS::Array1<class TOOLS::Matrix4> *)
 | 
| 
 
insert( (Matrix4Array)arg1, (int)arg2, (Matrix4)arg3) -> None :
    C++ signature :
        void insert(class TOOLS::Array1<class TOOLS::Matrix4> *,int,class TOOLS::Matrix4)
 | 
| 
 
pop( (Matrix4Array)arg1 [, (int)arg2]) -> Matrix4 :
    C++ signature :
        class TOOLS::Matrix4 pop(class TOOLS::Array1<class TOOLS::Matrix4> * [,int])
 | 
| 
 
reverse( (Matrix4Array)arg1) -> None :
    C++ signature :
        void reverse(class TOOLS::Array1<class TOOLS::Matrix4> {lvalue})
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:17 2008 | http://epydoc.sourceforge.net |