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