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

Class SurfComputer

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

Instance Methods
 
__init__(...)
__init__( (object)arg1, (Discretizer)arg2) -> None : SurfComputer() -> compute the object surface
 
clear(...)
clear( (SurfComputer)arg1) -> None :
 
process(...)
process( (SurfComputer)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
  surface
Return the surface of the shape

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Discretizer)arg2) -> None :
    SurfComputer() -> compute the object surface

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

Overrides: object.__init__

clear(...)

 

clear( (SurfComputer)arg1) -> None :

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

process(...)

 

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

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

Overrides: Action.process

Property Details

result

Get Method:
unreachable(...)

surface

Return the surface of the shape

Get Method:
unreachable(...)