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

Class BBoxComputer

 object --+        
          |        
??.instance --+    
              |    
         Action --+
                  |
                 BBoxComputer

Instance Methods
 
__init__(...)
__init__( (object)arg1, (Discretizer)arg2) -> None : BBoxComputer() -> Compute the objects bounding box
 
clear(...)
clear( (BBoxComputer)arg1) -> None :
 
process(...)
process( (BBoxComputer)arg1, (Scene)arg2) -> bool :

Inherited from Action: __reduce__, beginProcess, endProcess

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 60
Properties
  boundingbox
Return the last computed Bounding Box.
  result

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Discretizer)arg2) -> None :
    BBoxComputer() -> Compute the objects bounding box

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

Overrides: object.__init__

clear(...)

 

clear( (BBoxComputer)arg1) -> None :

    C++ signature :
        void clear(class PGL::BBoxComputer {lvalue})

process(...)

 

process( (BBoxComputer)arg1, (Scene)arg2) -> bool :

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

Overrides: Action.process

Property Details

boundingbox

Return the last computed Bounding Box.

Get Method:
unreachable(...)

result

Get Method:
unreachable(...)