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 MeshPoint
public MeshPoint[] getNeighbors()
getNeighbors
in interface MeshPoint
public void addNeighbor(MeshPoint nnn)
addNeighbor
in interface MeshPoint
public void replaceNeighbor(MeshPoint oldNode, MeshPoint newNode)
replaceNeighbor
in interface MeshPoint
public void disconnect()
disconnect
in interface MeshPoint
public int getIDIndex()
getIDIndex
in interface MeshPoint
public MeshPoint[] newPointArray(int n)
newPointArray
in interface MeshPoint
Copyright © 2013. All Rights Reserved.