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

Class PovPrinter

 object --+            
          |            
??.instance --+        
              |        
         Action --+    
                  |    
         PglPrinter --+
                      |
                     PovPrinter
Known Subclasses:

Instance Methods
 
setBackground(...)
setBackground( (PovPrinter)arg1, (Color3)color) -> bool : setBackGround(Color3 color)
 
setLight(...)
setLight( (PovPrinter)arg1, (Vector3)position, (Color3)color) -> bool : setLight(Vector3 position, Color3 color)

Inherited from PglPrinter: addIndent, clearCache, header, isPrinted

Inherited from Action: __init__, __reduce__, beginProcess, endProcess, process

Inherited from unreachable.instance: __new__

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

Properties

Inherited from object: __class__

Method Details

setBackground(...)

 

setBackground( (PovPrinter)arg1, (Color3)color) -> bool :
    setBackGround(Color3 color)

    C++ signature :
        bool setBackground(class PGL::PovPrinter {lvalue},class PGL::Color3)

setLight(...)

 

setLight( (PovPrinter)arg1, (Vector3)position, (Color3)color) -> bool :
    setLight(Vector3 position, Color3 color)

    C++ signature :
        bool setLight(class PGL::PovPrinter {lvalue},class TOOLS::Vector3,class PGL::Color3)