Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Point2Matrix
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
__safe_for_unpickling__ = True
|
Properties | |
Inherited from |
Method Details |
__contains__( (Point2Matrix)arg1, (Vector2)arg2) -> bool : C++ signature : bool __contains__(class PGL::Point2Matrix {lvalue},class TOOLS::Vector2) |
__getinitargs__( (Point2Matrix)arg1) -> tuple : C++ signature : class boost::python::tuple __getinitargs__(class PGL::Point2Matrix) |
__getitem__( (Point2Matrix)arg1, (tuple)arg2) -> Vector2 : C++ signature : class TOOLS::Vector2 {lvalue} __getitem__(class PGL::Point2Matrix *,class boost::python::tuple) __getitem__( (Point2Matrix)arg1, (int)arg2) -> object : C++ signature : class boost::python::api::object __getitem__(class PGL::Point2Matrix *,unsigned int) |
__init__( (object)arg1, (int)rows, (int)cols) -> None : Point2Matrix(int rows, int cols) C++ signature : void __init__(struct _object *,unsigned int,unsigned int) __init__( (object)arg1, (object)arg2) -> object : Point2Matrix([[a,b,c],[d,e,f]]) C++ signature : void * __init__(class boost::python::api::object,class boost::python::api::object)
|
__len__( (Point2Matrix)arg1) -> int : C++ signature : unsigned int __len__(class PGL::Point2Matrix *) |
helper for pickle
|
__repr__( (Point2Matrix)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PGL::Point2Matrix *)
|
__setitem__( (Point2Matrix)arg1, (tuple)arg2, (Vector2)arg3) -> None : C++ signature : void __setitem__(class PGL::Point2Matrix *,class boost::python::tuple,class TOOLS::Vector2) |
__str__( (Point2Matrix)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(class PGL::Point2Matrix *)
|
clear( (Point2Matrix)arg1) -> None : C++ signature : void clear(class PGL::Point2Matrix {lvalue}) |
empty( (Point2Matrix)arg1) -> bool : C++ signature : bool empty(class PGL::Point2Matrix {lvalue}) |
getColumn( (Point2Matrix)arg1, (int)arg2) -> object : C++ signature : class boost::python::api::object getColumn(class PGL::Point2Matrix *,unsigned int) |
getColumnNb( (Point2Matrix)arg1) -> int : C++ signature : unsigned int getColumnNb(class PGL::Point2Matrix *) |
getDiagonal( (Point2Matrix)arg1) -> object : C++ signature : class boost::python::api::object getDiagonal(class PGL::Point2Matrix *) |
getRow( (Point2Matrix)arg1, (int)arg2) -> object : C++ signature : class boost::python::api::object getRow(class PGL::Point2Matrix *,unsigned int) |
getRowNb( (Point2Matrix)arg1) -> int : C++ signature : unsigned int getRowNb(class PGL::Point2Matrix *) |
insertColumn( (Point2Matrix)arg1, (int)arg2, (object)arg3) -> None : C++ signature : void insertColumn(class PGL::Point2Matrix *,unsigned int,class boost::python::api::object) |
insertRow( (Point2Matrix)arg1, (int)arg2, (object)arg3) -> None : C++ signature : void insertRow(class PGL::Point2Matrix *,unsigned int,class boost::python::api::object) |
isUnique( (Point2Matrix)arg1) -> bool : C++ signature : bool isUnique(class PGL::Point2Matrix {lvalue}) |
pushColumn( (Point2Matrix)arg1, (object)arg2) -> None : C++ signature : void pushColumn(class PGL::Point2Matrix *,class boost::python::api::object) |
pushRow( (Point2Matrix)arg1, (object)arg2) -> None : C++ signature : void pushRow(class PGL::Point2Matrix *,class boost::python::api::object) |
submatrix( (Point2Matrix)arg1, (int)row, (int)col, (int)nbrow, (int)nbcol) -> Point2Matrix : C++ signature : class TOOLS::RefCountPtr<class PGL::Point2Matrix> submatrix(class PGL::Point2Matrix *,unsigned int,unsigned int,unsigned int,unsigned int) |
transpose( (Point2Matrix)arg1) -> Point2Matrix : C++ signature : class TOOLS::RefCountPtr<class PGL::Point2Matrix> transpose(class PGL::Point2Matrix *) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:17 2008 | http://epydoc.sourceforge.net |