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

Class MatrixTransformed

 object --+                
          |                
??.instance --+            
              |            
    SceneObject --+        
                  |        
           Geometry --+    
                      |    
            Transformed --+
                          |
                         MatrixTransformed
Known Subclasses:

Abstract base class for objects on which a transformation that can be express as a matrix is applied.

Instance Methods

Inherited from Transformed: transformation

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
  geometry

Inherited from SceneObject: name

Inherited from object: __class__

Property Details

geometry

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