PointRasterManager Class

Helper to find points faster.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class PointRasterManager
Inheritance
Object    PointRasterManager

Constructors

PointRasterManagerInitializes a new instance of the PointRasterManager class

Properties

Count Count of all elements in raster manager.

Methods

Add Adds a point to this managed list
Clear Clear inner helpers to have a empty PointRasterManager.
GetPoints Returns all points in a certain area

See Also