[][src]Module bader::methods

Contains the three methods for partioning the density, (Ongrid, Neargrid, and Weight), and functions for performing a step for in each.

Enums

Method

Indicates which method to use.

Functions

neargrid

Find the maxima assiociated with the current point using the neargrid method

neargrid_step

Step in the density grid following the gradient.

ongrid

Finds the maxima associated with the current point, p.

ongrid_step

Steps in the density grid, from point p, following the gradient.

weight

Finds the maxima associated with the current point, p.

weight_step

Steps in the density grid, from point p, following the gradient.

Type Definitions

StepMethod

A type for monkey patching the method to available in the main.rs file.

WeightMap

A type for the maxima search function