See: Description
| Class | Description |
|---|---|
| Boundary |
The Boundary class is an abstraction for n-dimensional boundaries.
|
| Distance |
Provides static implementation for distance functions.
|
| FileNode<T> |
The File-Node class handles file save and load operations.
|
| FileOctree |
A quad/octree structure for files.
|
| FilterMain |
Main class of the filtering process.
|
| FilterParameters | |
| GKDInnerNode |
Inner nodes of the kd-tree.
|
| GKDLeafNode |
Leaf nodes of the kd-tree.
|
| GKDNode |
General node of the kd-tree.
|
| GKDTree |
Implementation of the Gaussian kd-tree.
|
| LinearNDMapping |
Static methods for a mapping between linear and n-dimensional indices.
|
| NDimensionalData |
Abstraction for n-dimensional data.
|
| NormalDist |
Approximations for normal distribution.
|
| PointList |
Provides static methods for:
- converting arrays of grid structures to point lists
(point lists define each coordinate value explicitly)
|