public class CellPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
activeType |
boolean |
dead |
double |
dgx |
double |
dgy |
int |
geometricalType |
int |
index |
int |
iwork |
java.lang.String |
name |
CellPoint[] |
nbr |
int |
nnbr |
int |
parentIndex |
double |
r |
boolean |
umark |
int |
wcount |
boolean |
wmark |
double |
x |
double |
y |
double |
z |
Constructor and Description |
---|
CellPoint() |
CellPoint(double x,
double y,
double z,
double r,
int gtype,
int atype) |
Modifier and Type | Method and Description |
---|---|
void |
addNeighbor(CellPoint cpn) |
double |
distanceTo(CellPoint cp) |
int |
getWork() |
boolean |
hasNeighbor(CellPoint cp) |
void |
locateBetween(CellPoint cpa,
CellPoint cpb,
double f) |
CellPoint |
makeCopy() |
void |
movePerp(CellPoint ca,
CellPoint cb,
double dperp) |
void |
removeDeadNeighbors() |
void |
removeNeighbor(CellPoint cp) |
void |
replaceNeighbor(CellPoint cp,
CellPoint cr) |
void |
setPosition(double[] a) |
void |
setWork(int iw) |
java.lang.String |
toString() |
public int activeType
public int geometricalType
public double x
public double y
public double z
public double r
public CellPoint[] nbr
public int nnbr
public int index
public int parentIndex
public int iwork
public boolean umark
public boolean wmark
public boolean dead
public int wcount
public double dgx
public double dgy
public java.lang.String name
public CellPoint()
public CellPoint(double x, double y, double z, double r, int gtype, int atype)
public CellPoint makeCopy()
public void setWork(int iw)
public int getWork()
public java.lang.String toString()
toString
in class java.lang.Object
public void setPosition(double[] a)
public void addNeighbor(CellPoint cpn)
public void removeNeighbor(CellPoint cp)
public boolean hasNeighbor(CellPoint cp)
public void removeDeadNeighbors()
public double distanceTo(CellPoint cp)
Copyright © 2013. All Rights Reserved.