public class VolumeSlice extends Object
Constructor and Description |
---|
VolumeSlice(double delta,
double r) |
Modifier and Type | Method and Description |
---|---|
void |
discFill(Position pa,
Position pb,
String pointLabel,
String regionLabel) |
CuboidVolumeElement |
getElement(int i,
int j) |
ArrayList<VolumeElement> |
getElements() |
int |
getIBox(double x) |
int |
getJBox(double y) |
double |
getX(int i) |
double |
getY(int j) |
boolean |
hasElement(int i,
int j) |
void |
planeConnect(VolumeSlice tgt) |
void |
subPlaneConnect(TreePoint tp,
TreePoint tpn,
VolumeSlice vg,
double pborel) |
public CuboidVolumeElement getElement(int i, int j)
public void planeConnect(VolumeSlice tgt)
public ArrayList<VolumeElement> getElements()
public void subPlaneConnect(TreePoint tp, TreePoint tpn, VolumeSlice vg, double pborel)
public double getX(int i)
public double getY(int j)
public boolean hasElement(int i, int j)
public int getIBox(double x)
public int getJBox(double y)
Copyright © 2019. All rights reserved.