#include <Spectrum.h>
Inheritance diagram for RegularSpectralCurve:
Public Members | |||
![]() | ![]() | RegularSpectralCurve (Float *sdata, Int start, Int end, Int divisions) | |
![]() | ![]() | ~RegularSpectralCurve () | |
![]() | ![]() | Float | Sample (Float lambda) const |
Protected Members | |||
![]() | ![]() | Float* | data |
![]() | ![]() | Float* | accumData |
![]() | ![]() | Int | waveDivs |
![]() | ![]() | Float | waveStart |
![]() | ![]() | Float | waveEnd |
![]() | ![]() | Float | waveDelta |
Definition at line 57 of file Spectrum.h.
RegularSpectralCurve::RegularSpectralCurve (Float * sdata, Int start, Int end, Int divisions) |
Definition at line 206 of file Spectrum.cc.
RegularSpectralCurve::~RegularSpectralCurve () |
Definition at line 216 of file Spectrum.cc.
Float RegularSpectralCurve::Sample (Float lambda) const [virtual]
|
Float * RegularSpectralCurve::accumData [protected]
|
Definition at line 68 of file Spectrum.h.
Float * RegularSpectralCurve::data [protected]
|
Definition at line 67 of file Spectrum.h.
Float RegularSpectralCurve::waveDelta [protected]
|
Definition at line 70 of file Spectrum.h.
Int RegularSpectralCurve::waveDivs [protected]
|
Definition at line 69 of file Spectrum.h.
Float RegularSpectralCurve::waveEnd [protected]
|
Definition at line 70 of file Spectrum.h.
Float RegularSpectralCurve::waveStart [protected]
|
Definition at line 70 of file Spectrum.h.