|
|||||||||
| 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.VertexIndexed
public class VertexIndexed
The Class VertexIndexed.
| Constructor Summary | |
|---|---|
VertexIndexed(double value)
Instantiates a new vertex indexed. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Double val)
|
int |
getChainIndex()
Gets the chain index. |
int |
getColumn()
Gets the column. |
int |
getIndex()
Get heap index. |
int |
getRow()
Gets the row. |
int |
getSlice()
Gets the slice. |
java.lang.Double |
getValue()
Gets the value. |
int |
getVertexId()
Gets the vertex id. |
void |
setChainIndex(int chainIndex)
Sets the chain index. |
void |
setIndex(int index)
Set index into heap. |
void |
setPosition(int i)
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 VertexIndexed(double value)
value - the value| Method Detail |
|---|
public void setPosition(int i)
i - the new positionpublic 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 getVertexId()
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 | ||||||||