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

Class PglPrinter

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

Instance Methods
 
addIndent(...)
addIndent( (PglPrinter)arg1, (int)arg2) -> None :
 
clearCache(...)
clearCache( (PglPrinter)arg1) -> None :
 
header(...)
header( (PglPrinter)arg1) -> None :
 
isPrinted(...)
isPrinted( (PglPrinter)arg1, (SceneObject)arg2) -> bool :

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

addIndent(...)

 

addIndent( (PglPrinter)arg1, (int)arg2) -> None :

    C++ signature :
        void addIndent(class PGL::Printer {lvalue},unsigned int)

clearCache(...)

 

clearCache( (PglPrinter)arg1) -> None :

    C++ signature :
        void clearCache(class PGL::Printer {lvalue})

header(...)

 

header( (PglPrinter)arg1) -> None :

    C++ signature :
        void header(class PGL::Printer *)

header( (PglPrinter)arg1, (str)arg2) -> None :

    C++ signature :
        void header(class PGL::Printer *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)

isPrinted(...)

 

isPrinted( (PglPrinter)arg1, (SceneObject)arg2) -> bool :

    C++ signature :
        bool isPrinted(class PGL::Printer {lvalue},class TOOLS::RefCountPtr<class PGL::SceneObject>)