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

Class VgStarStrPrinter

         object --+        
                  |        
        ??.instance --+    
                      |    
             StrPrinter --+
                          |
 object --+               |
          |               |
??.instance --+           |
              |           |
         Action --+       |
                  |       |
     MatrixComputer --+   |
                      |   |
          VgstarPrinter --+
                          |
                         VgStarStrPrinter

Instance Methods
 
__init__(...)
__init__( (object)arg1, (Tesselator)t) -> None : String Printer in VgStar format

Inherited from StrPrinter: __reduce__, __str__, clear, str

Inherited from Action: beginProcess, endProcess, process

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 320
Properties

Inherited from StrPrinter: result

Inherited from MatrixComputer: matrix

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Tesselator)t) -> None :
    String Printer in VgStar format

    C++ signature :
        void __init__(struct _object *,class PGL::Tesselator {lvalue})

Overrides: object.__init__