public class AbacusVisualization extends Object
| Constructor and Description |
|---|
AbacusVisualization(List<de.bioforscher.singa.mathematics.algorithms.geometry.BitPlane> slices,
double scale,
double xMin,
double yMin,
double zMin) |
| Modifier and Type | Method and Description |
|---|---|
List<de.bioforscher.singa.mathematics.geometry.bodies.Cube> |
getAllUnitCubes() |
List<de.bioforscher.singa.mathematics.geometry.bodies.Cube> |
getXSlice(int x) |
List<de.bioforscher.singa.mathematics.geometry.bodies.Cube> |
getYSlice(int y) |
List<de.bioforscher.singa.mathematics.geometry.bodies.Cube> |
getZSlice(int z) |
public AbacusVisualization(List<de.bioforscher.singa.mathematics.algorithms.geometry.BitPlane> slices, double scale, double xMin, double yMin, double zMin)
public List<de.bioforscher.singa.mathematics.geometry.bodies.Cube> getAllUnitCubes()
public List<de.bioforscher.singa.mathematics.geometry.bodies.Cube> getXSlice(int x)
public List<de.bioforscher.singa.mathematics.geometry.bodies.Cube> getYSlice(int y)
public List<de.bioforscher.singa.mathematics.geometry.bodies.Cube> getZSlice(int z)
Copyright © 2017. All rights reserved.