Struct GridTraceIntervalReport
Summarizes one bounded ordered trace.
public readonly struct GridTraceIntervalReport
- Inherited Members
Properties
AddressCandidateCount
The number of unique candidate addresses enumerated.
public int AddressCandidateCount { get; }
Property Value
GridCandidateCount
The number of candidate grids discovered.
public int GridCandidateCount { get; }
Property Value
HasContinuousAddressCoverage
Whether all parameters from zero through one are covered by grid addresses.
public bool HasContinuousAddressCoverage { get; }
Property Value
HasContinuousPhysicalCoverage
Whether all parameters from zero through one are covered by physically present voxels.
public bool HasContinuousPhysicalCoverage { get; }
Property Value
IntervalCount
The number of intervals written.
public int IntervalCount { get; }
Property Value
IsComplete
Whether the complete trace was written.
public bool IsComplete { get; }
Property Value
Status
The completion status.
public GridTraceIntervalStatus Status { get; }
Property Value
TieGroupCount
The number of simultaneous-coverage groups.
public int TieGroupCount { get; }