Package openalea :: Package plantgl :: Package scenegraph :: Module _pglsg :: Class PointSet
[frames] | no frames]

Class PointSet

 object --+                    
          |                    
??.instance --+                
              |                
    SceneObject --+            
                  |            
           Geometry --+        
                      |        
              Primitive --+    
                          |    
              ExplicitModel --+
                              |
                             PointSet

PointSet describes an explicit set of points

Instance Methods
 
__init__(...)
__init__( (object)arg1, (Point3Array)pointList [, (Color4Array)colorList]) -> None : PointSet(Point3Array pointList, Color4Array colorList = None)
 
__repr__(...)
__repr__( (PointSet)arg1) -> str :
 
copy(...)
copy( (PointSet)arg1) -> SceneObject :
 
transform(...)
transform( (PointSet)arg1, (Transformation3D)arg2) -> ExplicitModel :

Inherited from ExplicitModel: isColorListToDefault

Inherited from Geometry: deepcopy, isACurve, isASurface, isAVolume, isExplicit

Inherited from SceneObject: __reduce__, apply, getId, getName, isNamed, isValid, setName

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __setattr__, __str__

Class Variables
  __instance_size__ = 12

Inherited from SceneObject: __safe_for_unpickling__

Properties

Inherited from ExplicitModel: colorList, pointList

Inherited from SceneObject: name

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__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>])

Overrides: object.__init__

__repr__(...)
(Representation operator)

 

__repr__( (PointSet)arg1) -> str :

    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PGL::PointSet *)

Overrides: object.__repr__

copy(...)

 

copy( (PointSet)arg1) -> SceneObject :

    C++ signature :
        class TOOLS::RefCountPtr<class PGL::SceneObject> copy(class PGL::PointSet {lvalue})

transform(...)

 

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>)

Overrides: ExplicitModel.transform