Show / Hide Table of Contents

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.

Inheritance
object
ChangeTracker
Namespace: DeBroglie.Trackers
Assembly: DeBroglie.dll
Syntax
public class ChangeTracker

Properties

| Edit this page View Source

ChangedCount

Declaration
public int ChangedCount { get; }
Property Value
Type Description
int

Methods

| Edit this page View Source

GetChangedIndices()

Returns the set of indices that have been changed since the last call.

Declaration
public IEnumerable<int> GetChangedIndices()
Returns
Type Description
IEnumerable<int>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX