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

Class VrmlPrinter

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

Instance Methods
 
setBackground(...)
setBackground( (VrmlPrinter)arg1, (Color3)arg2) -> bool : setBackGround( Color3)
 
setCamera(...)
setCamera( (VrmlPrinter)arg1, (Vector3)arg2, (float)arg3, (float)arg4, (str)arg5) -> bool : setCamera (Vector3 position, real_t az, real_t el, name)
 
setLight(...)
setLight( (VrmlPrinter)arg1, (Vector3)arg2, (Color3)arg3, (Color3)arg4, (float)arg5) -> bool : setLight( position: Vector3, ambient: Color3, diffuse: Color3)

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( (VrmlPrinter)arg1, (Color3)arg2) -> bool :
    setBackGround( Color3)

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

setCamera(...)

 

setCamera( (VrmlPrinter)arg1, (Vector3)arg2, (float)arg3, (float)arg4, (str)arg5) -> bool :
    setCamera (Vector3 position, real_t az, real_t el, name)

    C++ signature :
        bool setCamera(class PGL::VrmlPrinter {lvalue},class TOOLS::Vector3,double,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)

setLight(...)

 

setLight( (VrmlPrinter)arg1, (Vector3)arg2, (Color3)arg3, (Color3)arg4, (float)arg5) -> bool :
    setLight( position: Vector3, ambient: Color3, diffuse: Color3)

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