Package openalea :: Package plantgl :: Package algo :: Module _pglalgo :: Class VgstarPrinter
[frames] | no frames]

Class VgstarPrinter

 object --+            
          |            
??.instance --+        
              |        
         Action --+    
                  |    
     MatrixComputer --+
                      |
                     VgstarPrinter
Known Subclasses:

Instance Methods
 
__init__(...)
Raises an exception...

Inherited from MatrixComputer: clear

Inherited from Action: __reduce__, beginProcess, endProcess, process

Inherited from unreachable.instance: __new__

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

Class Variables

Inherited from MatrixComputer: __instance_size__

Properties

Inherited from MatrixComputer: matrix, result

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 
Raises an exception
This class cannot be instantiated from Python

Overrides: object.__init__