Packages

p

faces.render.prt

transfermodelling

package transfermodelling

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transfermodelling
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type PPTech[T <: TPar, D] = ParametricPrtTechnique[T, D]

    Shorthand for ParametricPrtTechnique with TechniqueParameters T and auxiliary data D.

  2. type ParModel[T <: TPar, D] = ParameterModel[T, D]

    Shorthand for ParameterModel with TechniqueParameters T and auxiliary data D.

  3. trait ParameterModel [TParams <: TechniqueParameters, TData] extends AnyRef
  4. trait RenderingModel [TParams <: TPar, TData] extends TransferModel[TParams, TData] with ParameterModel[TParams, TData]
  5. 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.

  6. type TFullModel[T <: TPar, D] = TransferModel[T, D]

    Shorthand for TransferModel with TechniqueParameters T and auxiliary data D.

  7. type TPar = TechniqueParameters

    Shorthand for TechniqueParameters.

  8. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped