|
Gemmi C++ API
|
Finding maxima or "blobs" in a Grid (map). Similar to CCP4 PEAKMAX and COOT's "Unmodelled blobs". More...
Go to the source code of this file.
Classes | |
| struct | gemmi::Blob |
| struct | gemmi::BlobCriteria |
Namespaces | |
| namespace | gemmi |
Functions | |
| std::vector< Blob > | gemmi::find_blobs_by_flood_fill (const gemmi::Grid< float > &grid, const BlobCriteria &criteria, bool negate=false) |
Finding maxima or "blobs" in a Grid (map). Similar to CCP4 PEAKMAX and COOT's "Unmodelled blobs".
Definition in file blob.hpp.