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

Class MultiSpectral

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

Multi spectral appearance property of an object.

Instance Methods
 
__init__(...)
__init__( (object)arg1, (RealArray)arg2, (RealArray)arg3 [, (Index3)arg4]) -> None : MultiSpectral(reflectance= RealArray, transmittance= RealArray [, filter= index3])

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

Inherited from SceneObject: name

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1, (RealArray)arg2, (RealArray)arg3 [, (Index3)arg4]) -> None :
    MultiSpectral(reflectance= RealArray, transmittance= RealArray [, filter= index3])

    C++ signature :
        void __init__(struct _object *,class TOOLS::RefCountPtr<class TOOLS::RealArray>,class TOOLS::RefCountPtr<class TOOLS::RealArray> [,class TOOLS::Tuple3<unsigned int>])

Overrides: object.__init__