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

Class Tesselator

 object --+            
          |            
??.instance --+        
              |        
         Action --+    
                  |    
        Discretizer --+
                      |
                     Tesselator

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None : Tesselator() -> Compute tobjects triangulation.

Inherited from Discretizer: clear

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

Inherited from Discretizer: __instance_size__

Properties
  result
  triangulation
Return the last computed triangulation.

Inherited from Discretizer: discretization, texCoord

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    Tesselator() -> Compute tobjects triangulation. 

    C++ signature :
        void __init__(struct _object *)

Overrides: object.__init__

Property Details

result

Get Method:
unreachable(...)

triangulation

Return the last computed triangulation.

Get Method:
unreachable(...)