package transfermodelling
- Alphabetic
- By Inheritance
- transfermodelling
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
PPTech[T <: TPar, D] = ParametricPrtTechnique[T, D]
Shorthand for ParametricPrtTechnique with TechniqueParameters T and auxiliary data D.
-
type
ParModel[T <: TPar, D] = ParameterModel[T, D]
Shorthand for ParameterModel with TechniqueParameters T and auxiliary data D.
- trait ParameterModel [TParams <: TechniqueParameters, TData] extends AnyRef
- trait RenderingModel [TParams <: TPar, TData] extends TransferModel[TParams, TData] with ParameterModel[TParams, TData]
-
trait
SimpleTransferModel
extends TransferModel[TechniqueParameters, Any]
Basic transfer model that maps MoMoCoefficients to a GreyOrRGB instance of Transfer.
Basic transfer model that maps MoMoCoefficients to a GreyOrRGB instance of Transfer.
It is a specialization of TransferModel with the intended semantics that it does not depend on TechniqueParameters or auxiliary data used by the employed faces.render.prt.parametricrendering.ParametricPrtTechnique.
-
type
TFullModel[T <: TPar, D] = TransferModel[T, D]
Shorthand for TransferModel with TechniqueParameters T and auxiliary data D.
-
type
TPar = TechniqueParameters
Shorthand for TechniqueParameters.
-
trait
TransferModel
[-TParams <: TechniqueParameters, -TData] extends AnyRef
Transfer model that is maps MoMoCoefficients to a GreyOrRGB instance of Transfer The generation depends on TechniqueParameters and auxiliary data if required for the employed faces.render.prt.parametricrendering.ParametricPrtTechnique.
Value Members
- object ParameterModel
- object RenderingModel