public interface MeshPoint
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) |
int getNeighborCount()
MeshPoint[] getNeighbors()
int getIDIndex()
void addNeighbor(MeshPoint nnn)
void disconnect()
void setWork(int i)
int getWork()
double getX()
double getY()
double getZ()
double getR()
void setX(double x)
void setY(double y)
void setZ(double z)
void setR(double r)
MeshPoint newPoint()
MeshPoint[] newPointArray(int n)
Copyright © 2013. All Rights Reserved.