Package openalea :: Package plantgl :: Package scenegraph :: Module _pglsg :: Class Taper
[frames] | no frames]

Class Taper

 object --+                
          |                
??.instance --+            
              |            
 Transformation --+        
                  |        
   Transformation3D --+    
                      |    
            Deformation --+
                          |
                         Taper

Instance Methods
 
__init__(...)
__init__( (object)arg1, (float)arg2, (float)arg3) -> None :
 
getBaseRadius(...)
getBaseRadius( (Taper)arg1) -> float :
 
getTopRadius(...)
getTopRadius( (Taper)arg1) -> float :

Inherited from Transformation: __reduce__

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 12
Properties

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (float)arg2, (float)arg3) -> None :

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

Overrides: object.__init__

getBaseRadius(...)

 

getBaseRadius( (Taper)arg1) -> float :

    C++ signature :
        double getBaseRadius(class PGL::Taper {lvalue})

getTopRadius(...)

 

getTopRadius( (Taper)arg1) -> float :

    C++ signature :
        double getTopRadius(class PGL::Taper {lvalue})