Package openalea :: Package plantgl :: Package scenegraph :: Module _pglsg :: Class RealArray
[frames] | no frames]

Class RealArray

 object --+    
          |    
??.instance --+
              |
             RealArray

Instance Methods
 
__add__(...)
__add__( (RealArray)arg1, (float)arg2) -> RealArray :
 
__contains__(...)
__contains__( (RealArray)arg1, (float)arg2) -> bool :
 
__delitem__(...)
__delitem__( (RealArray)arg1, (int)arg2) -> None :
 
__delslice__(...)
__delslice__( (RealArray)arg1, (int)arg2, (int)arg3) -> None :
 
__getinitargs__(...)
__getinitargs__( (RealArray)arg1) -> tuple :
 
__getitem__(...)
__getitem__( (RealArray)arg1, (int)arg2) -> float :
 
__getslice__(...)
__getslice__( (RealArray)arg1, (int)arg2, (int)arg3) -> RealArray :
 
__iadd__(...)
__iadd__( (RealArray)arg1, (float)arg2) -> RealArray :
 
__init__(...)
__init__( (object)arg1, (int)size) -> None : RealArray(int size)
 
__len__(...)
__len__( (RealArray)arg1) -> int :
 
__reduce__(...)
helper for pickle
 
__repr__(...)
__repr__( (RealArray)arg1) -> str :
 
__setitem__(...)
__setitem__( (RealArray)arg1, (int)arg2, (float)arg3) -> None :
 
__str__(...)
__str__( (RealArray)arg1) -> str :
 
append(...)
append( (RealArray)arg1, (float)arg2) -> None :
 
clear(...)
clear( (RealArray)arg1) -> None :
 
getId(...)
getId( (RealArray)arg1) -> int :
 
insert(...)
insert( (RealArray)arg1, (int)arg2, (float)arg3) -> None :
 
pop(...)
pop( (RealArray)arg1 [, (int)arg2]) -> float :
 
reverse(...)
reverse( (RealArray)arg1) -> None :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __setattr__

Class Variables
  __instance_size__ = 12
  __safe_for_unpickling__ = True
Properties

Inherited from object: __class__

Method Details

__add__(...)
(Addition operator)

 

__add__( (RealArray)arg1, (float)arg2) -> RealArray :

    C++ signature :
        class TOOLS::RealArray * __add__(class TOOLS::RealArray *,double)

__contains__(...)
(In operator)

 

__contains__( (RealArray)arg1, (float)arg2) -> bool :

    C++ signature :
        bool __contains__(class TOOLS::RealArray *,double)

__delitem__(...)
(Index deletion operator)

 

__delitem__( (RealArray)arg1, (int)arg2) -> None :

    C++ signature :
        void __delitem__(class TOOLS::RealArray *,int)

__delslice__(...)
(Slice deletion operator)

 

__delslice__( (RealArray)arg1, (int)arg2, (int)arg3) -> None :

    C++ signature :
        void __delslice__(class TOOLS::RealArray *,int,int)

__getinitargs__(...)

 

__getinitargs__( (RealArray)arg1) -> tuple :

    C++ signature :
        class boost::python::tuple __getinitargs__(class TOOLS::RealArray)

__getitem__(...)
(Indexing operator)

 

__getitem__( (RealArray)arg1, (int)arg2) -> float :

    C++ signature :
        double __getitem__(class TOOLS::RealArray *,int)

__getslice__(...)
(Slicling operator)

 

__getslice__( (RealArray)arg1, (int)arg2, (int)arg3) -> RealArray :

    C++ signature :
        class TOOLS::RealArray * __getslice__(class TOOLS::RealArray *,int,int)

__iadd__(...)

 

__iadd__( (RealArray)arg1, (float)arg2) -> RealArray :

    C++ signature :
        class TOOLS::RealArray * __iadd__(class TOOLS::RealArray *,double)

__iadd__( (RealArray)arg1, (RealArray)arg2) -> RealArray :

    C++ signature :
        class TOOLS::RealArray * __iadd__(class TOOLS::RealArray *,class TOOLS::RefCountPtr<class TOOLS::RealArray>)

__init__(...)
(Constructor)

 

__init__( (object)arg1, (int)size) -> None :
    RealArray(int size)

    C++ signature :
        void __init__(struct _object *,unsigned int)

__init__( (object)arg1, (object)arg2) -> object :
    IndexArray([a,b,...])

    C++ signature :
        void * __init__(class boost::python::api::object,class boost::python::api::object)

Overrides: object.__init__

__len__(...)
(Length operator)

 

__len__( (RealArray)arg1) -> int :

    C++ signature :
        unsigned int __len__(class TOOLS::RealArray *)

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(...)
(Representation operator)

 

__repr__( (RealArray)arg1) -> str :

    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class TOOLS::RealArray *)

Overrides: object.__repr__

__setitem__(...)
(Index assignment operator)

 

__setitem__( (RealArray)arg1, (int)arg2, (float)arg3) -> None :

    C++ signature :
        void __setitem__(class TOOLS::RealArray *,int,double)

__str__(...)
(Informal representation operator)

 

__str__( (RealArray)arg1) -> str :

    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(class TOOLS::RealArray *)

Overrides: object.__str__

append(...)

 

append( (RealArray)arg1, (float)arg2) -> None :

    C++ signature :
        void append(class TOOLS::RealArray *,double)

clear(...)

 

clear( (RealArray)arg1) -> None :

    C++ signature :
        void clear(class TOOLS::RealArray {lvalue})

getId(...)

 

getId( (RealArray)arg1) -> int :

    C++ signature :
        unsigned int getId(class TOOLS::RealArray *)

insert(...)

 

insert( (RealArray)arg1, (int)arg2, (float)arg3) -> None :

    C++ signature :
        void insert(class TOOLS::RealArray *,int,double)

pop(...)

 

pop( (RealArray)arg1 [, (int)arg2]) -> float :

    C++ signature :
        double pop(class TOOLS::RealArray * [,int])

reverse(...)

 

reverse( (RealArray)arg1) -> None :

    C++ signature :
        void reverse(class TOOLS::RealArray {lvalue})