Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ExplicitModel --+ | object --+ | | | ??.instance --+ | | | SceneObject --+ | | | Geometry --+ | | | Primitive --+ | | | LineicModel --+ | Polyline
A Polyline describes a curve formed by connected segments. It is defined by a set of points. A color can be associated to each point for visualisation.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
Inherited from |
Properties | |
Inherited from Inherited from Inherited from Inherited from |
Method Details |
__getitem__( (Polyline)arg1, (int)arg2) -> Vector3 : C++ signature : class TOOLS::Vector3 __getitem__(class PGL::Polyline *,unsigned int) |
__init__( (object)arg1, (Point3Array)pointList [, (Color4Array)colorList]) -> None : Polyline(Point3Array pointList, Color4Array colorList = None) C++ signature : void __init__(struct _object *,class TOOLS::RefCountPtr<class PGL::Point3Array> [,class TOOLS::RefCountPtr<class PGL::Color4Array>])
|
__len__( (Polyline)arg1) -> int : C++ signature : unsigned int __len__(class PGL::Polyline *) |
__repr__( (Polyline)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PGL::Polyline *)
|
__setitem__( (Polyline)arg1, (int)arg2, (Vector3)arg3) -> None : C++ signature : void __setitem__(class PGL::Polyline *,unsigned int,class TOOLS::Vector3 *) |
deepcopy( (Polyline)arg1) -> SceneObject : C++ signature : class TOOLS::RefCountPtr<class PGL::SceneObject> deepcopy(class PGL::Polyline {lvalue})
|
split( (Polyline)arg1, (float)u) -> object : C++ signature : class boost::python::api::object split(class PGL::Polyline *,double) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:18 2008 | http://epydoc.sourceforge.net |