public class SampleSet extends Object
Modifier and Type | Field and Description |
---|---|
float[] |
d0s |
float[] |
d1s |
PointSet |
pset |
Vertex[] |
v0s |
Vertex[] |
v1s |
Constructor and Description |
---|
SampleSet(PointSet pset,
SampleFactory sfac) |
Modifier and Type | Method and Description |
---|---|
int[] |
eval(int[] times)
Evaluate an array of times where indices are keyed to vertex indices, with Integer.MAX_VALUE indicating unreachability both in the inputs and the outputs
|
int[] |
eval(TimeSurface surf) |
public final PointSet pset
public Vertex[] v0s
public Vertex[] v1s
public float[] d0s
public float[] d1s
public SampleSet(PointSet pset, SampleFactory sfac)
public int[] eval(TimeSurface surf)
public int[] eval(int[] times)
Copyright © 2018. All rights reserved.