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

Class PgSurface_SphereWithParams

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


    public class PgSurface_SphereWithParams
    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:
    Serialized Form
    Author:
    Samy Khadem
    Version:
    06.05.01, 1.50 revised (kp) Fully revised and derivatives added.
    00.00.99, 1.00 created (sk)
    • Constructor Detail

      • PgSurface_SphereWithParams

        public PgSurface_SphereWithParams()
    • 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
      • isUPeriodic

        public boolean isUPeriodic()
        Description copied from class: PgSurfaceDescr
        Determine if surface is periodic in u-direction. This method returns false, but will be overwritten by surface which are periodic.
        Overrides:
        isUPeriodic 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.