| Modifier and Type | Field and Description |
|---|---|
(package private) int |
idIndex |
(package private) int |
iwork |
(package private) DifMeshPoint[] |
nbrs |
(package private) int |
nnbr |
(package private) double |
radius |
(package private) double |
xpos |
(package private) double |
ypos |
(package private) double |
zpos |
| Constructor and Description |
|---|
DifMeshPoint() |
DifMeshPoint(double x,
double y,
double z,
double r,
int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNeighbor(MeshPoint nnn) |
void |
disconnect() |
int |
getIDIndex() |
int |
getNeighborCount() |
MeshPoint[] |
getNeighbors() |
double |
getR() |
int |
getWork() |
double |
getX() |
double |
getY() |
double |
getZ() |
MeshPoint |
newPoint() |
MeshPoint[] |
newPointArray(int n) |
void |
replaceNeighbor(MeshPoint oldNode,
MeshPoint newNode) |
void |
setR(double r) |
void |
setWork(int i) |
void |
setX(double x) |
void |
setY(double y) |
void |
setZ(double z) |
double xpos
double ypos
double zpos
double radius
int idIndex
int nnbr
DifMeshPoint[] nbrs
int iwork
public DifMeshPoint()
public DifMeshPoint(double x,
double y,
double z,
double r,
int idx)
public int getNeighborCount()
getNeighborCount in interface MeshPointpublic MeshPoint[] getNeighbors()
getNeighbors in interface MeshPointpublic void addNeighbor(MeshPoint nnn)
addNeighbor in interface MeshPointpublic void replaceNeighbor(MeshPoint oldNode, MeshPoint newNode)
replaceNeighbor in interface MeshPointpublic void disconnect()
disconnect in interface MeshPointpublic int getIDIndex()
getIDIndex in interface MeshPointpublic MeshPoint[] newPointArray(int n)
newPointArray in interface MeshPointCopyright © 2013. All Rights Reserved.