|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeList | |
---|---|
fhm.edu.fem.animation | Provides all classes related to graphic animation based on JOGL (Java OpenGL). |
fhm.edu.fem.calc | Provides all classes executing the main calculations along with the main FEMManager class. |
fhm.edu.fem.calc.objects | Provides all objects used in the calculations along with the static functions used for integral calculation. |
fhm.edu.fem.util.io | Provides all I/O operations like loading and saving files. |
Uses of NodeList in fhm.edu.fem.animation |
---|
Fields in fhm.edu.fem.animation declared as NodeList | |
---|---|
protected NodeList |
GLSpannerRenderer.aliasIDNodeList
|
Methods in fhm.edu.fem.animation with parameters of type NodeList | |
---|---|
protected void |
GLSpannerRenderer.drawSpannerNodes(GLDrawable drawable,
NodeList nodeList,
double zValue,
boolean useOriginalCoordinates)
Draw the spanners current nodes |
Uses of NodeList in fhm.edu.fem.calc |
---|
Fields in fhm.edu.fem.calc declared as NodeList | |
---|---|
protected NodeList |
FEMManager.aliasIDList
|
protected NodeList |
FEMCalcMembrane.aliasIDNodeList
|
protected NodeList |
FEMManager.nodeList
|
Methods in fhm.edu.fem.calc that return NodeList | |
---|---|
NodeList |
FEMManager.getAliasIDNodeList()
Retrieve alias ID list |
NodeList |
FEMManager.getNodeList()
|
Methods in fhm.edu.fem.calc with parameters of type NodeList | |
---|---|
void |
FEMManager.setAliasIDNodeList(NodeList aliasIDList)
Set the alias ID list |
void |
FEMManager.setNodeList(NodeList nodeList)
|
Uses of NodeList in fhm.edu.fem.calc.objects |
---|
Fields in fhm.edu.fem.calc.objects declared as NodeList | |
---|---|
protected NodeList |
Element.nodeList
|
protected NodeList |
Border.nodeList
|
Methods in fhm.edu.fem.calc.objects that return NodeList | |
---|---|
NodeList |
NodeList.createAliasIDs(int aliasIDCounter,
NodeList borderNodeList)
Create the Alias IDs for all nodes in this list |
NodeList |
Element.getNodeList()
|
NodeList |
Border.getNodes()
|
protected NodeList |
MembraneCircle.transformNodeListFromQuadratToTriangle(NodeList nodeList)
Adjust the Order of the node list |
Methods in fhm.edu.fem.calc.objects with parameters of type NodeList | |
---|---|
void |
NodeList.addAll(NodeList list)
Add all nodes from the given list to this list |
NodeList |
NodeList.createAliasIDs(int aliasIDCounter,
NodeList borderNodeList)
Create the Alias IDs for all nodes in this list |
protected NodeList |
MembraneCircle.transformNodeListFromQuadratToTriangle(NodeList nodeList)
Adjust the Order of the node list |
Constructors in fhm.edu.fem.calc.objects with parameters of type NodeList | |
---|---|
Border(int id,
NodeList nodeList)
Construct a new border with the given ID number |
|
Element(int id,
int elementType,
NodeList nodeList)
Construct a new element with the given ID, consisting of the given nodes |
Uses of NodeList in fhm.edu.fem.util.io |
---|
Fields in fhm.edu.fem.util.io declared as NodeList | |
---|---|
protected NodeList |
FEMINLoader.nodeList
|
Methods in fhm.edu.fem.util.io that return NodeList | |
---|---|
NodeList |
FEMINLoader.getNodes()
Retrieve all nodes |
Methods in fhm.edu.fem.util.io with parameters of type NodeList | |
---|---|
protected boolean |
FEMINSaver.writeNodes(java.io.StringWriter writer,
boolean femPlotterCompatible,
int femApproach,
NodeList nodeList)
Write the Nodes to the file |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |