Documentation of 'vgp.surface.common.PgSurface_Kuen' Java class
PgSurface_Kuen ("JavaView Reference Manual")
"JavaView? v5.03.003"
vgp.surface.common

Class PgSurface_Kuen

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, PsUpdateIf


    public class PgSurface_Kuen
    extends PgSurfaceDescr
    Parametrized surface given by method, or interactively, by function expressions. If the functions of a surface are specified in calc_f method and, later, interactively edited, then the interactive expressions are further used. This is important for evaluation of higher order differentials since they are only approximated using finite differences in the later case.
    See Also:
    PgSurfaceDescr, Serialized Form
    Author:
    Konrad Polthier
    Version:
    05.07.99, 1.00 revised (kp)
    05.07.99, 1.00 created (kp)
    • Constructor Detail

      • PgSurface_Kuen

        public PgSurface_Kuen()
    • Method Detail

      • init

        public void init()
        Description copied from class: PgDomainDescr
        Initialize and reset data structure and all instance variables.
        Overrides:
        init in class PgSurfaceDescr
      • calc_f

        public boolean calc_f(PdVector fun,
                              double u,
                              double v)
        Description copied from class: PgSurfaceDescr
        Internal function called by eval(..) to compute function value. It is ensured by the calling eval() function that argument vector exists and has correct size.

        If function set flag m_bUseFunctionExpression==false then we use this indicator that function has not been overridden and use the string functions.

        This function must be overwritten by subclasses to compute surfaces, for example, if a subclass wants to perform the function calculation itself.

        Overrides:
        calc_f in class PgSurfaceDescr
        Parameters:
        fun - vector where to place the function values.
        Returns:
        true if function has been overridden and evaluated successfully.
        See Also:
        PgSurfaceDescr.eval(PdVector, double, double)
"JavaView? v5.03.003"

"

The software JavaView? is copyright protected. All Rights Reserved.
"

You see the box below because you did not login.