public class BinPlan extends Object
The calculatePointCloudPlan
method
is intended for use by Drawing
implementations.
Constructor and Description |
---|
BinPlan(Binner binner,
Gridder gridder)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static BinPlan |
calculatePointCloudPlan(PointCloud pointCloud,
Surface surface,
DataStore dataStore,
Object[] knownPlans)
Returns a BinPlan instance which reports where on a grid points
in a PointCloud have landed.
|
Binner |
getBinner()
Returns count information.
|
Gridder |
getGridder()
Returns grid geometry.
|
public Binner getBinner()
public Gridder getGridder()
public static BinPlan calculatePointCloudPlan(PointCloud pointCloud, Surface surface, DataStore dataStore, Object[] knownPlans)
pointCloud
- data position setsurface
- plot surfacedataStore
- data storage objectknownPlans
- existing pre-calculated plans;
if one of these fits the bill it will be
returned without any calculations being performedCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.