vgp.minimal.weier
Class PgWeierstrass_Bidenoid
- java.lang.Object
-
- jv.object.PsObject
-
- vgp.minimal.weier.PgWeierstrassDescr
-
- vgp.minimal.weier.PgWeierstrass_Bidenoid
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, PsUpdateIf
public class PgWeierstrass_Bidenoid extends PgWeierstrassDescr
Descriptor class for Bidenoid surface, a catenoid with smaller catenoid ends.- See Also:
- Serialized Form
- Author:
- Konrad Polthier
- Version:
- 16.05.07, 2.00 revised (ur) Full revision.
10.04.07, 1.00 (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_Bidenoid()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.voidgetConnections(PiVector partPath)Glue PatchesintgetNumParts(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 partNr)Flag 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.-
Methods inherited from class vgp.minimal.weier.PgWeierstrassDescr
addParameter, connectPart, connectReflection, 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. Bidenoid g = z (z^2 - R^2) / (1 - r^2 z^2) dh = (z^2 - R^2)(1/z^2 - r^2) (z/rho-rho/z)^(-2) 1/z dz g = (z * (z^2-gr^2)) / (r^2*z^2 - 1) f = ((r^2*z^2 - 1) / (z * (z^2 - rho^2)))^2- 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
-
partIsSubdivided
public boolean partIsSubdivided(PiVector partPath, int partNr)
Flag if a patch is composed of smaller patches.- Overrides:
partIsSubdividedin classPgWeierstrassDescr
-
getNumParts
public int getNumParts(PiVector partPath)
Get number of patches.- Overrides:
getNumPartsin classPgWeierstrassDescr
-
-
"