public final class RadiativeIRProperty extends Object implements IPartProperty
| Modifier and Type | Field and Description |
|---|---|
static String |
ABSORPTION_COEFFICIENT
Parameter name for absorption coefficient.
|
static String |
DIFFUSION_COEFFICIENT
Parameter name for diffusion coefficient.
|
static String |
SPECULAR_COEFFICIENT
Parameter name for reflection coefficient.
|
| Constructor and Description |
|---|
RadiativeIRProperty(double absorptionCoef,
double specularCoef,
double diffuseCoef)
Constructor of this property.
|
RadiativeIRProperty(Parameter absorptionCoef,
Parameter specularCoef,
Parameter diffuseCoef)
Constructor of this property using
Parameter. |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
getAbsorptionCoef()
Get the parameter representing the absorption coefficient of the part.
|
Parameter |
getDiffuseReflectionCoef()
Get the parameter representing the diffuse reflection coefficient of the part.
|
Parameter |
getSpecularReflectionCoef()
Get the parameter representing the specular reflection coefficient of the part.
|
PropertyType |
getType()
Get the type of the property.
|
public static final String ABSORPTION_COEFFICIENT
public static final String SPECULAR_COEFFICIENT
public static final String DIFFUSION_COEFFICIENT
public RadiativeIRProperty(double absorptionCoef,
double specularCoef,
double diffuseCoef)
absorptionCoef - The absorption coefficient of the part.specularCoef - The specular reflection coefficient of the part.diffuseCoef - The diffuse reflection coefficient of the part.public RadiativeIRProperty(Parameter absorptionCoef, Parameter specularCoef, Parameter diffuseCoef)
Parameter.absorptionCoef - The parameter representing the absorption coefficient of the part.specularCoef - The parameter representing the specular reflection coefficient of the
part.diffuseCoef - The parameter representing the diffuse reflection coefficient of the part.public Parameter getAbsorptionCoef()
public Parameter getSpecularReflectionCoef()
public Parameter getDiffuseReflectionCoef()
public PropertyType getType()
getType in interface IPartPropertyCopyright © 2024 CNES. All rights reserved.