Table of Contents

Struct GridTraceIntervalReport

Namespace
GridForge.Grids
Assembly
GridForge.dll

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

int

GridCandidateCount

The number of candidate grids discovered.

public int GridCandidateCount { get; }

Property Value

int

HasContinuousAddressCoverage

Whether all parameters from zero through one are covered by grid addresses.

public bool HasContinuousAddressCoverage { get; }

Property Value

bool

HasContinuousPhysicalCoverage

Whether all parameters from zero through one are covered by physically present voxels.

public bool HasContinuousPhysicalCoverage { get; }

Property Value

bool

IntervalCount

The number of intervals written.

public int IntervalCount { get; }

Property Value

int

IsComplete

Whether the complete trace was written.

public bool IsComplete { get; }

Property Value

bool

Status

The completion status.

public GridTraceIntervalStatus Status { get; }

Property Value

GridTraceIntervalStatus

TieGroupCount

The number of simultaneous-coverage groups.

public int TieGroupCount { get; }

Property Value

int