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

Class ExplicitModel

 object --+                
          |                
??.instance --+            
              |            
    SceneObject --+        
                  |        
           Geometry --+    
                      |    
              Primitive --+
                          |
                         ExplicitModel
Known Subclasses:

Explicit geometric representation based on a set of 3D points.

Instance Methods
 
isColorListToDefault(...)
isColorListToDefault( (ExplicitModel)arg1) -> bool :
 
transform(...)
transform( (ExplicitModel)arg1, (Transformation3D)arg2) -> ExplicitModel :

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

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

Inherited from unreachable.instance: __new__

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

Class Variables

Inherited from SceneObject: __safe_for_unpickling__

Properties
  colorList
  pointList

Inherited from SceneObject: name

Inherited from object: __class__

Method Details

isColorListToDefault(...)

 

isColorListToDefault( (ExplicitModel)arg1) -> bool :

    C++ signature :
        bool isColorListToDefault(class PGL::ExplicitModel {lvalue})

transform(...)

 

transform( (ExplicitModel)arg1, (Transformation3D)arg2) -> ExplicitModel :

    C++ signature :
        class TOOLS::RefCountPtr<class PGL::ExplicitModel> transform(class PGL::ExplicitModel {lvalue},class TOOLS::RefCountPtr<class PGL::Transformation3D>)


Property Details

colorList

Get Method:
unreachable(...)
Set Method:
unreachable(...)

pointList

Get Method:
unreachable(...)
Set Method:
unreachable(...)