vgp.minimal.weier
Class PgWeierstrass_CatEnn
- java.lang.Object
-
- jv.object.PsObject
-
- vgp.minimal.weier.PgWeierstrassDescr
-
- vgp.minimal.weier.PgWeierstrass_CatEnn
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, PsUpdateIf
public class PgWeierstrass_CatEnn extends PgWeierstrassDescr
Descriptor class for Catenoid - Enneper of order 2.- See Also:
- Serialized Form
- Author:
- Konrad Polthier
- Version:
- 16.05.07, 2.00 revised (ur) Full revision.
08.04.07, 1.00 created (kp).
-
-
Field Summary
-
Fields inherited from class vgp.minimal.weier.PgWeierstrassDescr
m_numUserReflections, REFLECT_LINE, REFLECT_PLANE
-
Fields inherited from class jv.object.PsObject
HAS_BOUNDARY_PANEL, HAS_CONFIG_PANEL, HAS_INFO_PANEL, HAS_LABEL_PANEL, HAS_MATERIAL_PANEL, HAS_TEXTURE_PANEL, HAS_VECTOR_PANEL, INSPECTOR_INFO, INSPECTOR_INFO_EXT, IS_DELETED, IS_FIXED, IS_FOCUSSED, IS_PICKED, IS_SELECTED, IS_USED, NUM_TAGS
-
-
Constructor Summary
Constructors Constructor and Description PgWeierstrass_CatEnn()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description PuComplexf(PuComplex z)Weierstrass function f.PuComplexg(PuComplex z)Weierstrass function g.voidgetBndReflectType(PiVector partPath, int patchIndex, PiVector bndReflectType)Information of reflection type.PuComplex[]getFStart(int patchIndex)The starting point for the complex integration.intgetNumParts()Get number of patches.voidgetReflections()Reflect patches.voidinit()Initialization.PuComplextransform(PuComplex z)Transform rectangular domain to an adequate domain in the complex plane.booleanupdate(java.lang.Object event)Update the class whenever a child has changed.-
Methods inherited from class vgp.minimal.weier.PgWeierstrassDescr
addParameter, connectPart, connectReflection, connectReflection, equals, equals, equals, fun, getConnections, getConnections, getConnections, getDimOfElements, getFStart, getMarkedBndNr, getNumIntegratedPatches, getNumParts, getNumULines, getNumVLines, getReflections, getReflections, getStartU, getStartV, getUMax, getUMin, getVMax, getVMin, isEnabledMarkBnd, newReflection, partIsSubdivided, reflectPart, returnUserReflections, setConnections, setDomain, setEnabledMarkBnd, setMarkedBndNr, setNumIntegratedPatches, setPartBndNr, setReflection, setReflectPartNr, setUMax, setUMin, setVertDim, setVMax, setVMin, transform
-
Methods inherited from class jv.object.PsObject
addInspector, addUpdateListener, assureInspector, clearTag, clone, clone, clone, copy, getFather, getInfoPanel, getInspector, getName, getNumObjects, getSymbol, hasInspector, hasTag, hasUpdateListener, instanceOf, instanceOf, newInspector, newInspector, removeInspector, removeInspector, removeUpdateListener, setName, setParent, setSymbol, setTag, toString, updatePanels
-
-
-
-
Method Detail
-
init
public void init()
Initialization.- Overrides:
initin classPgWeierstrassDescr
-
update
public boolean update(java.lang.Object event)
Update the class whenever a child has changed. Method is usually invoked from the children.- Specified by:
updatein interfacePsUpdateIf- Overrides:
updatein classPgWeierstrassDescr- Parameters:
event- carries a lot of information- Returns:
- true if event has been handled, otherwise false
- See Also:
PsObject.setParent(PsUpdateIf),PsObject.getFather(),PsObject.addUpdateListener(PsUpdateIf)
-
transform
public PuComplex transform(PuComplex z)
Transform rectangular domain to an adequate domain in the complex plane.- Overrides:
transformin classPgWeierstrassDescr
-
f
public PuComplex f(PuComplex z)
Weierstrass function f. cat_enn f = 1 g = (1 - eps) / z + eps * z^k- Specified by:
fin classPgWeierstrassDescr
-
g
public PuComplex g(PuComplex z)
Weierstrass function g.- Specified by:
gin classPgWeierstrassDescr
-
getFStart
public PuComplex[] getFStart(int patchIndex)
The starting point for the complex integration.- Overrides:
getFStartin classPgWeierstrassDescr
-
getReflections
public void getReflections()
Reflect patches.- Overrides:
getReflectionsin classPgWeierstrassDescr
-
getBndReflectType
public void getBndReflectType(PiVector partPath, int patchIndex, PiVector bndReflectType)
Information of reflection type.- Overrides:
getBndReflectTypein classPgWeierstrassDescr
-
getNumParts
public int getNumParts()
Get number of patches.- Overrides:
getNumPartsin classPgWeierstrassDescr
-
-
"