|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.structures.geom.EdgeIndexed
public class EdgeIndexed
The Class EdgeIndexed.
| Constructor Summary | |
|---|---|
EdgeIndexed(double value)
Instantiates a new edge indexed. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Double val)
|
int |
getChainIndex()
Gets the chain index. |
int |
getColumn()
Gets the column. |
int |
getEdgeIndex()
Gets the edge index. |
int |
getIndex()
Get heap index. |
int |
getRow()
Gets the row. |
int |
getSlice()
Gets the slice. |
int |
getV1()
Gets the v1. |
int |
getV2()
Gets the v2. |
java.lang.Double |
getValue()
Gets the value. |
void |
setChainIndex(int chainIndex)
Sets the chain index. |
void |
setIndex(int index)
Set index into heap. |
void |
setPosition(int edgeId,
int v1,
int v2)
Sets the position. |
void |
setRefPosition(int i,
int j,
int k)
Set position in volume. |
void |
setValue(java.lang.Comparable obj)
Sets the value. |
void |
setValue(double val)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EdgeIndexed(double value)
value - the value| Method Detail |
|---|
public void setPosition(int edgeId,
int v1,
int v2)
edgeId - the edge idv1 - the v1v2 - the v2public void setIndex(int index)
Indexable
setIndex in interface Indexable<java.lang.Double>index - the indexpublic void setValue(double val)
val - the new valuepublic java.lang.Double getValue()
Indexable
getValue in interface Indexable<java.lang.Double>public int getV1()
public int getV2()
public int getEdgeIndex()
public int getRow()
Indexable
getRow in interface Indexable<java.lang.Double>public int getColumn()
Indexable
getColumn in interface Indexable<java.lang.Double>public int getSlice()
Indexable
getSlice in interface Indexable<java.lang.Double>public int getIndex()
Indexable
getIndex in interface Indexable<java.lang.Double>public int getChainIndex()
Indexable
getChainIndex in interface Indexable<java.lang.Double>public void setChainIndex(int chainIndex)
Indexable
setChainIndex in interface Indexable<java.lang.Double>chainIndex - the new chain index
public void setRefPosition(int i,
int j,
int k)
Indexable
setRefPosition in interface Indexable<java.lang.Double>i - rowj - columnk - slicepublic int compareTo(java.lang.Double val)
compareTo in interface java.lang.Comparable<java.lang.Double>public void setValue(java.lang.Comparable obj)
Indexable
setValue in interface Indexable<java.lang.Double>obj - the new value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||