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