NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::math::Spectrum_struct Struct Reference

Generic storage class template for a Spectrum representation storing three floating point elements. More...

Inheritance diagram for mi::math::Spectrum_struct:
Inheritance graph
[legend]

Public Attributes

Float32  c [3]
  Three color bands. More...
 

Detailed Description

Generic storage class template for a Spectrum representation storing three floating point elements.

Used as base class for the mi::math::Spectrum class. Implementations should not rely on the specific implementation of Spectrum_struct, but instead use the more general access operations defined in the derived Spectrum class.

Member Data Documentation

Float32 mi::math::Spectrum_struct::c[3]

Three color bands.