|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.persistence.ShareableBase de.grogra.imp3d.spectral.SpectralCurve de.grogra.imp3d.spectral.BlackbodySpectralCurve
public class BlackbodySpectralCurve
Nested Class Summary | |
---|---|
static class |
BlackbodySpectralCurve.Type
|
Field Summary | |
---|---|
static BlackbodySpectralCurve.Type |
$TYPE
|
static SCOType.Field |
temp$FIELD
|
Constructor Summary | |
---|---|
BlackbodySpectralCurve()
|
|
BlackbodySpectralCurve(float temp)
|
Method Summary | |
---|---|
ManageableType |
getManageableType()
|
float |
sample(float lambda)
This function determines the actual spectral curve data. |
Methods inherited from class de.grogra.imp3d.spectral.SpectralCurve |
---|
toXYZ, toXYZ |
Methods inherited from class de.grogra.persistence.ShareableBase |
---|
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BlackbodySpectralCurve.Type $TYPE
public static final SCOType.Field temp$FIELD
Constructor Detail |
---|
public BlackbodySpectralCurve()
public BlackbodySpectralCurve(float temp)
Method Detail |
---|
public ManageableType getManageableType()
public float sample(float lambda)
SpectralCurve
sample
in class SpectralCurve
lambda
- wavelength to sample in nanometers
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |