|
JavaView® v2.00.008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jv.object.PsObject
|
+--jv.project.PgGeometry
|
+--vgp.minimal.weier.PgWeierstrassDescr
|
+--vgp.minimal.weier.PgWeierstrass_Costa
Descriptor class for Costa's surface TODO: double b in der Berechnung von g(z) möglichst genau bestimmen
| Field Summary | |
protected PuInteger |
m_numULines
|
protected PuInteger |
m_numVLines
|
protected PuDouble |
m_radius
|
protected PuDouble |
m_radius2
|
| Fields inherited from class vgp.minimal.weier.PgWeierstrassDescr |
m_conjugation, m_conn, m_intDiscr, m_markedBndNr, m_numParts, m_numUserReflections, m_parm, m_refl, m_userReflections, m_vertDim |
| Fields inherited from class jv.project.PgGeometry |
m_ambientProj, m_ambientSpace, m_authorInfo, m_bShowBndBox, m_bShowCenter, m_bShowing, m_bShowTitle, m_center, m_dim, m_dimOfSimplex, m_displayList, m_geometryInfo, m_labelAttribute, m_methodMenu, m_modelMatrix, m_title, m_version, m_versionType |
| Fields inherited from class jv.object.PsObject |
HAS_CONFIG_PANEL, HAS_INFO_PANEL, HAS_MATERIAL_PANEL, INSPECTOR_INFO, INSPECTOR_INFO_EXT, IS_DELETED, IS_FIXED, IS_SELECTED, IS_USED, m_infoPanel, m_name, m_panelList, m_parent, m_tag, m_updateList, NUM_TAGS |
| Constructor Summary | |
PgWeierstrass_Costa()
|
|
| Method Summary | |
boolean |
connectReflection(PiVector partPath,
int partNr)
Appoint, if a reflection shall be glued to it's original. |
PuComplex |
f(PiVector partPath,
int partNr,
PuComplex z)
Compute the Weierstrass function f. |
PuComplex |
g(PiVector partPath,
int partNr,
PuComplex z)
Compute the Weierstrass function g. |
void |
getConnections(PiVector partPath)
Connect parts of a part of the surface. |
int |
getDimOfElements()
Return dimension of elements. |
PuComplex[] |
getFStart(int partNr)
Return complex as starting value for integration. |
java.lang.String |
getName()
Return name of the surface. |
int |
getNumParts(PiVector partPath)
Return number of parts of the surface. |
int |
getNumULines(PiVector partPath,
int partNr)
Return number of u - lines in domain of a part. |
int |
getNumVLines(PiVector partPath,
int partNr)
Return number of v - lines in domain of a part. |
void |
getReflections(PiVector partPath)
Return vector of part reflections in a part. |
double |
getUMax(PiVector partPath,
int partNr)
Return upper bound of domain of a part in direction u. |
double |
getUMin(PiVector partPath,
int partNr)
Return lower bound of domain of a part in direction u. |
double |
getVMax(PiVector partPath,
int partNr)
Return upper bound of domain of a part in direction v. |
double |
getVMin(PiVector partPath,
int partNr)
Return lower bound of domain of a part in direction v. |
void |
init()
Initialisation |
boolean |
partIsSubdivided(PiVector partPath,
int partNr)
Return, if a part of the surface must be composed from several parts itself. |
PuComplex |
transform(PiVector partPath,
int partNr,
PuComplex z)
Transformation of rectangular domain before computing Weierstrass functions f and g. |
boolean |
update(java.lang.Object event)
Update the class whenever a child has changed. |
PuComplex |
w(PuComplex z)
|
| Methods inherited from class vgp.minimal.weier.PgWeierstrassDescr |
addParameter, connectPart, connectReflection, equals, equals, equals, fun, getBndReflectType, getConjugationAngle, getConnections, getConnections, getFStart, getMarkedBndNr, getNumParts, getReflections, getReflections, getStartU, getStartV, markBnd, newReflection, reflectPart, returnUserReflections, setConjugationAngle, setConnections, setMarkedBndNr, setPartBndNr, setReflection, setReflectPartNr, setReflectType, setVertDim, transform |
| Methods inherited from class jv.object.PsObject |
addInspector, addUpdateListener, clearTag, clone, clone, copy, getFather, getInfoPanel, getInspector, getNumObjects, hasInspector, hasTag, hasUpdateListener, instanceOf, instanceOf, removeInspector, removeUpdateListener, setName, setParent, setTag, updatePanels |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jv.project.PgGeometryIf |
getInfoPanel, setName |
| Methods inherited from interface jv.object.PsUpdateIf |
getFather, setParent |
| Field Detail |
protected PuInteger m_numULines
protected PuInteger m_numVLines
protected PuDouble m_radius
protected PuDouble m_radius2
| Constructor Detail |
public PgWeierstrass_Costa()
| Method Detail |
public void init()
PgWeierstrassDescrinit in class PgWeierstrassDescrpublic boolean update(java.lang.Object event)
update in class PgWeierstrassDescrjv.object.PsUpdateIfevent - carries a lot of informationPsObject,
PsUpdateIf.getFather(),
PsUpdateIf.setParent(PsUpdateIf)
public int getNumULines(PiVector partPath,
int partNr)
PgWeierstrassDescrgetNumULines in class PgWeierstrassDescr
public int getNumVLines(PiVector partPath,
int partNr)
PgWeierstrassDescrgetNumVLines in class PgWeierstrassDescr
public double getUMin(PiVector partPath,
int partNr)
PgWeierstrassDescrgetUMin in class PgWeierstrassDescr
public double getUMax(PiVector partPath,
int partNr)
PgWeierstrassDescrgetUMax in class PgWeierstrassDescr
public double getVMin(PiVector partPath,
int partNr)
PgWeierstrassDescrgetVMin in class PgWeierstrassDescr
public double getVMax(PiVector partPath,
int partNr)
PgWeierstrassDescrgetVMax in class PgWeierstrassDescrpublic void getConnections(PiVector partPath)
PgWeierstrassDescrgetConnections in class PgWeierstrassDescrpublic int getNumParts(PiVector partPath)
PgWeierstrassDescrgetNumParts in class PgWeierstrassDescrpublic void getReflections(PiVector partPath)
PgWeierstrassDescrgetReflections in class PgWeierstrassDescr
public boolean connectReflection(PiVector partPath,
int partNr)
PgWeierstrassDescrconnectReflection in class PgWeierstrassDescrpublic int getDimOfElements()
PgWeierstrassDescrgetDimOfElements in class PgWeierstrassDescr
public boolean partIsSubdivided(PiVector partPath,
int partNr)
PgWeierstrassDescrpartIsSubdivided in class PgWeierstrassDescrpublic PuComplex w(PuComplex z)
public PuComplex f(PiVector partPath,
int partNr,
PuComplex z)
PgWeierstrassDescrf in class PgWeierstrassDescr
public PuComplex g(PiVector partPath,
int partNr,
PuComplex z)
PgWeierstrassDescrg in class PgWeierstrassDescr
public PuComplex transform(PiVector partPath,
int partNr,
PuComplex z)
PgWeierstrassDescrtransform in class PgWeierstrassDescrpublic PuComplex[] getFStart(int partNr)
PgWeierstrassDescrgetFStart in class PgWeierstrassDescrpublic java.lang.String getName()
PgWeierstrassDescrgetName in class PgWeierstrassDescr
|
JavaView® v2.00.008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||