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

Class Discretizer

 object --+        
          |        
??.instance --+    
              |    
         Action --+
                  |
                 Discretizer
Known Subclasses:

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None : Discretizer() -> Compute the objects discretization
 
clear(...)
clear( (Discretizer)arg1) -> None :

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__ = 60
Properties
  discretization
Return the last computed discretization.
  result
  texCoord

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    Discretizer() -> Compute the objects discretization

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

Overrides: object.__init__

clear(...)

 

clear( (Discretizer)arg1) -> None :

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


Property Details

discretization

Return the last computed discretization.

Get Method:
unreachable(...)

result

Get Method:
unreachable(...)

texCoord

Get Method:
unreachable(...)
Set Method:
unreachable(...)