| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Octree
| Nested Classes | |
| ConstructionMethod | |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
__instance_size__ = 12
|
|
| Properties | |
| center | |
| depth | |
| size | |
|
Inherited from |
|
| Method Details |
__init__( (object)arg1, (Scene)scene [, (int)maxscale [, (int)maxelements [, (ConstructionMethod)method]]]) -> None :
Octree(scene,maxscale,maxelements,method)
C++ signature :
void __init__(struct _object *,class TOOLS::RefCountPtr<class PGL::Scene> [,unsigned int [,unsigned int [,enum PGL::Octree::ConstructionMethod]]])
__init__( (object)arg1, (Scene)scene, (Vector3)center, (Vector3)size [, (int)maxscale [, (int)maxelements [, (ConstructionMethod)method]]]) -> None :
Octree(scene,center,size,maxscale,maxelements,method)
C++ signature :
void __init__(struct _object *,class TOOLS::RefCountPtr<class PGL::Scene>,class TOOLS::Vector3,class TOOLS::Vector3 [,unsigned int [,unsigned int [,enum PGL::Octree::ConstructionMethod]]])
|
helper for pickle
|
contains( (Octree)arg1, (Vector3)arg2) -> bool :
C++ signature :
bool contains(class PGL::Octree {lvalue},class TOOLS::Vector3)
|
findFirstPoint( (Octree)arg1, (Ray)arg2) -> object :
C++ signature :
class boost::python::api::object findFirstPoint(class PGL::Octree *,class PGL::Ray)
|
getDetails( (Octree)arg1) -> object :
C++ signature :
class boost::python::api::object getDetails(class PGL::Octree *)
|
getRepresentation( (Octree)arg1) -> Scene :
C++ signature :
class TOOLS::RefCountPtr<class PGL::Scene> getRepresentation(class PGL::Octree {lvalue})
|
getSizes( (Octree)arg1) -> object :
C++ signature :
class boost::python::api::object getSizes(class PGL::Octree *)
|
getVolume( (Octree)arg1, (int)arg2) -> float :
C++ signature :
double getVolume(class PGL::Octree {lvalue},unsigned int)
|
intersection( (Octree)arg1, (Ray)arg2) -> object :
C++ signature :
class boost::python::api::object intersection(class PGL::Octree *,class PGL::Ray)
|
| Property Details |
center
|
depth
|
size
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:16 2008 | http://epydoc.sourceforge.net |