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

Class PglBinaryPrinter

 object --+            
          |            
??.instance --+        
              |        
         Action --+    
                  |    
         PglPrinter --+
                      |
                     PglBinaryPrinter

Instance Methods
 
__init__(...)
__init__( (object)arg1, (str)filename) -> None : Binary Pgl Printer
 
print(...)
print( (object)arg1, (Scene)arg2) -> bool :

Inherited from PglPrinter: addIndent, clearCache, header, isPrinted

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
  __instance_size__ = 280
Properties

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (str)filename) -> None :
    Binary Pgl Printer

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

Overrides: object.__init__

print(...)

 

print( (object)arg1, (Scene)arg2) -> bool :

    C++ signature :
        bool print(class PGL::BinaryPrinter *,class TOOLS::RefCountPtr<class PGL::Scene>)