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

Class GLBBoxRenderer

 object --+            
          |            
??.instance --+        
              |        
         Action --+    
                  |    
         GLRenderer --+
                      |
                     GLBBoxRenderer

Nested Classes

Inherited from GLRenderer: RenderingMode, SelectionId

Instance Methods
 
__init__(...)
__init__( (object)arg1, (BBoxComputer)arg2) -> None : GLBBoxRenderer(BBoxComputer b) An action which displays bounding boxes of shapes.

Inherited from GLRenderer: beginSceneList, clear, clearSceneList, endSceneList, getDiscretizer, setGLFrameFromId

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__ = 128
Properties

Inherited from GLRenderer: renderingMode, selectionMode

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (BBoxComputer)arg2) -> None :
    GLBBoxRenderer(BBoxComputer b) An action which displays bounding boxes of shapes.

    C++ signature :
        void __init__(struct _object *,class PGL::BBoxComputer {lvalue})

Overrides: object.__init__