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