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

Class MonoSpectral

 object --+                
          |                
??.instance --+            
              |            
    SceneObject --+        
                  |        
         Appearance --+    
                      |    
               Spectrum --+
                          |
                         MonoSpectral

Mono spectral appearance property of an object.

Instance Methods
 
__init__(...)
__init__( (object)arg1 [, (float)arg2 [, (float)arg3]]) -> None : MonoSpectral([ reflectance, transmittance ])

Inherited from SceneObject: __reduce__, apply, deepcopy, getId, getName, isNamed, isValid, setName

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 12

Inherited from SceneObject: __safe_for_unpickling__

Properties
  reflectance
  transmittance

Inherited from SceneObject: name

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1 [, (float)arg2 [, (float)arg3]]) -> None :
    MonoSpectral([ reflectance, transmittance ])

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

Overrides: object.__init__

Property Details

reflectance

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

transmittance

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