|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vmm.core.Exhibit vmm.core3D.Exhibit3D vmm.ode.ODE_3D vmm.ode.secondorder3D.ChargedParticles vmm.ode.secondorder3D.UserMagneticField
public class UserMagneticField
Nested Class Summary |
---|
Nested classes/interfaces inherited from class vmm.ode.ODE_3D |
---|
ODE_3D.ODEView |
Nested classes/interfaces inherited from interface vmm.core3D.UserExhibit3D |
---|
UserExhibit3D.Support |
Nested classes/interfaces inherited from interface vmm.core.UserExhibit |
---|
UserExhibit.FunctionInfo |
Field Summary |
---|
Fields inherited from class vmm.core3D.Exhibit3D |
---|
defaultViewpoint, defaultViewUp, previousTransform3D |
Fields inherited from class vmm.core.Exhibit |
---|
decorations, exhibitNeedsRedraw, isMorphing, morphingView, parameters, previousTransform |
Constructor Summary | |
---|---|
UserMagneticField()
|
Method Summary | |
---|---|
UserExhibit3D.Support |
getUserExhibitSupport()
This method should return a non-null object that is created and customized in the constructor of the class that implements UserExhbit. |
protected void |
magneticField(double x,
double y,
double z,
Vector3D answer)
Store the value of the magnetice field at x,y,z into the prexisting vector answer |
Methods inherited from class vmm.ode.secondorder3D.ChargedParticles |
---|
makeDefaultMouseTask, nextEulerPoint, nextRungeKuttaPoint |
Methods inherited from class vmm.ode.ODE_3D |
---|
doDraw, extractPointFromData, getCreateAnimation, getDefaultView, screenPointTo3DPoint, vectorField_x, vectorField_y |
Methods inherited from class vmm.core3D.Exhibit3D |
---|
computeDrawData3D, computeDrawDataHook, doDraw3D, doDrawHook, getDefaultTransform, getDefaultViewpoint, getDefaultViewUp, setDefaultViewpoint, setDefaultViewUp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface vmm.core3D.UserExhibit3D |
---|
getDefaultViewpoint, setDefaultViewpoint |
Methods inherited from interface vmm.core.UserExhibit |
---|
getDefaultView, getDefaultWindow, getParameters, setDefaultWindow |
Methods inherited from interface vmm.core.Parameterizable |
---|
parameterChanged |
Constructor Detail |
---|
public UserMagneticField()
Method Detail |
---|
public UserExhibit3D.Support getUserExhibitSupport()
UserExhibit
getUserExhibitSupport
in interface UserExhibit
protected void magneticField(double x, double y, double z, Vector3D answer)
ChargedParticles
magneticField
in class ChargedParticles
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |