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

Class FileVrmlPrinter

         object --+        
                  |        
        ??.instance --+    
                      |    
            FilePrinter --+
                          |
 object --+               |
          |               |
??.instance --+           |
              |           |
         Action --+       |
                  |       |
         PglPrinter --+   |
                      |   |
            VrmlPrinter --+
                          |
                         FileVrmlPrinter

Instance Methods
 
__init__(...)
__init__( (object)arg1, (str)fname, (Discretizer)t) -> None : File Printer in Vrml format

Inherited from FilePrinter: __reduce__

Inherited from VrmlPrinter: setBackground, setCamera, setLight

Inherited from PglPrinter: addIndent, clearCache, header, isPrinted

Inherited from Action: beginProcess, endProcess, process

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 276
Properties

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (str)fname, (Discretizer)t) -> None :
    File Printer in Vrml format

    C++ signature :
        void __init__(struct _object *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PGL::Discretizer {lvalue})

Overrides: object.__init__