NVIDIA Iray API Home  Up
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::ISpectrum Class Referenceabstract

This interface represents spectrums. More...

Inheritance diagram for mi::ISpectrum:
Inheritance graph
[legend]

Public Member Functions

virtual Spectrum_struct  get_value () const =0
  Returns the spectrum represented by this interface. More...
 
virtual void  get_value (Spectrum_struct &value) const =0
  Returns the spectrum represented by this interface. More...
 
virtual void  set_value (const Spectrum_struct &value)=0
  Sets the spectrum represented by this interface. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x127293dc, 0x1fad, 0x4df5, 0x94, 0x38, 0xe3, 0x48, 0xda, 0x7b, 0x8c, 0xf6, ICompound >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
ICompound
Self
  Own type. More...
 
typedef Uuid_t< id1, id2, id3,
id4, id5, id6, id7, id8, id9,
id10, id11 > 
IID
  Declares the interface ID (IID) of this interface. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0x127293dc, 0x1fad, 0x4df5, 0x94, 0x38, 0xe3, 0x48, 0xda, 0x7b, 0x8c, 0xf6, ICompound >
static bool  compare_iid (const Uuid &iid)
  Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 

Detailed Description

This interface represents spectrums.

It can be used to represent spectrums by an interface derived from mi::base::IInterface.

See Also
mi::Spectrum_struct

Member Function Documentation

virtual Spectrum_struct mi::ISpectrum::get_value ( ) const
pure virtual

Returns the spectrum represented by this interface.

virtual void mi::ISpectrum::get_value ( Spectrum_struct value) const
pure virtual

Returns the spectrum represented by this interface.

virtual void mi::ISpectrum::set_value ( const Spectrum_struct value)
pure virtual

Sets the spectrum represented by this interface.