public class MRLattice extends Lattice
Modifier and Type | Field and Description |
---|---|
protected Lattice[] |
lattices |
protected int |
level |
approximator, geometry, isCellLattice, name, nullDatum, topology
Constructor and Description |
---|
MRLattice(java.lang.String name,
java.lang.String[] fileNames,
GBounds gBounds,
Approximator a,
boolean isCellLattice) |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
Datum |
datum(Point p) |
int |
getLevel() |
void |
setLevel(int level) |
getGBounds, getName, getNumAttributes, getRecordDescriptor, getTBounds, setDefaultDatum, toString, toString
protected Lattice[] lattices
protected int level
public MRLattice(java.lang.String name, java.lang.String[] fileNames, GBounds gBounds, Approximator a, boolean isCellLattice)