vgp.minimal.weier
Class PgWeierstrass_Catenoid
- java.lang.Object
-
- jv.object.PsObject
-
- vgp.minimal.weier.PgWeierstrassDescr
-
- vgp.minimal.weier.PgWeierstrass_Catenoid
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, PsUpdateIf
public class PgWeierstrass_Catenoid extends PgWeierstrassDescr
Descriptor class for Catenoid - Helicoid- See Also:
- Serialized Form
- Author:
- Ulrich Reitebuch
- Version:
- 16.05.07, 2.00 revised (ur) Full revision.
01.06.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_Catenoid()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.PuComplex[]getFStart(int partNr)The starting point for the complex integration.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, getBndReflectType, getConnections, getConnections, getConnections, getDimOfElements, getFStart, getMarkedBndNr, getNumIntegratedPatches, getNumParts, getNumParts, getNumULines, getNumVLines, getReflections, 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.- Specified by:
fin classPgWeierstrassDescr
-
g
public PuComplex g(PuComplex z)
Weierstrass function g.- Specified by:
gin classPgWeierstrassDescr
-
getFStart
public PuComplex[] getFStart(int partNr)
The starting point for the complex integration.- Overrides:
getFStartin classPgWeierstrassDescr
-
-
"