Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ExplicitModel --+ | PointSet
PointSet describes an explicit set of points
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
Inherited from |
Properties | |
Inherited from Inherited from Inherited from |
Method Details |
__init__( (object)arg1, (Point3Array)pointList [, (Color4Array)colorList]) -> None : PointSet(Point3Array pointList, Color4Array colorList = None) C++ signature : void __init__(struct _object *,class TOOLS::RefCountPtr<class PGL::Point3Array> [,class TOOLS::RefCountPtr<class PGL::Color4Array>])
|
__repr__( (PointSet)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PGL::PointSet *)
|
copy( (PointSet)arg1) -> SceneObject : C++ signature : class TOOLS::RefCountPtr<class PGL::SceneObject> copy(class PGL::PointSet {lvalue}) |
transform( (PointSet)arg1, (Transformation3D)arg2) -> ExplicitModel : C++ signature : class TOOLS::RefCountPtr<class PGL::ExplicitModel> transform(class PGL::PointSet {lvalue},class TOOLS::RefCountPtr<class PGL::Transformation3D>)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:18 2008 | http://epydoc.sourceforge.net |