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

Class VolComputer

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

Instance Methods
 
__init__(...)
__init__( (object)arg1, (Discretizer)arg2) -> None : VolComputer() -> compute the object volume
 
process(...)
process( (VolComputer)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__ = 72
Properties
  result
  volume
Return the volume of the shape

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Discretizer)arg2) -> None :
    VolComputer() -> compute the object volume

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

Overrides: object.__init__

process(...)

 

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

    C++ signature :
        bool process(class PGL::VolComputer {lvalue},class TOOLS::RefCountPtr<class PGL::Scene>)

Overrides: Action.process

Property Details

result

Get Method:
unreachable(...)

volume

Return the volume of the shape

Get Method:
unreachable(...)