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