Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Point3Array
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
__safe_for_unpickling__ = True
|
Properties | |
Inherited from |
Method Details |
__add__( (Point3Array)arg1, (Vector3)arg2) -> Point3Array : C++ signature : class PGL::Point3Array * __add__(class PGL::Point3Array *,class TOOLS::Vector3) |
__contains__( (Point3Array)arg1, (Vector3)arg2) -> bool : C++ signature : bool __contains__(class PGL::Point3Array *,class TOOLS::Vector3) |
__delitem__( (Point3Array)arg1, (int)arg2) -> None : C++ signature : void __delitem__(class PGL::Point3Array *,int) |
__delslice__( (Point3Array)arg1, (int)arg2, (int)arg3) -> None : C++ signature : void __delslice__(class PGL::Point3Array *,int,int) |
__getinitargs__( (Point3Array)arg1) -> tuple : C++ signature : class boost::python::tuple __getinitargs__(class PGL::Point3Array) |
__getitem__( (Point3Array)arg1, (int)arg2) -> Vector3 : C++ signature : class TOOLS::Vector3 {lvalue} __getitem__(class PGL::Point3Array *,int) |
__getslice__( (Point3Array)arg1, (int)arg2, (int)arg3) -> Point3Array : C++ signature : class PGL::Point3Array * __getslice__(class PGL::Point3Array *,int,int) |
__iadd__( (Point3Array)arg1, (Vector3)arg2) -> Point3Array : C++ signature : class PGL::Point3Array * __iadd__(class PGL::Point3Array *,class TOOLS::Vector3) __iadd__( (Point3Array)arg1, (Point3Array)arg2) -> Point3Array : C++ signature : class PGL::Point3Array * __iadd__(class PGL::Point3Array *,class TOOLS::RefCountPtr<class PGL::Point3Array>) |
__init__( (object)arg1, (int)size) -> None : Point3Array(int size) C++ signature : void __init__(struct _object *,unsigned int) __init__( (object)arg1, (object)arg2) -> object : Point3Array([Vector3(x,y,z),...]) C++ signature : void * __init__(class boost::python::api::object,class boost::python::api::object) __init__( (object)arg1, (Point2Array)arg2, (float)arg3) -> object : Point3Array(Point2Array a, z) C++ signature : void * __init__(class boost::python::api::object,class TOOLS::RefCountPtr<class PGL::Point2Array>,double)
|
__len__( (Point3Array)arg1) -> int : C++ signature : unsigned int __len__(class PGL::Point3Array *) |
helper for pickle
|
__repr__( (Point3Array)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PGL::Point3Array *)
|
__setitem__( (Point3Array)arg1, (int)arg2, (Vector3)arg3) -> None : C++ signature : void __setitem__(class PGL::Point3Array *,int,class TOOLS::Vector3) |
__str__( (Point3Array)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(class PGL::Point3Array *)
|
append( (Point3Array)arg1, (Vector3)arg2) -> None : C++ signature : void append(class PGL::Point3Array *,class TOOLS::Vector3) |
clear( (Point3Array)arg1) -> None : C++ signature : void clear(class PGL::Point3Array {lvalue}) |
getBounds( (Point3Array)arg1) -> object : C++ signature : class boost::python::api::object getBounds(class PGL::Point3Array const *) |
getCenter( (Point3Array)arg1) -> Vector3 : C++ signature : class TOOLS::Vector3 getCenter(class PGL::Point3Array {lvalue}) |
getExtent( (Point3Array)arg1) -> Vector3 : C++ signature : class TOOLS::Vector3 getExtent(class PGL::Point3Array {lvalue}) |
getId( (Point3Array)arg1) -> int : C++ signature : unsigned int getId(class PGL::Point3Array *) |
getLength( (Point3Array)arg1) -> float : C++ signature : double getLength(class PGL::Point3Array {lvalue}) |
getXMaxIndex( (Point3Array)arg1) -> int : C++ signature : int getXMaxIndex(class PGL::Point3Array const *) |
getXMinAndMaxIndex( (Point3Array)arg1) -> object : C++ signature : class boost::python::api::object getXMinAndMaxIndex(class PGL::Point3Array const *) |
getXMinIndex( (Point3Array)arg1) -> int : C++ signature : int getXMinIndex(class PGL::Point3Array const *) |
getYMaxIndex( (Point3Array)arg1) -> int : C++ signature : int getYMaxIndex(class PGL::Point3Array const *) |
getYMinAndMaxIndex( (Point3Array)arg1) -> object : C++ signature : class boost::python::api::object getYMinAndMaxIndex(class PGL::Point3Array const *) |
getYMinIndex( (Point3Array)arg1) -> int : C++ signature : int getYMinIndex(class PGL::Point3Array const *) |
getZMaxIndex( (Point3Array)arg1) -> int : C++ signature : int getZMaxIndex(class PGL::Point3Array const *) |
getZMinAndMaxIndex( (Point3Array)arg1) -> object : C++ signature : class boost::python::api::object getZMinAndMaxIndex(class PGL::Point3Array const *) |
getZMinIndex( (Point3Array)arg1) -> int : C++ signature : int getZMinIndex(class PGL::Point3Array const *) |
hausdorff_distance( (Point3Array)arg1, (Point3Array)arg2) -> float : C++ signature : double hausdorff_distance(class TOOLS::RefCountPtr<class PGL::Point3Array>,class TOOLS::RefCountPtr<class PGL::Point3Array>) |
insert( (Point3Array)arg1, (int)arg2, (Vector3)arg3) -> None : C++ signature : void insert(class PGL::Point3Array *,int,class TOOLS::Vector3) |
normalize( (Point3Array)arg1) -> None : C++ signature : void normalize(class PGL::Point3Array {lvalue}) |
partition( (Point3Array)arg1, (object)arg2) -> list : C++ signature : class boost::python::list partition(class PGL::Point3Array *,class boost::python::api::object) |
pop( (Point3Array)arg1 [, (int)arg2]) -> Vector3 : C++ signature : class TOOLS::Vector3 pop(class PGL::Point3Array * [,int]) |
project( (Point3Array)arg1) -> Point2Array : C++ signature : class TOOLS::RefCountPtr<class PGL::Point2Array> project(class PGL::Point3Array {lvalue}) |
reverse( (Point3Array)arg1) -> None : C++ signature : void reverse(class PGL::Point3Array {lvalue}) |
sort( (Point3Array)arg1, (object)arg2) -> None : C++ signature : void sort(class PGL::Point3Array *,class boost::python::api::object) |
sortZ( (Point3Array)arg1) -> None : C++ signature : void sortZ(class PGL::Point3Array *) |
transform( (Point3Array)arg1, (Matrix3)arg2) -> None : C++ signature : void transform(class PGL::Point3Array {lvalue},class TOOLS::Matrix3) transform( (Point3Array)arg1, (Matrix4)arg2) -> None : C++ signature : void transform(class PGL::Point3Array {lvalue},class TOOLS::Matrix4) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:17 2008 | http://epydoc.sourceforge.net |