|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcae.viewer3d.fd.FDSelection
public class FDSelection
This is a selection of finit elements in a domain. This can be a compressed selection or a selection of elementary cells.
| Constructor Summary | |
|---|---|
FDSelection(int domainID)
|
|
| Method Summary | |
|---|---|
int |
getDomainID()
|
java.util.Map<java.lang.Integer,int[]> |
getMarks()
Return a map matching mark type to list of mark id. |
int[] |
getSlotCells(byte type)
|
int[] |
getSlots(byte type)
|
int[] |
getSolids()
|
int[] |
getXPlates()
Return the array of selected X plate ID The first X plate returned by the FDDomain X plate iterator get the 0 ID and so on. |
int[] |
getXWireCells()
|
int[] |
getXWires()
Return the array of selected X wire ID The first X plate returned by the FDDomain X wire iterator get the 0 ID and so on. |
int[] |
getYPlates()
Return the array of selected Y plate ID The first Y plate returned by the FDDomain Y plate iterator get the 0 ID and so on. |
int[] |
getYWireCells()
|
int[] |
getYWires()
Return the array of selected Y wire ID The first Y plate returned by the FDDomain Y wire iterator get the 0 ID and so on. |
int[] |
getZPlates()
Return the array of selected Z plate ID The first Z plate returned by the FDDomain Z plate iterator get the 0 ID and so on. |
int[] |
getZWireCells()
|
int[] |
getZWires()
Return the array of selected Z wire ID The first Z plate returned by the FDDomain Z wire iterator get the 0 ID and so on. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FDSelection(int domainID)
| Method Detail |
|---|
public int getDomainID()
public int[] getXPlates()
public int[] getYPlates()
public int[] getZPlates()
public int[] getXWires()
public int[] getYWires()
public int[] getZWires()
public int[] getSlots(byte type)
FDDomain.XY_SLOT, - FDDomain.XZ_SLOT...
public int[] getSolids()
public java.util.Map<java.lang.Integer,int[]> getMarks()
MarkDomain.getMarks
public java.lang.String toString()
toString in class java.lang.Objectpublic int[] getSlotCells(byte type)
public int[] getXWireCells()
public int[] getYWireCells()
public int[] getZWireCells()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||