Class ChangeTracker
Tracks recently changed indices. This is useful for efficiently dealing with a small amount of changes to a large topology. Note that the list of changed indices can contain duplicates. The behaviour during the first call to GetChangedIndices() is undefined and subject to change.
Namespace: DeBroglie.Trackers
Assembly: DeBroglie.dll
Syntax
public class ChangeTracker
Properties
| Edit this page View SourceChangedCount
Declaration
public int ChangedCount { get; }
Property Value
Type | Description |
---|---|
int |
Methods
| Edit this page View SourceGetChangedIndices()
Returns the set of indices that have been changed since the last call.
Declaration
public IEnumerable<int> GetChangedIndices()
Returns
Type | Description |
---|---|
IEnumerable<int> |