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

Class Curve2DArray

 object --+    
          |    
??.instance --+
              |
             Curve2DArray

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

    C++ signature :
        class PGL::Curve2DArray * __add__(class PGL::Curve2DArray *,class TOOLS::RefCountPtr<class PGL::Curve2D>)

__contains__(...)
(In operator)

 

__contains__( (Curve2DArray)arg1, (Curve2D)arg2) -> bool :

    C++ signature :
        bool __contains__(class PGL::Curve2DArray *,class TOOLS::RefCountPtr<class PGL::Curve2D>)

__delitem__(...)
(Index deletion operator)

 

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

    C++ signature :
        void __delitem__(class PGL::Curve2DArray *,int)

__delslice__(...)
(Slice deletion operator)

 

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

    C++ signature :
        void __delslice__(class PGL::Curve2DArray *,int,int)

__getinitargs__(...)

 

__getinitargs__( (Curve2DArray)arg1) -> tuple :

    C++ signature :
        class boost::python::tuple __getinitargs__(class PGL::Curve2DArray)

__getitem__(...)
(Indexing operator)

 

__getitem__( (Curve2DArray)arg1, (int)arg2) -> Curve2D :

    C++ signature :
        class TOOLS::RefCountPtr<class PGL::Curve2D> __getitem__(class PGL::Curve2DArray *,int)

__getslice__(...)
(Slicling operator)

 

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

    C++ signature :
        class PGL::Curve2DArray * __getslice__(class PGL::Curve2DArray *,int,int)

__iadd__(...)

 

__iadd__( (Curve2DArray)arg1, (Curve2D)arg2) -> Curve2DArray :

    C++ signature :
        class PGL::Curve2DArray * __iadd__(class PGL::Curve2DArray *,class TOOLS::RefCountPtr<class PGL::Curve2D>)

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

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

__init__(...)
(Constructor)

 

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

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

__init__( (object)arg1, (object)arg2) -> object :
    Curve2DArray([Curve2D,...])

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

Overrides: object.__init__

__len__(...)
(Length operator)

 

__len__( (Curve2DArray)arg1) -> int :

    C++ signature :
        unsigned int __len__(class PGL::Curve2DArray *)

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(...)
(Representation operator)

 

__repr__( (Curve2DArray)arg1) -> str :

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

Overrides: object.__repr__

__setitem__(...)
(Index assignment operator)

 

__setitem__( (Curve2DArray)arg1, (int)arg2, (Curve2D)arg3) -> None :

    C++ signature :
        void __setitem__(class PGL::Curve2DArray *,int,class TOOLS::RefCountPtr<class PGL::Curve2D>)

__str__(...)
(Informal representation operator)

 

__str__( (Curve2DArray)arg1) -> str :

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

Overrides: object.__str__

append(...)

 

append( (Curve2DArray)arg1, (Curve2D)arg2) -> None :

    C++ signature :
        void append(class PGL::Curve2DArray *,class TOOLS::RefCountPtr<class PGL::Curve2D>)

clear(...)

 

clear( (Curve2DArray)arg1) -> None :

    C++ signature :
        void clear(class PGL::Curve2DArray {lvalue})

getId(...)

 

getId( (Curve2DArray)arg1) -> int :

    C++ signature :
        unsigned int getId(class PGL::Curve2DArray *)

insert(...)

 

insert( (Curve2DArray)arg1, (int)arg2, (Curve2D)arg3) -> None :

    C++ signature :
        void insert(class PGL::Curve2DArray *,int,class TOOLS::RefCountPtr<class PGL::Curve2D>)

pop(...)

 

pop( (Curve2DArray)arg1 [, (int)arg2]) -> Curve2D :

    C++ signature :
        class TOOLS::RefCountPtr<class PGL::Curve2D> pop(class PGL::Curve2DArray * [,int])

reverse(...)

 

reverse( (Curve2DArray)arg1) -> None :

    C++ signature :
        void reverse(class PGL::Curve2DArray {lvalue})