vgp.minimal.weier
Class PgWeierstrass_Costa2
- java.lang.Object
-
- jv.object.PsObject
-
- vgp.minimal.weier.PgWeierstrassDescr
-
- vgp.minimal.weier.PgWeierstrass_Costa2
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, PsUpdateIf
public class PgWeierstrass_Costa2 extends PgWeierstrassDescr
Descriptor class for Costa's surface without the possibility of seeing associate family, but with complete connectivity.- See Also:
- Serialized Form
- Author:
- Ulrich Reitebuch
- Version:
- 16.05.07, 2.00 revised (ur) Full revision.
01.07.99, 1.00 created (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_Costa2()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanconnectReflection(PiVector partPath, int patchINdex)Define 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.intgetNumULines(int patchIndex)Get number of U lines for a patch to be integrated.intgetNumVLines(int patchIndex)Get number of V lines for a patch to be integrated.voidgetReflections(PiVector partPath)Reflect patches.voidinit()Initialization.booleanpartIsSubdivided(PiVector partPath, int patchIndex)Information, if a patch is composed of smaller patches.PuComplextransform(int patchIndex, 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.PuComplexw(PuComplex z)Internal function, used for the computation of f and g.-
Methods inherited from class vgp.minimal.weier.PgWeierstrassDescr
addParameter, connectPart, connectReflection, equals, equals, equals, fun, getConnections, getConnections, getDimOfElements, getFStart, getFStart, getMarkedBndNr, getNumIntegratedPatches, getNumParts, 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)
-
getNumULines
public int getNumULines(int patchIndex)
Get number of U lines for a patch to be integrated.- Overrides:
getNumULinesin classPgWeierstrassDescr
-
getNumVLines
public int getNumVLines(int patchIndex)
Get number of V lines for a patch to be integrated.- Overrides:
getNumVLinesin classPgWeierstrassDescr
-
transform
public PuComplex transform(int patchIndex, 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.- 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
-
getNumParts
public int getNumParts(PiVector partPath)
Get number of patches.- Overrides:
getNumPartsin 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)
Define 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
-
-
"