|
JavaView© v3.95.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjv.object.PsObject
jv.project.PgGeometry
vgp.minimal.weier.PgWeierstrassDescr
vgp.minimal.weier.PgWeierstrass_KNoid
Descriptor class for K-Noid
| Field Summary |
| Fields inherited from class vgp.minimal.weier.PgWeierstrassDescr |
m_numUserReflections |
| Fields inherited from class jv.object.PsObject |
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 | |
PgWeierstrass_KNoid()
|
|
| 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 |
getBndReflectType(PiVector partPath,
int partNr,
PiVector bndReflectType)
set reflectType == 0 to reflect Re on plane and rotate Im on line or reflectType == 1 to rotate Re on line and reflect Im on plane. |
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. |
| Methods inherited from class vgp.minimal.weier.PgWeierstrassDescr |
addParameter, connectPart, connectReflection, equals, equals, equals, fun, getConnections, getConnections, getFStart, getMarkedBndNr, getNumParts, getReflections, getReflections, getStartU, getStartV, markBnd, newReflection, reflectPart, returnUserReflections, setConnections, setMarkedBndNr, setPartBndNr, setReflection, setReflectPartNr, setReflectType, setVertDim, transform |
| Methods inherited from class jv.object.PsObject |
addInspector, addUpdateListener, assureInspector, clearTag, clone, clone, getFather, getInfoPanel, getInspector, getNumObjects, getSymbol, hasInspector, hasTag, hasUpdateListener, instanceOf, instanceOf, newInspector, newInspector, removeInspector, removeInspector, removeUpdateListener, setName, setParent, setSymbol, setTag, updatePanels |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jv.project.PgGeometryIf |
assureInspector, getInfoPanel, hasTag, setName |
| Methods inherited from interface jv.object.PsUpdateIf |
getFather, setParent |
| Constructor Detail |
public PgWeierstrass_KNoid()
| Method Detail |
public void init()
PgWeierstrassDescr
init in class PgWeierstrassDescrpublic boolean update(java.lang.Object event)
update in interface PsUpdateIfupdate in class PgWeierstrassDescr
public int getNumULines(PiVector partPath,
int partNr)
PgWeierstrassDescr
getNumULines in class PgWeierstrassDescr
public int getNumVLines(PiVector partPath,
int partNr)
PgWeierstrassDescr
getNumVLines in class PgWeierstrassDescr
public double getUMin(PiVector partPath,
int partNr)
PgWeierstrassDescr
getUMin in class PgWeierstrassDescr
public double getUMax(PiVector partPath,
int partNr)
PgWeierstrassDescr
getUMax in class PgWeierstrassDescr
public double getVMin(PiVector partPath,
int partNr)
PgWeierstrassDescr
getVMin in class PgWeierstrassDescr
public double getVMax(PiVector partPath,
int partNr)
PgWeierstrassDescr
getVMax in class PgWeierstrassDescrpublic void getConnections(PiVector partPath)
PgWeierstrassDescr
getConnections in class PgWeierstrassDescrpublic int getNumParts(PiVector partPath)
PgWeierstrassDescr
getNumParts in class PgWeierstrassDescrpublic void getReflections(PiVector partPath)
PgWeierstrassDescr
getReflections in class PgWeierstrassDescr
public void getBndReflectType(PiVector partPath,
int partNr,
PiVector bndReflectType)
PgWeierstrassDescr
getBndReflectType in class PgWeierstrassDescr
public boolean connectReflection(PiVector partPath,
int partNr)
PgWeierstrassDescr
connectReflection in class PgWeierstrassDescrpublic int getDimOfElements()
PgWeierstrassDescr
getDimOfElements in class PgWeierstrassDescr
public boolean partIsSubdivided(PiVector partPath,
int partNr)
PgWeierstrassDescr
partIsSubdivided in class PgWeierstrassDescr
public PuComplex f(PiVector partPath,
int partNr,
PuComplex z)
PgWeierstrassDescr
f in class PgWeierstrassDescr
public PuComplex g(PiVector partPath,
int partNr,
PuComplex z)
PgWeierstrassDescr
g in class PgWeierstrassDescr
public PuComplex transform(PiVector partPath,
int partNr,
PuComplex z)
PgWeierstrassDescr
transform in class PgWeierstrassDescrpublic PuComplex[] getFStart(int partNr)
PgWeierstrassDescr
getFStart in class PgWeierstrassDescrpublic java.lang.String getName()
PgWeierstrassDescr
getName in interface PgGeometryIfgetName in class PgWeierstrassDescr
|
JavaView© v3.95.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||