public class VolumeLine extends Object
Constructor and Description |
---|
VolumeLine(int ns,
int nr,
double[] sl,
double w,
double d) |
Modifier and Type | Method and Description |
---|---|
VolumeElement |
getElement(int i) |
ArrayList<VolumeElement> |
getElements() |
int |
getFirstOverlap(double[] rng,
double[][] tgts) |
void |
lineFill(Position pa,
Position pb,
String pointLabel,
String regionLabel) |
double[][] |
makeRanges() |
void |
neighborize() |
void |
planeConnect(VolumeLine tgt) |
void |
subPlaneConnect(TreePoint tp,
TreePoint tpl,
VolumeLine tgt,
double offset) |
public VolumeElement getElement(int i)
public void neighborize()
public void planeConnect(VolumeLine tgt)
public void subPlaneConnect(TreePoint tp, TreePoint tpl, VolumeLine tgt, double offset)
public int getFirstOverlap(double[] rng, double[][] tgts)
public double[][] makeRanges()
public ArrayList<VolumeElement> getElements()
Copyright © 2016. All rights reserved.