vgp.minimal.weier
Class PgWeierstrass_Scherk
- java.lang.Object
-
- jv.object.PsObject
-
- vgp.minimal.weier.PgWeierstrassDescr
-
- vgp.minimal.weier.PgWeierstrass_Scherk
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, PsUpdateIf
public class PgWeierstrass_Scherk extends PgWeierstrassDescr
Descriptor class for Scherk Tower.- See Also:
- Serialized Form
- Author:
- Ulrich Reitebuch
- Version:
- 16.05.07, 2.00 revised (ur) Full revision.
01.07.99, 1.00 (ur).
-
-
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_Scherk()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanconnectReflection(PiVector partPath, int patchIndex)Flag to glue reflection polygons.PuComplexf(PuComplex z)Weierstrass function f.PuComplexg(PuComplex z)Weierstrass function g.voidgetBndReflectType(PiVector partPath, int patchIndex, PiVector bndReflectType)Information of reflection type.voidgetConnections(PiVector partPath)Glue patches.intgetNumParts(PiVector partPath)Get number of patches.voidgetReflections(PiVector partPath)Reflect patches.voidinit()Initialization.booleanpartIsSubdivided(PiVector partPath, int patchIndex)Information, if a patch is composed of smaller patches.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, equals, equals, equals, fun, getConnections, getConnections, getDimOfElements, getFStart, getFStart, getMarkedBndNr, getNumIntegratedPatches, getNumParts, getNumULines, getNumVLines, getReflections, getReflections, getStartU, getStartV, getUMax, getUMin, getVMax, getVMin, isEnabledMarkBnd, newReflection, 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. k-scherk (singly periodic Scherk tower) g = z^(k-1) f = 1 / (z^(2k) + 1)- Specified by:
fin classPgWeierstrassDescr
-
g
public PuComplex g(PuComplex z)
Weierstrass function g.- Specified by:
gin classPgWeierstrassDescr
-
getConnections
public void getConnections(PiVector partPath)
Glue patches.- Overrides:
getConnectionsin classPgWeierstrassDescr
-
getReflections
public void getReflections(PiVector partPath)
Reflect patches.- Overrides:
getReflectionsin classPgWeierstrassDescr
-
getBndReflectType
public void getBndReflectType(PiVector partPath, int patchIndex, PiVector bndReflectType)
Information of reflection type.- Overrides:
getBndReflectTypein classPgWeierstrassDescr
-
connectReflection
public boolean connectReflection(PiVector partPath, int patchIndex)
Flag to glue reflection polygons.- Overrides:
connectReflectionin classPgWeierstrassDescr
-
partIsSubdivided
public boolean partIsSubdivided(PiVector partPath, int patchIndex)
Information, if a patch is composed of smaller patches.- Overrides:
partIsSubdividedin classPgWeierstrassDescr
-
getNumParts
public int getNumParts(PiVector partPath)
Get number of patches.- Overrides:
getNumPartsin classPgWeierstrassDescr
-
-
"